@charset "UTF-8";

/* common_setting 共通
-------------------------------------------------------------*/
.content_wrapper {
  width: 990px;
  padding: 15px 0 1px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 1140px) {
  .content_wrapper {
    position: relative;
  }
}
.pc_contents {
  float: right;
  width: 770px;
  background: #63fc88;
}
.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;
}
.underline {
  text-decoration: underline;
}
.inlineBlock {
  display: inline-block;
}

/* top_lead
-------------------------------------------------------------*/
.pc_contents .top_lead {
  margin: 10px;
}
.pc_contents .top_lead p {
  font-size: 16px;
}
.pc_contents .top_lead .font_big {
  font-size: 22px;
}
.pc_contents .pos_r {
  position: relative;
}
.pc_contents .pos_a {
  position: absolute;
}
.pc_contents .error_message {
  color: #d00;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
.pc_contents .top_link {
  display: table;
  width: 100%;
  border-spacing: 7px 0;
  margin: 10px 0 13px;
}
.pc_contents .top_link a {
  display: table-cell;
  text-align: center;
}

/* nologinArea.header
-------------------------------------------------------------*/
.pc_contents .nologinArea.header {
  margin: 15px auto;
}
.pc_contents .nologinArea .login_message {
  margin-bottom: 5px;
}
.pc_contents .nologinArea .login_message p {
  font-size: 16px;
}
.pc_contents .nologinArea .login_message p span {
  display: inline-block;
}

/* loglink
-------------------------------------------------------------*/
.pc_contents .loglink {
  padding: 10px 10px 5px;
  text-align: right;
  font-size: 10px;
  background: #63fc88;
}
.pc_contents .loglink a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
.pc_contents .loglink a:hover {
  opacity: .6;
}

/* floatMenuArea
-------------------------------------------------------------*/
.content_wrapper .floatMenuArea {
  display: block;
  position: fixed;
  top: auto;
  bottom: 52px;
  right: 0;
  width: 100%;
  height: 1px;
  text-align: right;
  z-index: 1;
}
.content_wrapper .floatMenuBlock {
  position: relative;
  display: inline-block;
  width: auto;
}
.content_wrapper .floatMenuBlock .floatMenuTable {
  position: static !important;
  display: table;
  table-layout: fixed;
  border-spacing: 5px 0;
  width: 420px;
  margin: 0 0 auto auto;
}
.content_wrapper .floatMenuArea a {
  background: #fff;
  color: #333;
  font-feature-settings: "palt";
  font-size: 10px;
  border: 1px solid #333;
  text-decoration: none;
  display: table-cell;
  height: 50px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
.content_wrapper .floatMenuArea a:nth-child(2n+1) {
  background: #333;
  color: #fff;
}
.content_wrapper .floatMenuArea a[style="display: none;"] + a {
  background: #fff;
  color: #333;
}
.content_wrapper .floatMenuArea a[style="display: none;"] + a:hover {
  background: #f6f6f6;
}
.content_wrapper .floatMenuArea a span {
  display: block;
}
.content_wrapper .floatMenuArea a:hover {
  background: #f6f6f6;
}
.content_wrapper .floatMenuArea a:nth-child(2n+1):hover {
  background: #585858;
}
@media screen and (min-width: 1140px) {
  .content_wrapper .floatMenuArea {
    top: 0;
    bottom: auto;
    text-align: center;
  }
  .content_wrapper .floatMenuBlock {
    width: 965px;
    margin: 0 auto;
  }
  .content_wrapper .floatMenuBlock .floatMenuTable {
    position: absolute !important;
    display: block;
    width: auto;
    margin: 0;
    top: 184px;
    right: -81px;
  }
  .content_wrapper .floatMenuArea a {
    display: block;
    width: 80px;
    height: auto;
    padding: 20px 0;
    margin-bottom: 4px;
  }
  .content_wrapper .floatMenuBlock .floatMenuTable a.single {
    padding: 27px 0;
  }
}

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

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

/* itemArea
-------------------------------------------------------------*/
.pc_contents .itemArea {
  display: table;
  width: 98%;
  margin: 0 auto;
  table-layout: fixed;
}
.pc_contents .itemArea + .itemArea {
  border-top: 1px dotted #ccc;
}
.pc_contents .itemArea li {
  display: table-cell;
  vertical-align: top;
  padding: 15px 10px;
  margin: 0 auto;
  width: 50%;
}
.pc_contents .itemArea li:nth-child(1) {
  padding: 15px 15px 15px 10px;
}
.pc_contents .itemArea li:nth-child(2) {
  padding: 15px 10px 15px 10px;
  border-left: 1px dotted #ccc;
}
.pc_contents .itemArea li.blankBlock {
  vertical-align: middle;
}
.pc_contents .itemArea li.blankBlock img {
  width: 170px;
}
.pc_contents .itemArea .thumBox {
  float: left;
  width: 165px;
  padding-right: 10px;
}
.pc_contents .itemArea .thumBox a {
  display: inline-block;
  text-decoration: none;
}
.pc_contents .itemArea .thumBox img {
  width: 100%;
}
.pc_contents .itemArea .thumBox .btnBox {
  display: block;
  position: relative;
  background: #d00;
  border: 1px solid #d00;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
}
.pc_contents .itemArea .thumBox .btnBox:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 5%;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate( 45deg );
  -webkit-transform: rotate( 45deg );
}
.pc_contents .itemArea .thumBox a:hover .btnBox {
  opacity: .7;
}
.pc_contents .itemArea .thumBox a.btn.free2 .btnBox {
  background: #EEE;
  border: 1px solid #b7b7b7;
  color: #666;
}
.pc_contents .itemArea .thumBox a.btn.free2 .btnBox:after {
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}
.pc_contents .itemArea .infoBox {
  float: right;
  text-align: left;
  width: 185px;
}
.pc_contents .itemArea .infoBox .mark {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.5px;
  border: 1px #E91E63 solid;
  padding: 0 10px;
  vertical-align: middle;
  margin: 3px 0 5px;
  background: #d00000;
  color: #fff;
  height: 24px;
  line-height: 24px;
}
.pc_contents .itemArea .infoBox .title_name {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 4px;
}
.pc_contents .itemArea .infoBox .title_name a {
  color: #333;
}
.pc_contents .itemArea .infoBox .author_name {
  font-size: 13px;
  line-height: 15px;
  color: #757575;
}
.pc_contents .itemArea .infoBox .author_name a {
  font-size: 13px;
  line-height: 15px;
  color: #757575;
}
.pc_contents .itemArea .infoBox .btnBox {
  display: table;
  width: 100%;
  margin-top: 15px;
}
.pc_contents .itemArea .infoBox .btnBox .btn {
  display: table-cell;
  height: 70px;
  padding: 6px 0;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
.pc_contents .itemArea .infoBox .btnBox .btn.entry {/**/
  background: #FFF;
  border: 1px solid #d00;
  color: #d00;
  background: #FDED03;
  border: 1px solid #cbbe00;
  border-bottom: 2px solid #cbbe00;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
.pc_contents .itemArea .infoBox .btnBox .btn.entry.nologin {
  background: #F77318;
  border: 1px solid #bd5700;
  border-bottom: 1px solid #bd5700;
  color: #fff;
}
.pc_contents .itemArea .infoBox .btnBox .btn.entry:hover {/**/
/*  background: #ffdcdc;*/
  opacity: .7;
}
.pc_contents .itemArea .infoBox .btnBox .btn.entry span {
  display: block;
}
.pc_contents .itemArea .infoBox .btnBox .btn.end {
  background: #EEE;
  border: 1px solid #b7b7b7;
  color: #666;
}
.pc_contents .itemArea .infoBox .btnBox .btn.end span {
  display: block;
}
.pc_contents .itemArea .infoBox .btnBox a:hover {
  opacity: 0.7;
}
.pc_contents .itemArea .infoBox .btnBox .btnBoxRow {
  display: table;
  width: 100%;
}
.pc_contents .itemArea .infoBox .btnBox .btnBoxRow + .btnBoxRow {
  margin-top: 15px;
}
.pc_contents .itemArea .infoBox .btnBox .btnBoxRow + .btnBoxRow .btn {
  height: 45px;
}

/* 共通 */
.pc_contents .comBlock {
  padding: 13px 0 0;
  text-align: left;
}
.pc_contents .comBlock label {
  cursor: default;
}
.pc_contents .comBlock .readMore {
  display: none;
}
.pc_contents  .comBlock p {
  font-size: 13px;
  line-height: 17px;
}
.pc_contents .comBlock .comTxt {
/*  height: 33px;*/
/*  overflow: hidden;*/
}
.pc_contents .comBlock .readMore:checked ~ label .comTxt {
  height: auto;
}
.pc_contents .comBlock .open,
.pc_contents .comBlock .close {
  display: none;
  color: #06F;
  text-decoration: underline;
  text-align: right;
}
.pc_contents .comBlock .open:after {
  content: "▼";
  display: inline;
}
.pc_contents .comBlock .close:after {
  content: "▲";
  display: inline;
}
.pc_contents .comBlock .close {
  display: none;
}
.pc_contents .comBlock .readMore:checked ~ label .open {
  display: none;    
}
.pc_contents .comBlock .readMore:checked ~ label .close {
/*  display: block;*/
  display: none;
}
.pc_contents .comBlock .comtitle {
  text-align: center;
  background: #666;
  color: #fff;
  height: 26px;
  line-height: 26px;
  margin-bottom: 4px;
}

.pc_contents .itemArea .snsBox {
  margin: 10px 25px 0;
  text-align: center;
}
.pc_contents .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;
}
.pc_contents .itemArea .snsBox a:hover {
  opacity: 0.7;
}
.pc_contents .itemArea .snsBox span {
  display: table-cell;
  height: 22px;
  width: 100%;
  vertical-align: middle;
}
.pos_a.twibtn {
  top: 50%;
  left: 2px;
  margin-top: -14px;
}

/* historyArea
-------------------------------------------------------------*/
.pc_contents .historyArea {
  margin: 0 auto 25px;
  background: #fff;
}
.pc_contents .linkBlock + .historyArea {
  margin: 10px auto 0;
}
.pc_contents .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;
}
.pc_contents .historyArea .bottomBtns {
  text-align: center;
  padding-bottom: 14px;
  background: #FFF;
  border-left: 1px solid #FF9800;
  border-right: 1px solid #FF9800;
  border-bottom: 1px solid #FF9800;
}
.pc_contents .historyArea .bottomBtns a,
.pc_contents .historyArea .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;
}
.pc_contents .historyArea .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);
}
.pc_contents .historyArea .bottomBtns a:hover {
  background: #ffedd2;
}
.pc_contents .historyAreaAll {
  margin: 0;
  padding: 10px 10px 0;
}
.pc_contents .historyAreaAll .areatitle {
  position: relative;
  text-align: left;
}
.pc_contents .historyAreaAll .areatitle span {
  font-size: 22px;
  font-weight: bold;
  padding-left: 5px;
}
.pc_contents .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
-------------------------------------------------------------*/
.pc_contents .couponArea {
  width: 94%;
  margin: 0 auto 25px;
  padding: 13px 10px 25px;
  background: #FFF;
  border: 1px solid #FF9800;
}
.pc_contents .couponArea .imgBlock {
  text-align: center;
}
.pc_contents .couponArea .mainBlock {
  padding: 10px 10px 0;
  text-align: center;
}
.pc_contents .couponArea .mainBlock a {
  display: inline-block;
}

