@charset "UTF-8";

/* common_setting 共通
-------------------------------------------------------------*/
.content_wrapper {
  width: 990px;
  padding: 15px 0 1px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.pc_contents {
  float: right;
  width: 770px;
  background: #00c0ff;
}
.pc_contents * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pc_contents ul,
.pc_contents ol {
  list-style: none;
}
.font_red {
  color: #d00;
}

/* top_lead
-------------------------------------------------------------*/
.top_lead {
  margin: 10px;
}
.top_lead p {
  font-size: 16px;
}
.top_lead .font_big {
  font-size: 22px;
}
.pos_r {
  position: relative;
}
.pos_a {
  position: absolute;
}
p.error_message {
  color: #d00;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}
.top_link {
  margin: 10px auto 20px;
/*  width: 600px; */
}
/*
.top_link a {
  display: block;
  height: 52px;
  line-height: 52px;
  border: 1px solid #000;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  text-decoration: none;
  position: relative;
}
.top_link a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -5px 2px 0 5px;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
}
.top_link a:hover {
  background: #555;
  color: #fff;
  text-decoration: none;
}
*/

.loglink {
  text-align: right;
  font-size: 10px;
  margin: 0 5px 5px;
}
.loglink a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

/* navArea
-------------------------------------------------------------*/
ul.navArea {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
}
ul.navArea li {
  display: table-cell;
  vertical-align: bottom;
}
ul.navArea li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}
ul.navArea li a:hover {
  opacity: 0.8;
}
ul.navArea li.boy a {
  background: #0185E5;
  color: #fff;
}
ul.navArea li.girl a {
  background: #FF6E78;
  color: #fff;
}
ul.navArea li.tl a {
  background: #FF9600;
  color: #fff;
}
ul.navArea li.bl a {
  background: #00AAE6;
  color: #fff;
}
ul.navArea li.novel a {
  background: #35D73D;
  color: #fff;
}
ul.navArea li.isekai a {
  background: #C476D0;
  color: #fff;
}
ul.navArea li.selected a {
  border-top: 3px #fcad06 solid;
  border-right: 1px #fcad06 solid;
  border-left: 1px #fcad06 solid;
  background: #FFF;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  color: #333;
}


/* categoryArea
-------------------------------------------------------------*/
.categoryArea {
  width: 100%;
  margin: -1px auto 0;
  background: #fff;
  border-left: 1px solid #fcad06;
  border-right: 1px solid #fcad06;
  border-bottom: 1px solid #fcad06;
}
.searchArea {
  padding: 10px;
  text-align: right;
  font-size: 16px;
}
.searchArea a {
  display: inline-block;
  padding: 0 5px;
  color: #444;
}

/* itemArea
-------------------------------------------------------------*/
ul.itemArea {
  display: table;
  width: 98%;
  margin: 0 auto;
  table-layout: fixed;
}
ul.itemArea + ul.itemArea {
  border-top: 1px dotted #ccc;
}
ul.itemArea li {
  display: table-cell;
  vertical-align: top;
  padding: 15px 10px;
  margin: 0 auto;
  width: 50%;
}
ul.itemArea li:nth-child(1) {
  padding: 15px 15px 15px 10px;
}
ul.itemArea li:nth-child(2) {
  padding: 15px 10px 15px 10px;
  border-left: 1px dotted #ccc;
}
ul.itemArea li.blankBlock {
  vertical-align: middle;
}
ul.itemArea li.blankBlock img {
  width: 170px;
}
.itemArea .thumBox {
  float: left;
  width: 165px;
  padding-right: 5px;
}
.itemArea .infoBox {
  float: right;
  text-align: left;
  width: 185px;
}
.itemArea .thumBox a {
  display: inline-block;
}
.itemArea .thumBox img {
  width: 100%;
}
.itemArea .infoBox .mark {
  display: block;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.5px;
  border: 1px #E91E63 solid;
  vertical-align: middle;
  margin: 3px 0 5px;
  background: #d00000;
  color: #fff;
  height: 24px;
  line-height: 24px;
}
.itemArea .infoBox .title_name {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 3px;
}
.itemArea .infoBox .title_name a {
  color: #333;
}
.itemArea .infoBox .author_name {
  font-size: 12px;
  line-height: 14px;
  color: #757575;
}
.itemArea .infoBox .author_name a {
  font-size: 12px;
  line-height: 14px;
  color: #757575;
}
.itemArea .comment img {
  cursor: pointer;
}
.itemArea .infoBox .btnBox {
  margin-top: 9px;
}
.itemArea .infoBox .btnBox .free {
  width: 130px;
  background: #FCEE42;
  border: 1px solid rgba(51,51,51,0.1);
  border-bottom: 2px solid #D8C90F;
  border-right: 1px solid #D8C90F;
  color: #5C4D31;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  padding: 0;
}
.itemArea .infoBox .btnBox .entry {
  background: #FFF;
  border: 1px solid #d00;
  color: #d00;
  font-weight: bold;
  cursor: pointer;
}
.itemArea .infoBox .btnBox .entry:hover {
  background: #ffdcdc;
}
.itemArea .infoBox .btnBox .entry span {
  display: block;
}
.itemArea .infoBox .btnBox .entry span.entry_btn_caution {
  font-size: 10px;
}
.itemArea .infoBox .btnBox span.btn.end {
  background: #EEE;
  border: 1px solid #b7b7b7;
  color: #666;
}
.itemArea .infoBox .btnBox a,
.itemArea .infoBox .btnBox span.btn {
  display: block;
  padding: 6px 0;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
.itemArea .infoBox .btnBox a:hover {
  opacity: 0.7;
}
.itemArea .infoBox .btnBox a + a,
.itemArea .infoBox .btnBox a + span.btn,
.itemArea .infoBox .btnBox span.btn + a {
  margin-top: 9px;
}
.itemArea .snsBox {
  margin: 9px 25px 0;
  text-align: center;
}
.itemArea .snsBox a {
  display: table;
  margin: 0 auto;
  width: 100%;
  padding: 5px 3px 4px 32px;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  border-radius: 3px;
  background: #1ba0f2;
  border-top: 2px solid #1ba0f2;
  border-bottom: 1px solid #006eb2;
  text-decoration: none;
}
.itemArea .snsBox a:hover {
  opacity: 0.7;
}
.snsBox span,
.twiBox span {
  display: table-cell;
  height: 22px;
  width: 100%;
  vertical-align: middle;
}
.pos_a.twibtn {
  top: 50%;
  left: 2px;
  margin-top: -14px;
}

/* popup_area
-------------------------------------------------------------*/
.new_overlayarea {
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.popup_area {
  position: fixed;
  z-index: 10000;
  top: 70px;
  left: 0;
  width: 100%;
}
.popup_area .popup_inner {
  position: relative;
  padding: 20px 50px 15px;
  margin: 0 auto;
  width: 600px;
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ff9800;
}
.popup_area .btn_or {
  position: absolute;
  top: -17px;
  right: -5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ff9800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}
.popup_area .thumBox {
  width: 170px;
}
.popup_area .infoBox {
  width: 300px;
}
.twiBox {
  margin: 8px 0 0;
}
.twiBox a {
  display: block;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  border-radius: 3px;
  background: #1ba0f2;
  border-top: 2px solid #1ba0f2;
  border-bottom: 1px solid #006eb2;
  padding: 5px 3px 4px 32px;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}
.twiBox a:hover {
  opacity: 0.8;
}
.twiBox a + a {
  margin-top: 7px;
}
.comBlock {
/*  padding: 10px 6px 0; */
  margin: 15px 0 0;
  text-align: left;
}
.comBlock p {
  font-size: 13px;
  line-height: 1.4;
}
.comBlock .comtitle {
  text-align: center;
  background: #666;
  color: #fff;
  height: 26px;
  line-height: 26px;
  margin-bottom: 4px;
}

/* historyArea
-------------------------------------------------------------*/
.historyArea {
  margin: 24px auto 0;
  background: #fff;
}
.linkBlock + .historyArea {
  margin: 10px auto 0;
}
.historyArea .areatitle {
  background: #FFC107;
  color: #333;
  padding-left: 5px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  border-top: 3px solid #FF9800;
}
#titleHist.resBox{
  padding: 10px;
  border-left: 1px solid #FF9800;
  border-right: 1px solid #FF9800;
  background: #fff;
}
#titleHist ul{
  width: 100%;
  margin: 0 auto;
}
#titleHist ul + ul{
  margin-top: 23px;
}
#titleHist ul li a{
  display: block;
  width: 100%;
}
#titleHist .thum_box{
  float: left;
  width: 18%;
  margin: 0 1%;
  vertical-align: top;
  text-align: center;
}
#titleHist .thum_box img{
  width: 94%;
  max-width: 180px;
}
#titleHist .thum_box.con img{
  max-width: 125px;
}
#titleHist .text_box{
  float: left;
  width: 18%;
  margin: 0 1%;
  vertical-align: top;
  text-align: left;
}
#titleHist .title_name{
  height: 14px;
  margin: 8px 4px 0;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  color: #626d77;
  overflow: hidden;
}
#titleHist .title_name a{
  width: 100%;
  color: #626d77;
  overflow: hidden;
}
.bottomBtns {
  text-align: center;
  padding-bottom: 14px;
  background: #FFF;
  border-left: 1px solid #FF9800;
  border-right: 1px solid #FF9800;
  border-bottom: 1px solid #FF9800;
}
.bottomBtns a, .bottomBtns a:hover {
  position: relative;
  display: inline-block;
  width: 440px;
  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);
}
.bottomBtns a:hover {
  background: #ffedd2;
}
.historyAreaAll {
  margin: 0;
  padding: 10px 10px 0;
}
.historyAreaAll .areatitle {
  position: relative;
  text-align: left;
}
.historyAreaAll .areatitle span {
  font-size: 22px;
  font-weight: bold;
  padding-left: 5px;
}
.historyAreaAll .areatitle a {
  position: absolute;
  display: block;
  top: 2px;
  right: 3px;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  color: #333;
}

