@charset "UTF-8";

/* layout
-------------------------------------------------------------*/
.co_container {
  width: 990px;
  padding: 15px 0 1px;
  margin: 0 auto 20px;
  background: #fff;
  text-align: center;
}
.contents_right {
  float: right;
  width: 790px;
  margin: 0;
  padding-bottom: 10px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
ul, li {
  list-style: none;
}
h1.top_banner {
  text-align: center;
  margin: 15px auto 10px;
}
p.top_banner_date {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 6px;
}
p.top_banner_text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto 10px;
  width: 700px;
}
.top_banner_text_left {
text-align: left;
}
.top_banner_text_center {
text-align: center;
}

/* couponArea2022
-------------------------------------------------------------*/
.couponArea2022 .coupon_inner {
margin: 20px;
text-align: center;
}
.couponArea2022 .coupon_inner .underline {
text-decoration: underline;
text-underline-position: under;
text-decoration-line: underline;
text-decoration-skip-ink: none;
}
.couponArea2022 .end_date {
margin-bottom: 8px;
text-align: right;
font-size: 18px;
}
.couponArea2022 .end_date a{
color: #08c;
text-decoration: underline;
}
.couponArea2022 .message {
font-size: 18px;
}
.couponArea2022 .comment {
padding: 10px;
background: #fff;
font-size: 16px;
}
.couponArea2022 .comment_inner {
padding: 5px;
border: 3px dotted #ff8e00;
}
.couponArea2022 .comment_inner p{
line-height: 24px;
font-size: 18px;
}
.couponArea2022 .comment_inner a{
color: #08c;
text-decoration: underline;
}
.couponArea2022 .login {
margin: 30px 60px;
padding: 20px 30px 30px;
background: #fff;
border-radius: 8px;
text-align: center;
}
.couponArea2022 .login .message {
margin-bottom: 10px;
}
.width350 {
display: none;
}
.couponArea2022 .login a {
display: inline-block;
width: 240px;
height: 46px;
margin: 0 10px;
background: #ff8e00;
border-radius: 6px;
line-height: 48px;
font-size: 24px;
color: #fff;
text-decoration: none;
}
.couponArea2022 .login a:hover {
opacity: 0.8;
}
.couponArea2022 .coupon_detail {
width: 646px;
margin: 30px auto;
padding: 20px 35px;
background: #fff;
border-radius: 15px;
border: 5px solid #fda629;
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 1.3;
}
.couponArea2022 .coupon_name {
margin-bottom: 5px;
text-align: left;
font-size: 20px;
font-weight: bold;
color: #b71405;
}
.couponArea2022 .coupon_end_date,
.couponArea2022 .discount_rate,
.couponArea2022 .limit_coupon_books,
.couponArea2022 .limit_coupon_price,
.couponArea2022 .condition_coupon_books,
.couponArea2022 .condition_coupon_price,
.couponArea2022 .condition_coupon_titles,
.couponArea2022 .target_content_no,
.couponArea2022 .coupon_max_people,
.couponArea2022 .new_release_target_flg {
text-align: left;
font-size: 14px;
}
.couponArea2022 .coupon_btn {
margin: 8px auto;
}
.couponArea2022 .coupon_btn span,
.couponArea2022 .coupon_btn a {
display: block;
height: 76px;
margin: 0 auto;
border-radius: 13px;
line-height: 76px;
text-align: center;
font-size: 36px;
text-decoration: none;
}
.couponArea2022 .coupon_btn .coupon_stts4,
.couponArea2022 .coupon_btn .coupon_stts9,
.couponArea2022 .coupon_btn .coupon_stts310 {
background: #999;
color: #fff;
}
.couponArea2022 .coupon_btn .coupon_stts6 {
background: #ff9e12;
color: #fff;
cursor:pointer;
}
.couponArea2022 .note {
font-size: 14px;
}