/* enteredArea
-------------------------------------------------------------*/
.pc_contents .enteredArea {
  margin: 0 auto 25px;
  background: #FFF;
  border: 1px solid #FF9800;
  text-align: center;
  padding-bottom: 20px;
}
.pc_contents .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;
}
.pc_contents .enteredArea .DenComiEntered {
  padding: 15px 10px;
}
.pc_contents .enteredArea .imgBlock {
  text-align: center;
}
.pc_contents .enteredArea .attention {
  font-size: 20px;
}

/* nologin */
.enteredArea .nologinArea.stamp {
  margin: 10px auto 20px;
  text-align: center;
}
.enteredArea .nologinArea.stamp .login_message {
  font-size: 22px;
  color: #d00;
}

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

/* dencomiArea
-------------------------------------------------------------*/
.pc_contents .dencomiArea {
  width: 680px;
  margin: 0 auto 25px;
  text-align: center;
}
.pc_contents .dencomiArea a {
  display: inline-block;
}
.pc_contents .dencomiArea img {
  width: 100%;
}
.pc_contents .dencomiArea p {
  font-size: 18px;
  color: #333;
  padding-top: 2px;
}

/* detailArea
-------------------------------------------------------------*/
.pc_contents .detailArea {
  margin: 24px auto 0;
  text-align: left;
  border: 1px solid #333;
  background: #fff;
}
.pc_contents .detailArea span.pc_block {
  display: block;
}
.pc_contents .detailArea .detail_title {
  background: #333;
  color: #fff;
  padding-left: 5px;
  height: 38px;
  line-height: 40px;
  font-size: 18px;
}
.pc_contents .detailArea .detail_title:before {
  content: "■";
  display: inline;
}
.pc_contents .detailArea .text + .detail_title {
  margin-top: 10px;
}
.pc_contents .detailArea .text {
  padding: 10px 20px;
  font-size: 16px;
}
.pc_contents .detailArea .text p {
  font-size: 16px;  
}
.pc_contents .detailArea .marginT {
  margin-top: 12px;
}
.pc_contents .detailArea .indent_1em {
  padding-left: 1em;
  text-indent: -1em;
}
.pc_contents .detailArea .indent_2em {
  padding-left: 2em;
  text-indent: -1em;
}
.pc_contents .detailArea .attention {
  margin-top: 10px;
  padding: 15px 10px;
  font-size: 14px;
  border-top: 1px solid #333;
}
.pc_contents .detailArea .end {
  font-size: 22px;
  text-align: center;
  color: #d00;
  font-weight: bold;
  margin-top: 12px;
}

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

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