/* linkBlock
-------------------------------------------------------------*/
.pc_contents .linkBlock {
  width: 200px;
  margin: 15px auto;
  text-align: center;
}
.pc_contents .linkBlock a {
  display: block;
  background: #fff;
  width: 100%;
  border: 1px solid #FF9800;
  border-radius: 3px;
  padding: 6px 0;
  font-size: 16px;
  color: #FF5722;
  text-decoration: none;
}
.pc_contents .linkBlock a:hover {
  background: #ffedd2;
}

/* couponArea
-------------------------------------------------------------*/
.couponArea {
  width: 94%;
  margin: 24px auto 0;
  padding: 13px 10px 25px;
  background: #FFF;
  border: 1px solid #FF9800;
}
.couponArea .imgBlock {
  text-align: center;
}
.couponArea .mainBlock {
  padding: 10px 10px 0;
  text-align: center;
}
.couponArea .mainBlock a {
  display: inline-block;
}

/* enteredArea
-------------------------------------------------------------*/
.enteredArea {
  margin: 24px auto 0;
  background: #FFF;
}
.enteredArea .areatitle {
  background: #FFC107;
  color: #333;
  padding-left: 5px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  border-top: 3px solid #FF9800;
}
.enteredArea .resBox{
  width: 100%;
  padding: 15px 20px;
  background: #fff;
  border-left: 1px solid #FF9800;
  border-right: 1px solid #FF9800;
}
.enteredArea ul{
  width: 100%;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
.enteredArea .resBox ul +ul {
  margin-top: 10px;
}
.enteredArea ul li {
  display: table-cell;
  width: 33.3%;
  vertical-align: top;
  text-align: center;
}
.enteredArea ul li a {
  display: inline-block;
}
.enteredArea .imgBlock {
  text-align: center;
  padding-bottom: 18px;
  border-left: 1px solid #FF9800;
  border-right: 1px solid #FF9800;
  border-bottom: 1px solid #FF9800;
}

/* dencomiArea
-------------------------------------------------------------*/
.dencomiArea {
  width: 680px;
  margin: 24px auto 20px;
  text-align: center;
}
.dencomiArea a {
  display: inline-block;
}
.dencomiArea img {
  width: 100%;
  border: 1px solid #000;
}
.dencomiArea p {
  font-size: 18px;
  color: #333;
  padding-top: 2px;
}

/* specialArea
-------------------------------------------------------------*/
.specialArea {
  width: 730px;
  margin: 24px auto 0;
  background: #FFF;
  border: 1px solid #FF9800;
  padding: 10px;
}
.specialArea .andmore {
  text-align: center;
  padding: 40px;
}


/* detailArea
-------------------------------------------------------------*/
.detailArea {
  width: 730px;
  margin: 0 auto 15px;
  padding: 20px;
  text-align: left;
  border: 1px solid #000;
  background: #fff;
}
.detailArea .title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #666;
}
.detailArea .datailTitle {
  font-size: 16px;
  color: #d00;
  font-weight: bold;
}
.detailArea .datailTitle:before {
  display: inline;
  content: "◆";
}
.detailArea .detailText {
  font-size: 16px;
}
.detailArea .detailText + .datailTitle {
  padding-top: 15px;
}
.detailArea .marginT {
  padding-top: 15px;
}

