@charset "UTF-8";

body{
	background-color: #ddd;
	background: url(../images/bg.jpg) repeat fixed;
	color: #000;
}

.main_bar {
    background-color: #fff;
}

h1,h2,h3{
	
}
h1{
  font-size: 30px;
  line-height: normal;
}
h2::before{
}
h2::after{
}
h2::before,h2::after{
  padding: 0 0.5em;
  color: #555;
}
h3{
  background-color: #2d7939;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
  padding: 30px 1%;
}
h4{
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
}
p{
  font-size: 14px;
  line-height: 28px;
}


/**/
.image_border{
  padding: 3px;
  border: solid 1px #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 30%;
  float: left;
}
.cut_image{
  max-height: 250px;
  width: 100%;
  overflow: hidden;
}
.cut_image img{
  width: 100%;
}
.recommended{
  float: right;
  width: 68%;
  text-align: left;
}

.sample_cont_img{
  padding: 3px;
  border: solid 1px #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 40%;
  text-align: center;
  box-sizing: border-box;
  float: left;
}
.sample_cont_p{
  width: 58%;
  float: right;
}
.sample_cont_img img{
  width: 100%;
}

.border_bottom_s{
  border-bottom: solid 1px #ccc;
  padding-bottom: 3%;
  margin-bottom: 3%;
}
main{
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

@media screen and (max-width:450px){
.image_border{
  width: 100%;
  float: none;
}
.recommended{
  width: 100%;
  float: none;
  margin-top: 3%;
}
.sample_cont_img,.sample_cont_p{
  float: none;
  width: 100%;
}
.sample_cont_p{
  margin-top: 20px;
}
.item_cont{
  width: 80%;
}

}


.cont{
  padding: 5%;
}


/* ------------------------ オプション ------------------------- */






/*タブ切り替え*/
.panel-group{
    border:solid 1px #CCC;
    background:#fff;
    padding: 10px 20px;
}
.tab-group .tab{
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
}
.panel-group .panel{
	font-size: 14px;
	line-height: normal;
}
.tab.is-active{
    background:#338a41;
    color:#FFF;
}



/*カウントダウン*/

.yycountdown-box{
  text-align:center;
  margin:10px 0;
  color:#f00;
  font-size: 20px;
  line-height: normal;
}

#timer .yycountdown-box .yyc-day-text,#timer .yycountdown-box .yyc-day,
#timer .yycountdown-box .yyc-hou-text,#timer .yycountdown-box .yyc-hou,
#timer .yycountdown-box .yyc-min-text,#timer .yycountdown-box .yyc-min,
#timer .yycountdown-box .yyc-sec-text,#timer .yycountdown-box .yyc-sec{
  font-size:1.0em;
}


/*slider*/
.slider{
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.slick-dots{
	margin-bottom: -10px;	
}



/*テーブル*/

table{
  width: 90%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px auto;
}

table th,table td{
  text-align: left;
  font-size: 14px;
}
table th{
  padding: 15px 5px;
  width: 120px;
  background-color: #000000;
  color: #fff;
  text-align: center;
}
table td{
  padding: 15px;

}
table tr{
  border: solid 1px #ccc; 
}

@media screen and (max-width:781px){


  table th{
    width: 80px;
  }

}




.text_bg::before {
    content: '';
    height: 20px;
    width: 100%;
    display: block;
    background-image: url(../images/note/text_bg_top_right.png),url(../images/note/text_bg_top_left.png),url(../images/note/text_bg_top_center.png);
    background-repeat: no-repeat,no-repeat,repeat-x;
    background-position: top right,top left,top center;
}
.text_bg {
    background-image: url(../images/note/text_bg_center_right.png),url(../images/note/text_bg_center_left.png),url(../images/note/text_bg_center_center.png);
    background-repeat: repeat-y,repeat-y,repeat;
    background-position: top right,top left,top center;
}
.text_bg::after {
    content: '';
    height: 20px;
    width: 100%;
    display: block;
    background-image: url(../images/note/text_bg_bottom_right.png),url(../images/note/text_bg_bottom_left.png),url(../images/note/text_bg_bottom_center.png);
    background-repeat: no-repeat,no-repeat,repeat-x;
    background-position: top right,top left,top center;
}

.text_bg p {
  font-size: 15px;
  line-height: 40px;
}
.text_bg_inner{
  padding: 0 30px 50px 50px;
}
.gekioshi{
  background-image: url(../images/note/gekioshi_red.png);
  background-repeat: no-repeat;
  background-position: 90% 100%;
}


/*年齢確認*/

    .r18 {
      position: fixed;
      display: none;
      z-index: 999999;
      top: 40%;
      left: 50%;
      width: 587px;
      height: 361px;
      margin: -120px 0 0 -220px;
      padding: 2px;
      text-align: center;
      background: #fff url(https://www.melonbooks.co.jp/special/b/0/fair_shoseki/20180405_killtime_onlyshop/images/cushion.gif) right top no-repeat;
      border: solid 4px #f00;
    }

    .r18 p {
      margin-bottom: 10px;
      color: #000;
    }
    .r18 p strong {
      font-size: 14px;
      line-height: normal;
    }
    .r18 a {
      cursor: pointer;
    }

    .cushion {
      padding: 60px 200px 0 30px;
    }

    .cushion h2 {
      color: #e40d0d;
      font-size: 26px;
      padding: 0px;
    }

    .cuhion p {
      font-size: 13px;
      line-height: 1.6;
    }

    .cushion .mb20 {
      padding: 5px;
    }

    .cushion a {
      background: url(https://www.melonbooks.co.jp/special/b/0/fair_shoseki/20180405_killtime_onlyshop/images/btn_yesno.gif) left top no-repeat;
      display: inline-block;
      color: rgba(0, 0, 0, 0);
      line-height: 35px;
      width: 169px;
      height: 35px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }


    .cushion>a.yes {
      background-position: 0px 0px;
      margin-left: 8px;
    }

    .cushion>a.no {
      background-position: -169px 0px;
      margin-left: 8px;
    }

    .cushion>a.yes:hover {
      background-position: 0px -35px;
    }

    .cushion>a.no:hover {
      background-position: -169px -35px;
    }