.pc_contents .entryArea .mainBlock .table .infoBox {
  width: 380px;
  text-align: left;
}
.pc_contents .entryArea .mainBlock .table .infoBox .title_name {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 4px;
}
.pc_contents .entryArea .mainBlock .table .infoBox .title_name a {
  color: #333;
  font-weight: bold;
}
.pc_contents .entryArea .mainBlock .table .infoBox .author_name {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  margin-bottom: 10px;
}
.pc_contents .entryArea .mainBlock .table .infoBox .author_name a {
    color: #999;
}
.pc_contents .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;
}
.pc_contents .entryArea .table .infoBox .btnBox a.free {
  background: #d00;
}
.pc_contents .entryArea .table .infoBox .btnBox a.free2 {
  background: #EEE;
  border: 1px solid #b7b7b7;
  color: #666;
}
.pc_contents .entryArea .table .infoBox .btnBox a:hover {
  opacity: 0.7;
}
.pc_contents .entryArea .twiBox {
  margin: 13px auto 0;
  text-align: center;
}
.pc_contents .entryArea .twiBox a {
  display: table;
  margin: 0 auto;
  width: 100%;
  padding: 5px 3px 4px 30px;
  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;
}
.pc_contents .entryArea .twiBox a + a {
  margin-top: 12px;
}
.pc_contents  .entryArea .twiBox a:hover {
  opacity: 0.7;
}
.pc_contents .entryArea .twiBox span {
  display: table-cell;
  height: 22px;
  width: 100%;
  vertical-align: middle;
}
.pc_contents .shareBlock {
  margin: 20px  auto;
  width: 70%;
}
.pc_contents .shareBlock a {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
  padding: 5px 3px 4px 22px;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  border-radius: 3px;
  background: #1ba0f2;
  border-top: 2px solid #1ba0f2;
  border-bottom: 1px solid #006eb2;
  text-decoration: none;
}
.pc_contents .shareBlock a:hover {
  opacity: 0.8;
}
.pc_contents .shareBlock a span {
  display: table-cell;
  height: 32px;
  width: 100%;
  vertical-align: middle;
}
.pc_contents .shareBlock .pos_a.twibtn {
  left: 10px;
}

