@charset "UTF-8";

/* layout
-------------------------------------------------------------*/
.special_content_wrapper {
  background: #ffff00;
  background: #fae05d;
}
span.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #06c;
  margin: 0 5px;
}
.underline {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}

/* descriptionArea
------------------------------------------------------------- */
.messageBlock div.descriptionArea.end {
  border: 1px solid #333;
}
.messageBlock div.descriptionArea p,
.messageBlock div.descriptionArea.end p {
  color: #333;
}

/* linkArea
------------------------------------------------------------- */
.linkArea a {
  font-size: 16px;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
  color: #d00;
}

/* coupon_area
------------------------------------------------------------- */
.coupon_area .coupon_img img {
}
.coupon_area .coupon_img p {
  font-size: 18px;
  padding-bottom: 3px;
  color: #003b58;
  font-weight: bold;
}

/* Link_area (images)
------------------------------------------------------------- */
.Link_area {
  margin: 25px auto;
}
.Link_area a {
  display: inline-block;
}

/* rankingLink_area (text)
------------------------------------------------------------- */
.rankingLink_area {
  margin: 15px auto 25px;
}
.rankingLink_area a {
  background: #ffff;
  border-right: 2px solid #c46e19;
  border-bottom: 2px solid #c46e19;
}
.rankingLink_area a:before {
  border-color: transparent transparent transparent #c70900;
}
.rankingLink_area span {
  color: #c70900;
}

/* campaign_area
------------------------------------------------------------- */
section.campaign_area {
  margin: 30px 10px 15px;
}
.campaign_area .campaign_title {
  background: #5b3609;
  color: #FFF;
}
.campaign_area .campaign_box {
  background: #fdffe1;
  padding: 15px;
}
.campaign_area .campaign_text p {
  line-height: 1.4;
  font-size: 16px;
  color: #4E4E4E;
}
.campaign_area dl {
  padding: 0 0 10px;
  line-height: 1.4;
  font-size: 16px;
  color: #4E4E4E;
}
.campaign_area dt {
  font-size: 16px;
  font-weight:bold;
}
.campaign_area dd + dt {
  margin:10px 0 0;
}
.campaign_area dd p {
  font-size: 16px;
}
.campaign_area dt:before {
  display: inline;
  content: "■";
}
.campaign_area p.list {
  padding-left: 1em;
  text-indent: -1em;
}
a.arrow {
  position: relative;
  padding-right: 10px;
}
a.arrow:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #08c;
  margin-top: -5px;
}

/* login
------------------------------------------------------------- */
.btn_cp23_box {
  border: none !important;
}


/* pickup
------------------------------------------------------------- */
.pickup_block {
  margin: 30px auto 0;
  background: #f6ce63;
  padding-bottom: 10px;
}
.pickup_block .title {
  background: #c46e19;
  border-top: 1px solid #b26416;
  text-align: left;
  padding: 7px;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}