/* common_caution
-------------------------------------------------------------*/
.common_caution {
  width: 730px;
  margin: 0 auto 15px;
  padding: 10px;
  text-align: left;
  border: 1px solid #000;
  background: #fff;
}
.common_caution p {
  font-size: 16px;
}


/* listArea
-------------------------------------------------------------*/
.listArea {
  padding: 10px 10px 0;
  text-align: left;
}
.listArea .areatitle {
  position: relative;
}
.listArea .areatitle h2 {
  font-size: 22px;
  padding-left: 5px;
}
.listArea .areatitle a {
  position: absolute;
  display: block;
  top: 2px;
  right: 3px;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.listArea .mainBlock {
  background: #fff;
  padding: 15px;
}
.listArea .index_title {
  font-size: 18px;
  font-weight: bold;
}
.listArea .index_text + .index_title {
  margin-top: 20px;
}
.listArea .index_text {
  font-size: 16px;
  color: #333;
  padding-left: 1em;
  text-indent: -1em;
}
.listArea .index_text:before {
  content: "・";
  display: inline;
}
.listArea .index_text a {
  color: #333;
}

/* entryArea(entryend)
-------------------------------------------------------------*/
.entryArea .imgBlock {
  padding: 30px 0 0;
  text-align: center;
}
.entryArea .mainBlock {
  margin: 20px auto;
  width: 660px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.entryArea .mainBlock .table {
  display: table;
  width: 100%;
  border-spacing: 15px 0;
}
.entryArea .mainBlock .table .thumBox,
.entryArea .mainBlock .table .infoBox {
  display: table-cell;
  vertical-align: top;
}
.entryArea .mainBlock .table .thumBox a {
  display: inline-block;
}
.entryArea .mainBlock .table .thumBox img {
  width: 170px;
}

.entryArea .mainBlock .table .infoBox {
  width: 380px;
  text-align: left;
}
.entryArea .mainBlock .table .infoBox .title_name {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 4px;
}
.entryArea .mainBlock .table .infoBox .title_name a {
  color: #333;
  font-weight: bold;
}
.entryArea .mainBlock .table .infoBox .author_name {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  margin-bottom: 8px;
}
.entryArea .mainBlock .table .infoBox .author_name a {
    color: #999;
}
.entryArea .table .infoBox .btnBox a {
  display: block;
  width: 100%;
  max-width: 160px;
  padding: 8px 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.entryArea .table .infoBox .btnBox a.free {
    background: #d00;
}
.entryArea .table .infoBox .btnBox a:hover {
  opacity: 0.7;
}
.shareBlock {
  margin: 20px  auto;
  width: 70%;
}
.shareBlock a {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
  padding: 5px 3px 4px 22px;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  border-radius: 3px;
  background: #1ba0f2;
  border-top: 2px solid #1ba0f2;
  border-bottom: 1px solid #006eb2;
  text-decoration: none;
}
.shareBlock a:hover {
  opacity: 0.8;
}
.shareBlock a span {
  display: table-cell;
  height: 22px;
  width: 100%;
  vertical-align: middle;
}

/* end_campaign
-------------------------------------------------------------*/
.infoBox .btnBox a.btn_free {
  display: block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
  background: #FFF;
  border: 1px solid #B8A98F;
  border-bottom: 2px solid #BDB29E;
  border-right: 1px solid #BDB29E;
  font-size: 12px;
  color: #6E5B39;
}

/* sns btn_areas
-------------------------------------------------------------*/
.btn_areas {
  width: 750px;
  margin: 10px auto;
}

