@charset "UTF-8";

/* layout
----------------------------- */
.co_container_box_inner {
  width: 965px;
  margin: 0 auto;
}
.contents_right {
  width: 770px;
  float: right;
  padding-bottom: 10px;
  background: #bfe7ee;
}
.contents_right * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* common
----------------------------- */
.underline {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
ul, ol {
  list-style: none;
}

/* nologin
----------------------------- */
.nologin_message {
  width: 730px;
  margin: 20px auto;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.login_area {
  width: 360px;
  margin: 20px auto;
  text-align: center;
}
a.login {
  display: block;
  background: #ff8000;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  height: 45px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px #e4790b solid;
  border-bottom: 2px solid #d26900;
  text-decoration: none;
}
a.login:hover {
  opacity: 0.7;
}

/* notarget
----------------------------- */
.sorry_box {
  width: 96%;
  margin: 10px auto;
  padding: 10px 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* toplead
----------------------------- */
a.pos_a_link {
  display: block;
  width: 370px;
  height: 35px;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.couponArea {
  background: #FDFBBE;
  padding-bottom: 30px;
  margin: 0 auto;
  width: 100%;
}
.width98 {
  width: 98%;
  margin: auto;
}
.imgBlock {
  text-align: center;
}
.imgBlock.width98 img {
  width: 100%;
}
.coupon_getdate {
  margin-bottom: 13px;
}
.coupon_getdate p {
  text-align: center;
  font-size: 28px;
  margin-bottom: 2px;
}
.coupon_getdate .top_margin5 {
  margin-top: 10px;
  font-size: 20px;
}
span.marker {
  display: inline-block;
  background: linear-gradient(transparent 60%, #FFEB3B 40%);
  line-height: 1.2;
  padding: 0 7px;
  font-size: 30px;
}
/* coupon(overwrite) */
.gamen_cp_bg_color2 .gamen_cp_bg_color2 {
  background-color: #fff;
  padding: 5px;
  width: 85%;
  margin: 0 auto 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border: 5px solid #0099b9;
  font-size: 14px;
}
.gamen_cp_bg_color2 .gamen_cp_box {
    font-size: 14px;
}
.gamen_cp_bg_color2 .gamen_cp_bg_color2 .note {
  text-align: center;
}


/* payArea
----------------------------- */
.step2 .point_pay_method_title {
  display: none;
}
.point_common_boxinner {
  width: 98%;
  margin: auto;
  background: #fff;
  border: 2px #34AED7 solid;
  border-radius: 6px;
  padding: 5px;
  text-align: left;
}
.point_pay_method,
.point_pay_method_list {
  padding: 10px 5px;
}
.point_pay_method_list.step2 {
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 2px dotted #34AED7;
}
.point_pay_method_title {
  margin: 5px 0 10px 2px;
  font-size: 20px;
  font-weight:bold;
}
.payment_btn {
  margin:auto;
}
.payment_btn ul {
  list-style:none;
}
.payment_btn li {
  float: left;
  width: 32%;
  margin: 0 2% 11px 0;
}
.payment_btn li:nth-child(3n) {
  margin: 0 0 11px 0;
}
.payment_btn input[type="radio"] {
  display:none;
}
.payment_btn input[type="radio"]+label {
  display:inline-block;
  width: 225px;
  padding:0 0 0 30px;
  background:url(/c/images/title/1902/radio_off.png) no-repeat left center;
  background-size:18px;
  cursor: pointer;
}
.payment_btn input[type="radio"]+label:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.payment_btn input[type="radio"]:checked+label {
  background:url(/c/images/title/1902/radio_on.png) no-repeat left center;
  background-size:18px;
}
.payment_btn input[type="radio"]+label span {
  display: block;
  padding: 16px 5px;
  border: 2px solid #DDD;
  border-radius: 8px;
  box-shadow: 0px -8px 13px -1px rgba(243, 243, 243, 0.6) inset;
  -webkit-box-shadow: 0px -8px 13px -1px rgba(243, 243, 243, 0.6) inset;
  text-align: center;
}
.payment_btn input[type="radio"]:checked+label span {
  border:2px solid #FE771C;
  box-shadow:none;
  -webkit-box-shadow:none;
}
.payment_btn input[type="radio"]+label img {
  height: 41px;
}
.point_pay_method_list_inner {
  margin:10px auto 2px;
}
.point_pay_method_list_inner_title {
  margin-bottom:10px;
}
table.point_pay_method_list_inner_table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  border-top: 1px solid #CDCDCD;
}
table.point_pay_method_list_inner_table th {
  background:#F2F2F2;
  border-bottom: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  text-align: center;
  font-size: 12px;
}
table.point_pay_method_list_inner_table th:first-child {
  border-left: none;
}
table.point_pay_method_list_inner_table th.bonus {
  border: 1px #f00 solid;
  background: #e4e4e4;
}
th.course {
  width: 205px;
}
th.cost_text,
th.first_point_text,
th.bonus,
th.next_point_text {
  width: 94px;
}
.padding_div {
  padding: 4px 0;
  font-feature-settings: "palt";
}
table.point_pay_method_list_inner_table td {
  padding: 5px;
  border-bottom: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  text-align: center;
  font-size: 15px;
}
table.point_pay_method_list_inner_table td div {
  font-size: 15px;
}
table.point_pay_method_list_inner_table td:first-child {
  padding: 8px 5px;
  border-left: none;
}
table.point_pay_method_list_inner_table td.bonus {
  border: 1px #f00 solid;
  background: #FEFBEC;
}
table.point_pay_method_list_inner_table td.corse_img {
  background:#FEFBEC;
  text-align:left;
  font-size:18px;
  font-weight: bold;
  color: #000;
}
.point_cmoa_text {
  margin-left: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #F60;
}
.color_gly {
  color:#CCC;
}
.color_or {
  color:#F60;
}
table.point_pay_method_list_inner_table td img.monthry_menu,
table.point_pay_method_list_inner_table td img.point_menu,
table.point_pay_method_list_inner_table td img.no_login {
  cursor: pointer;
}
.overlay_table {
  position: relative;
}
.overlay_table_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 880px;
  height: 50px;
  background: #CCC;
  z-index: 100;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.overlay_table table.point_pay_method_list_inner_table {
  border-top:none;
}
.alert_text {
  padding:5px;
  font-size:12px;
  line-height: 1.4;
}

/* month */
.sb_alert {
  margin: 0 0 10px;
  padding: 5px;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
}
.sb_alert p {
  font-size:14px;
}
.sb_alert a {
  color: #F03;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
.sb_alert a:hover {
  color: #a20020;
}
th.course_m {
  width: 210px;
}
th.cost_m {
  width: 120px;
}
th.cost_m2 {
  width: 140px;
}
.month table.point_pay_method_list_inner_table td.corse_img {
  font-size: 17px;
}
.month table.point_pay_method_list_inner_table .c_name2 {
  font-size: 17px;
}
.present_txt {
  margin: 2px auto 0;
  border: #f74065 1px solid;
  border-radius: 12px;
  padding: 4px 0;
  text-align: center;
  color: #f74065;
  font-size: 12px;
  background: #fff;
  font-weight: bold;
}
.check .present_txt {
  color: #fff;
  background: #f74065;
}
.present_txt span {
  padding: 0 2px;
}
.monthArea {
  margin: 0 auto;
}
.monthArea .attentionBox {
  padding: 5px 0 0;
}
.monthArea .attentionBox p {
  font-size: 13px;
}

/* otherMonth
-------------------------*/
.width90 {
}
.otherMonth {
  margin: 10px auto 20px;
  text-align: center;
}
.otherMonth a {
  display: inline-block;
  color: #333;
}
.otherMonth p {
  font-size: 18px;
  margin-bottom: 3px;
}

/* payArea attention
----------------------------- */
.point_tab_area {
  display: none;
}
.month_tab_area #attention_ex8m {
  background: #fff;
  margin: 20px 10px;
}

/* recommend
----------------------------- */
.prArea {
  background: #fdfbbe;
  padding: 20px 0 30px;
  margin: 0 auto;
  width: 770px;
}

.secTitle {
  width: 750px;
  margin: 0 auto;
  padding: 5px 8px;
  /* text-align: left; */
  background: #59c7de;
}
.secTitle h2 {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.secTitle h2 a {
  color: #fff;
}
.res3Area .subTitle {
  width: 750px;
  margin: 0 auto;
  text-align: left;
  padding: 8px;
  background: #fff;
}
.res3Area .subTitle h3 {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.resBox {
  padding: 0 0 5px;
  background: #fff;
  width: 750px;
  margin: 0 auto;
}
.resBox ul {
  width: 100%;
  display: inline-block;
}
.resBox li {
  width: 750px;
  display: inline-block;
}
.resBox ul + ul {
  margin-top: 20px;
}
.resBox .thum_box,.resBox .text_box {
  float: left;
  width: 20%;
  padding: 7px;
  min-height: 2px;
}
.resBox .genre_name {
  text-align: center;
  font-size: 14px;
}
.resBox .thum_box a,.resBox .text_box a  {
  position: relative;
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
.resBox .thum_box img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
.resBox .title_name,
.resBox .author_name {
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  overflow: hidden;
}
.resBox .title_name {
  margin: 8px 4px 0;
  color: #626d77;
}
.resBox .title_name a {
  display: block;
  color: #626d77;
  overflow: hidden;
}
.resBox .author_name {
  margin: 0 4px;
  color: #9f9f9f;
  word-break: break-all;
}
.resBox .author_name a {
  color: #a0a0a0;
}
.resBox .cam_mark {
  position: absolute;
  top: 0;
  right: 2%;
  width: auto;
  height: 17px;
  padding: 2px;
  background: #fff;
  border: 1px solid #f00;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 11px;
  font-size: 11px;
  color: #f00;
}
.resBox .cam_mark.new{
  background: #ec1e0d;
  color: #fff;
}

.resBox .rank_num {
  margin: 0 auto 3px;
  line-height: 18px;
  text-align: center;
  font-size: 18px;
  color: #f60;
}
.rightLink {
  position: relative;
  float: right;
  display: inline-block;
  padding-right: 10px;
  line-height: 30px;
  font-size: 13px;
  color: #333;
}
.rightLink:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.bottomLinks_wrap {
  width: 750px;
  background: #fff;
  padding: 0 0 25px;
  margin: 0 auto 20px;
}
.bottomLinksTitle {
  width: 750px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  background: #fff;
}
.bottomLinksTitle h4 {
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    font-weight: normal;
}
.bottomLinks.or,.bottomLinks.or li {
  border-color: #f60;
}
.bottomLinks, .resBox .bottomLinks {
  width: 94%;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.bottomLinks.two li {
  width: 25%;
}
.bottomLinks li {
  float: left;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  background: #fff;
}
.bottomLinks.or li a {
  color: #f60;
}
.bottomLinks.two li a, .bottomLinks.three li a, .bottomLinks.four li a {
  padding: 8px 0;
}
.bottomLinks li a {
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.bottomBtns {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.bottomBtns a, .bottomBtns a:hover {
  position: relative;
  display: inline-block;
  width: 94%;
  margin: 0 auto;
  padding: 8px 5px;
  background: #fff;
  border: 1px solid #f60;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #f60;
  text-decoration: none;
}
.bottomBtns a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 2px solid #f60;
  border-right: 2px solid #f60;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.bottomlead_pr {
  background: #fdfbbe;
  padding: 0 0 30px;
}
.prArea .precedeRanking .subTitle {
  width: 750px;
  margin: 0 auto;
  padding: 5px 8px;
  background: #59c7de;
}
.prArea .precedeRanking .subTitle h3 {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.prArea .precedeRanking .resBox ul {
  padding: 10px 0 0 0;
}
.prArea .precedeRanking .subTitle a {
  display: block;
  color: #fff;
}
.prArea .recent_title .sliderBlock {
  padding: 0 0 5px;
  background: #fff;
  width: 750px;
  margin: 0 auto;
}
.prArea .recent_title .slider_box {
  float: left;
  width: 20%;
  padding: 7px;
  min-height: 2px;
}
.prArea .recent_title .slider_box:nth-child(n + 6) {
  display: none;
}
.prArea .recent_title .secTitle {
  width: 750px;
  margin: 0 auto;
  text-align: left;
  padding: 8px;
  background: #fff;
}
.prArea .recent_title .secTitle .title_name {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.prArea .recent_title .thum_box a,.prArea .recent_title .text_box a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
.prArea .recent_title .thum_box img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
.prArea .recent_title .slider_box .title_name,
.prArea .recent_title .author_name {
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  overflow: hidden;
}
.prArea .recent_title .slider_box .title_name {
  margin: 8px 4px 0;
  color: #626d77;
}
.prArea .recent_title .slider_box .title_name a {
  display: block;
  color: #626d77;
  overflow: hidden;
}
.prArea .recent_title .author_name {
  margin: 0 4px;
  color: #9f9f9f;
  word-break: break-all;
}
.prArea .recent_title .author_name a {
  color: #a0a0a0;
}
.right_top_link {
  position: relative;
  float: right;
  display: inline-block;
  padding-right: 10px;
  line-height: 30px;
  font-size: 13px;
  color: #333;
}
.right_top_link:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.prArea .recent_title .secTitle {
  background: #fff;
  margin: 0 auto;
  text-align: left;
  padding: 8px;
}
.prArea .recent_title .secTitle a {
  color: #333;
}
.prArea .recent_title .bottomBtns {
  background: #fff;
  width: 750px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 25px;
}
.prArea .recent_title .subTitle,.recommendListBox .fix6Area .subTitle {
  display: none;
}
.recommendListBox .fix6Area li:nth-child(6) {
  display: none;
}
.contents_right .recommendListBox .fixBox {
  width: 750px;
  margin: 0 auto;
  padding: 0 0 5px;
  background: #fff;
}
.contents_right .recommendListBox .fix6Area ul {
  width: 750px;
}
.contents_right .recommendListBox .fix6Area li {
  width: 148px;
  padding: 15px 7px;
}
.prArea .recent_title .thum_box,.contents_right .recommendListBox .fix6Area .thum_box {
  height: 190px;
}
.prArea .recent_title .thum_box img,.contents_right .recommendListBox .fix6Area .thum_box img {
  max-width: 134px;
  max-height: 190px;
}

/* apriArea
----------------------------- */
.apriArea {
  margin-top: 30px;
}
.pos_r {
  position: relative;
}
.pos_a {
  position: absolute;
}
.apriLink.pos_a {
  bottom: 5%;
  left: 0;
  width: 100%;
  text-align: center;
}


/* detailArea
----------------------------- */
.detailArea {
  margin: 30px 10px 0;
}
.detailArea h2 {
  background: #666;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  padding-left: 10px;
}
.detailArea .mainBlock {
  background: #fff;
  padding: 15px;
  text-align: left;
}
.detailArea .mainBlock p {
  font-size: 16px;
  line-height: 1.4;
}
.detailArea .mainBlock .indent {
  padding-left: 1em;
  text-indent: -1em;
}
.detailArea .mainBlock .topmargin {
  margin-top: 15px;
}
.detailArea .mainBlock .subtitle {
  font-weight: bold;
}



/* end
----------------------------- */
.end_term {
  padding: 40px 0;
  text-align: center;
}
.end_term p {
  font-size: 18px;
  font-weight: bold;
  color: #d00;
}