.pickup_block ul,
.pickup_block li {
  list-style: none;
}
.pickup_block ul {
  display: table;
  table-layout: fixed;
  width: 740px;
  margin: 0 auto;
}
.pickup_block ul.top {
  margin-top: 13px;
}
.pickup_block ul.bottom {
  margin-top: 3px;
}
.pickup_block li {
  display: table-cell;
  width: 20%;
  padding: 0 7px;
  vertical-align: top;
}
.pickup_block .thum_box a {
  display: inline-block;
}
.pickup_block img {
  width: 100%;
}
.pickup_block .btn_box a {
  display: block;
  margin: 5px 0;
  padding: 5px 0;
  background: #F9F9F9;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  text-decoration: none;
}
.pickup_block .title_name a {
  display: block;
  color: #444;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.pickup_block .btn_box a:hover {
  background: #fff;
  color: #000;
}
.pickup_block .author_name {
  display: block;
  color: #444;
  font-size: 11px;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.pickup_block .author_name a {
  color: #444;
  font-size: 11px;
  line-height: 16px;
}

/* special_reco(temp)
------------------------------------------------------------- */
.special_reco .recommendListBox .fix6Area {
  width: 750px;
  margin: 30px auto 10px;
  background: #fff;
  padding-bottom: 15px;
}
.special_reco .recommendListBox .fix6Area .secTitle {
  height: 40px;
  line-height: 40px;
  border-top: 3px solid #d20d00;
  border-bottom: 1px dotted #d20d00;
  text-align: left;
}
.special_reco .recommendListBox .fix6Area .secTitle h2 {
  font-size: 18px;
  padding-left: 7px;
}
.special_reco .subTitle {
  display: none;
}
.recommendListBox .fix6Area .fixBox ul {
  width: 730px;
}
.recommendListBox .fix6Area .fixBox li {
  width: 146px;
  padding: 15px 7px 0;
}
.recommendListBox .fix6Area .fixBox .thum_box {
  height: 183px;
}
.recommendListBox .fix6Area .fixBox .thum_box img {
  max-width: 130px;
  max-height: 180px;
}
.recommendListBox .fix6Area .fixBox li:nth-child(6) {
  display: none;
}

/* ranking(temp)
------------------------------------------------------------- */
.rankingArea {
  margin: 30px 10px;
  background: #fff;
  padding-bottom: 1px;
}
.rankingArea * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.resBox ul, .resBox li {
  list-style: none;
}
.rankingArea .mainTitle {
  height: 40px;
  line-height: 40px;
  background: #d20d00;
  text-align: left;
}
.rankingArea .mainTitle h2 {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  padding-left: 7px;
}
.rankingBlock {
  margin: 15px 10px;
}
.rankingBlock .subTitle h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.resBox .cells {
  float: left;
  width: 20%;
  padding: 3px 7px;
  min-height: 2px;
}
.resBox .rank_num {
  margin: 0 auto 3px;
  line-height: 18px;
  text-align: center;
  font-size: 18px;
  color: #f60;
}
.resBox .rank_num span {
  padding-left: 1px;
  vertical-align: middle;
  font-size: 14px;
}
.resBox .thum_box a {
  display: block;
  position: relative;
}
.resBox .cam_mark {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 17px;
  padding: 2px;
  background: #fff;
  border: 1px solid #f00;
  line-height: 11px;
  font-size: 11px;
  color: #f00;
  z-index: 10;
}
.resBox .thum_box img {
  width: 100%;
  border: 1px solid #eee;
}
.resBox .title_name a {
  display: block;
  margin-bottom: 1px;
  height: 14px;
  line-height: 15px;
  text-align: center;
  font-size: 13px;
  overflow: hidden;
  color: #333;
}
.resBox .author_name {
  display: block;
  height: 12px;
  line-height: 13px;
  text-align: center;
  font-size: 10px;
  overflow: hidden;
  color: #666;
  word-break: break-all;
}
.resBox .author_name a {
  color: #666;
  display: inline;
}
.resBox ul,
.resBox li {
  list-style: none;
}
.pcc .resBox {
  margin: 5px 0 0;
}
/* bottomBtns
------------------------------*/
.bottomBtns {
  width:100%;
  margin: 13px auto 0;
  text-align: center;
}
.bottomBtns a,
.bottomBtns a:hover {
  position:relative;
  display: inline-block;
  width:94%;
  margin: 0 auto;
  padding: 8px 5px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  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 #fff;
  border-right:2px solid #fff;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
}
.pcc .bottomBtns {
  text-align: right;
}
.pcc .bottomBtns a {
  width: 300px;
}
.pcc .bottomBtns a:hover {
  opacity: 0.8;
}
/* genre color --------*/
.all .bottomBtns a,
.all .bottomBtns a:hover {
  background: #FF8C2F;
  border: 1px solid #FF8C2F;
  color: #fff;
}
.novel .bottomBtns a,
.novel .bottomBtns a:hover {
  background: #27ce27;
  border: 1px solid #27ce27;
  color: #fff;
}
.tl .bottomBtns a,
.tl .bottomBtns a:hover {
  background: #f969ed;
  border: 1px solid #f969ed;
  color: #fff;
}
.bl .bottomBtns a,
.bl .bottomBtns a:hover {
  background: #487ef9;
  border: 1px solid #487ef9;
  color: #fff;
}
.precede .bottomBtns a,
.precede .bottomBtns a:hover {
  background: #ff6e78;
  border: 1px solid #ff6e78;
  color: #fff;
}


/* notbuy(temp)
------------------------------------------------------------- */
.notbuy .think_later_area {
  width: 750px;
  margin: 30px auto 10px;
  background: #fff;
  padding-bottom: 15px;
}
.think_later_area * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.think_later_area .contents_right_co_title {
  height: 40px;
  line-height: 40px;
  border-top: 3px solid #d20d00;
  border-bottom: 1px dotted #d20d00;
  text-align: left;
}
.think_later_area .contents_right_co_title .font_14 {
  font-size: 18px;
  padding-left: 7px;
  font-weight: bold;
}
.think_later_area ul {
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 730px;
  margin: 0 auto;
}
.think_later_area li {
  display: table-cell;
  width: 146px;
  padding: 15px 7px 0;
  FONT-VARIANT: JIS04;
  float: none;
  background: #FFF;
  overflow: hidden;
  vertical-align: top;
}
.think_later_area li:nth-child(6) {
  display: none;
}
.think_later_area ul .thum_box3 {
  height: 183px;
  text-align: center;
  position: relative;
}
.think_later_area ul .thum_box3 a {
  display: inline-block;
}
.think_later_area ul .thum_box3 img {
  max-width: 130px;
  max-height: 180px;
}
.think_later_area ul .cover_unit_top_title h5 {
  height: 16px;
  line-height: 17px;
  color: #333;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  overflow: hidden;
  margin: auto;
}
.think_later_area ul .cover_unit_top_title h5 a {
  line-height: 16px;
  color: #000;
  font-size: 13px;
  font-weight: normal;
}
.think_later_area .footer_co_btn_w {
  margin-top: 15px;
}
.think_later_area .footer_co_btn_inner:nth-child(1) {
  display: none;
}
.think_later_area .footer_co_btn_inner a {
  display: block;
  width: 400px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  margin: 0 auto;
  border: 1px solid #FF9800;
  border-radius: 4px;
  color: #FF9800;
  text-decoration: none;
  background: #fff;
}
.think_later_area .footer_co_btn_inner a:hover {
  background: #FFFDE7;
}

/* mark */
.point_m {
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 2px 0 0 0;
  background: #FFF;
  border: 1px solid #6633FF;
  font-size: 12px;
  font-weight: bold;
  color: #6633FF;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.point_m:after {
  content:"ポイント還元";
  display:block;
  clear:both;
}
.free2_m {
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 2px 0 0 0;
  background: #FFF;
  border: 1px solid #36C;
  font-size: 14px;
  font-weight: bold;
  color: #36C;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.free2_m:after {
  content: "無 料";
  display:block;
  clear:both;
}
.down_m {
  position: relative;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 2px 0 0 10px;
  background: #FFF;
  border: 1px solid #F06;
  font-size: 12px;
  font-weight: bold;
  color: #F06;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.down_m:before {
  position: absolute;
  top: 3px;
  left: 15px;
  display: inline;
  content:url(/pc/images/title/1406/icon_darrow.png);
}
.down_m:after {
  content:"値下げ";
  display: inline;
  clear:both;
}