/* camtab_area
-------------------------------------------------------------*/
.camtab_area_inner{
  width: 100%;
  border-bottom: 5px solid #fff;
  text-align: center;
  background: #fff;
  padding: 20px 0 8px;
}
.camtab_area_inner ul{
  border-bottom: 1px solid #999;
}
.camtab_area_inner li{
  display:inline-block;
  width:45%;
  height:40px;
  margin-bottom: -1px;
  padding:5px 0;
  background:#fff;
  border: 1px solid #999;
  border-radius:5px;
  vertical-align:top;
  line-height:40px;
  font-size:17px;
  font-weight:bold;
  color:#333;
}
.camtab_area_inner li.camtab_volume{
  border:1px solid #999;
  border-bottom:2px solid #fff;
  border-radius:5px 5px 0 0;
  font-size:18px;
}
.camtab_area_inner li.camtab_change{
  width:43%;
  height:27px;
  margin: 4px 1% 0;
  border: 1px solid #999;
  line-height: 27px;
}
.camtab_area_inner li.camtab_change a{
  display:block;
  color:#333;
}
.camtab_area_inner li.camtab_change a:hover{
  color:#333;
  opacity: 0.7;
  text-decoration: none;
}

/* info_area
-------------------------------------------------------------*/
.info_area .subtitle {
  display: block;
  font-size: 16px;
  text-align: left;
  padding: 3px 8px;
  font-weight: bold;
}
.info_area ul {
  display: table;
  table-layout: fixed;
  border-spacing: 10px 0;
  margin: 10px 0;
}
.info_area li {
  display: table-cell;
  width: 380px;
  vertical-align: top;
  background: #fff;
  text-align: left;
  border-spacing: 8px 10px;
  border-radius: 3px;
  border: 1px #ccc solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.info_area li .thum_w,
.info_area li .info_w,
.info_area li .koma_w {
  display: table-cell;
  vertical-align: top;
}
.info_area li .thum_w {
  width: 115px;
  text-align: center;
}
.info_area .long_block li .thum_w,
.info_area .long_block2 li .thum_w {
  width: 130px;
}
.info_area li .info_w {
  width: 249px;
}
.info_area .genre_name p {
  display: block;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  margin: 0 auto 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #0088CF solid;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  color: #0088CF;
  font-feature-settings: "palt";
}
.info_area .genre_name.hq p {
  font-size: 10px;
  letter-spacing: -1.5px;
}
.info_area li .thum_w a {
  display: block;
  position: relative;
}
.info_area  li .thum_w img {
  width: 100%;
  max-width: 130px;
  max-height: 205px;
  border: 1px #e5e5e5 solid;
  box-sizing: border-box;
}
.info_area .long_block li .info_w {
  width: 283px;
}
.info_area .long_block2 li .info_w {
  width: 630px;
}
.info_area  li .thum_w .icon_precede {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 0;
}
.info_area  li .thum_w .icon_precede img {
  opacity: 0.8;
}
.info_area li .koma_w {
  width: 323px;
  padding-left: 20px;
}
.info_area li .koma_w img {
  width: 100%;
  max-width: 400px;
}
.info_area li .title_name,
.info_area li .title_name a {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 3px;
  color: #2763AC;
  word-break: break-word;
}
.info_area li .author_name,
.info_area li .author_name a {
  font-size: 12px;
  color: #777;
  line-height: 16px;
  margin-bottom: 3px;
  word-break: break-word;
}
.info_area li .intro_text {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 2px;
  word-break: break-word;
}
.btn_block {
  text-align: right;
  margin: 3px 0;
}
.btn_block a,
.bottom_block a {
  display: inline-block;
  width: 115px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-weight: bold;
  color: #6d6d6d;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFF), color-stop(1.00, #F6F6F6));
  background: -webkit-linear-gradient(top, #FFF 0%, #F6F6F6 100%);
  background: linear-gradient(to bottom, #FFF 0%, #F6F6F6 100%);
  border: 1px solid #CCC;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.btn_block a:hover,
.bottom_block a:hover {
  opacity: 0.7;
}
.btn_block a:last-child {
  margin-left: 6px;
}
.btn_block .btn_free {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 14px;
  line-height: 33px;
  background: #ffd840;
  border: 1px solid #e9af00;
  border-bottom: 2px solid #e9af00;
  text-align: left;
  color: #444;
}
.btn_block .btn_free.increase {
  padding: 0;
  text-align: center;
  font-size: 15px;
  line-height: 35px;
}
.btn_block .btn_free .position_free_mark {
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -10px;
  width: 19px;
}
.info_area ul.long_block,
.info_area ul.long_block2 {
  width: 100%;
}
.info_area ul.long_block li,
.info_area ul.long_block2 li {
  width: 770px;
}
.info_area li .cam_mark {
  margin-bottom: 4px;
}
/* mark */
.cam_mark span {
  display: inline-block;
  margin: 0 4px 2px 0;
  padding: 0;
  background: #FFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
}
.info_area li .cam_mark span:last-child {
  margin: 0 0 2px 0;
}
.cam_mark span.new_m {
  width: 40px;
  background: #f06;
  border: 1px solid #f06;
  color: #fff;
}
.cam_mark span.new_m:after {
  content: "NEW";
  display:block;
  clear:both;
  white-space: nowrap;
  overflow: hidden;
}
.cam_mark span.free2_m {
  width: 52px;
  padding: 0 0 0 4px;
  border: 1px solid #36C;
  color: #36C;
  letter-spacing: 4px;
  font-size: 14px;
}
.cam_mark span.free2_m:after {
  content: "無料";
  display:block;
  clear:both;
  white-space: nowrap;
  overflow: hidden;
}
.cam_mark span.inc_m {
  width: 71px;
  border: 1px solid #36C;
  color: #36C;
  letter-spacing: -1px;
}
.cam_mark span.inc_m:after {
  content: "立読み増量";
  display:block;
  clear:both;
  white-space: nowrap;
  overflow: hidden;
}
.cam_mark span.down_m {
  position: relative;
  width: 46px;
  padding: 0 0 0 18px;
  border: 1px solid #F06;
  color: #F06;
  text-align: left;
}
.cam_mark span.down_m:before {
  position: absolute;
  top: 2px;
  left: 4px;
  content:url(/ext/c/images/search/icon_darrow.png);
}
.cam_mark span.down_m:after {
  content: "値下げ";
  display:block;
  clear:both;
  white-space: nowrap;
  overflow: hidden;
}
.cam_mark span.point_m {
  width: 75px;
  border: 1px solid #63F;
  color: #63F;
  letter-spacing: -2px;
}
.cam_mark span.point_m:after {
  content: "ポイント還元";
  display:block;
  clear:both;
  white-space: nowrap;
  overflow: hidden;
}
.cam_mark span.pack_m {
  width: 69px;
  border: 1px solid #390;
  color: #390;
  letter-spacing: -1px;
}
.cam_mark span.pack_m:after {
  content: "お得パック";
  display:block;
  clear:both;
  white-space: nowrap;
  overflow: hidden;
}

/* end_campaign
-------------------------------------------------------------*/
.end_title {
  margin: 0 auto;
  padding: 8px 8px 5px;
  border-bottom: 2px solid #888;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.top_end_text {
  margin: 40px 0;
  text-align: center;
  font-size: 30px;
}

/* pagination
-------------------------------------------------------------*/
.pagination {
  width: 100%;
  height: 34px;
  margin: 0 auto;
  padding: 10px 0;
  background: #fff;
  text-align: center;
  overflow: hidden;
}
.pagination ul{
  list-style: none;
}
.pagination .pages {
  display: inline-block;
}
.pagination .pages li {
  float: left;
  background: #fff;
}
.pagination .pages li + li{
  margin-left: 8px;
}
.pagination .pages li a,
.pagination .pages li span {
  display: block;
  height: 34px;
  padding: 0 13px;
  background: #fff;
  border: 1px solid #6c6e73;
  border-color: #adb1b8 #a2a6ac #8d9096;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  text-decoration: none;
}
.pagination .pages li.selected span {
  background: #eee;
  border-color: #ccc;
  color: #373737;
  font-weight: bold;
}
.pagination .pages li.nopage {
  height: 30px;
  background: #fff;
  line-height: 28px;
  opacity: .3;
}
.pagination .pages li.leader {
  height: 30px;
  background: #fff;
  line-height: 28px;
}

/* btn_areas
-------------------------------------------------------------*/
section.btn_areas {
  margin: 10px;
}

/* details_area
-------------------------------------------------------------*/
.details_area,
.bottom_btn {
  margin: 10px;
  padding: 10px 15px;
  border: 1px #ccc solid;
  background: #fff;
  border-radius: 2px;
  text-align: left;
  line-height: 1.5;
}
.details_area dd,
.details_area dt,
.details_area p {
  font-size: 14px;
}
.details_area dd + dt {
  margin-top: 1em;
}
.bottom_btn p {
  text-align: center;
  font-size: 16px;
}
.bottom_btn .bottom_block a {
  width: 355px;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  color: #333;
  margin: 5px 5px 0;
  box-shadow: inset 0px 1px 0 #FFF, 0px 1px 0 #B5B5B5;
  border-radius: 6px;
}