/* 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;
}

/* topEntryArea
-------------------------------------------------------------*/
.topEntryArea {
  padding: 10px 0 0;
  background: #fffcc6;
}
.topEntryArea .topEntryTitle {
  padding: 10px 0 15px;
  text-align: center;
}
.topEntryArea .swiper-wrapper {
  display: table;
  table-layout: fixed;
  width: 750px;
  margin: 0 auto;
}
.topEntryArea .swiper-slide {
  display: table-cell;
  text-align: center;
  padding: 5px 4px;
}
.topEntryArea .swiper-slide .slider_thum {
  height: 180px;
}
.topEntryArea .swiper-slide .slider_thum a {
  display: block;
}
.topEntryArea .swiper-slide img {
  max-width: 100%;
  max-height: 180px;
}
.topEntryArea .swiper-slide .btnBox {
  margin: 6px auto;
  width: 85%;
}
.topEntryArea .swiper-slide .btnBox .btn {
  display: block;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
}
.topEntryArea .swiper-slide .btnBox .btn.end {
  background: #EEE;
  border: 1px solid #b7b7b7;
  color: #666;
}
.topEntryArea .swiper-slide .btnBox .btn.entry {
  font-weight: bold;
  background: #FDED03;
  border: 1px solid #cbbe00;
  border-bottom: 2px solid #cbbe00;
  color: #333;
  cursor: pointer;
  text-decoration: none;
}
.topEntryArea .swiper-slide .btnBox .btn.entry:hover {
  opacity: .7;
}
.topEntryArea .att {
  font-size: 12px;
  color: #d00;
  text-align: right;
  margin-right: 20px;
}

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

