@charset "UTF-8";
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
https://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
@import url(https://mplus-fonts.sourceforge.jp/webfonts/general-j/mplus_webfonts.css);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  /*font:12px/1.22 "MS PGothic","Osaka",Arial,sans-serif;*/
  /*font-size:12px;*/
  font: 13px/1.231 "Meiryo",arial,helvetica,"MS PGothic",clean,sans-serif;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small;
}

/* for windows vista */
* + html body {
  font-family: "CI","Meiryo";
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea,
button {
  font: 99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

strong {
  font-weight: bold;
}

/*color*/
/*size*/
#main {
  /* ==================================
      PageTop
  ===================================*/
}
#main .innerlink-head {
  position: absolute;
  bottom: 20px;
  right: 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .innerlink-head:hover {
  bottom: 30px;
}

@keyframes wave01 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 601px 0px;
  }
}
@keyframes wave02 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 903px 0px;
  }
}
.animation-target {
  animation: logomove 1000ms linear both;
}

/* Generated with Bounce.js. Edit at https://goo.gl/y3FSYm */
@keyframes logomove {
  0% {
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* ==================================
    is2nd pages
===================================*/
/*----------common----------*/
/*alt*/
html {
  background: url(/SETOBINGO/images/bg.gif) repeat center;
  background-color: #c4defa;
}

body {
  min-width: 1000px;
  background: url(/images/bg_bottom.png) repeat-x left bottom;
}

html > body > iframe {
  display: none;
  height: 0;
}

#contents {
  width: 1000px;
  margin: 0 auto;
}

/* anchor */
#wrapper a,
#wrapper .article {
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

/* #main */
#main {
  width: 675px;
  padding-bottom: 60px;
  padding-top: 10px;
}

/* SNS自動設置エリア */
.global_NTV_snsArea .global_NTV_snsList {
  text-align: left;
  padding-left: 8px;
  padding-bottom: 4px;
}

.global_NTV_snsArea .global_NTV_snsList li {
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
}

.global_NTV_snsArea .global_NTV_snsList li:first-child {
  margin-left: 0;
}

.global_NTV_snsArea .fb_iframe_widget span {
  vertical-align: top !important;
}

/* #side */
#side {
  padding: 10px 0px 0px;
}

#wrapper #contents #side .box .title {
  background: #dae1e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #dae1e5), color-stop(100%, #eef1f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #dae1e5 51%, #eef1f4 100%);
  /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a {
  background-color: rgba(153, 153, 153, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/* ==================================
    common
===================================*/
#main {
  /*----------textIndent----------*/
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main li, #main dt, #main dd, #main a, #main span, #main th, #main td, #main input {
  font-family: 'M+ Type-1 (general-j) Regular', "Yu Gothic"," YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", "Meiryo", sans-serif;
}
#main a {
  text-decoration: none;
}
#main h2 {
  font-size: 25px;
  line-height: 1.6;
}
#main p, #main dt, #main dd, #main li {
  font-size: 22px;
  line-height: 1.7;
  color: #2b3745;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#main .large {
  font-size: 1.2em;
}
#main .small {
  font-size: 16px;
}
#main .tiny {
  font-size: 14px;
}
#main .txtIndent_5 {
  text-indent: -0.5em;
}

/* ==================================
    header
===================================*/
/*------header02------*/
#header02 .header02_inner .onair p.note {
  font-family: "メイリオ", "Meiryo", 'M+ Type-1 (general-j) Regular', "Yu Gothic"," YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 13px;
}

/* ==================================
    article
===================================*/
#article {
  /*------onairList------*/
  /*------Hulu------*/
  /*------Cast------*/
  /*------Staff------*/
}
#article #onairList dl dt {
  font-size: 24px;
}
#article #onairList dl dd {
  font-size: 20px;
  letter-spacing: 0.01em;
}
#article #hulu p.btn_hulu a {
  color: #ffffff;
  line-height: 2.5;
}
#article #cast ul.member li p {
  font-family: "メイリオ", "Meiryo", 'M+ Type-1 (general-j) Regular', "Yu Gothic"," YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 16px;
}
#article #staff p, #article #staff dt, #article #staff dd {
  font-size: 16px;
}

/* ==================================

  Back number

===================================*/
#main {
  /* ==================================
      is2nd_header
  ===================================*/
}
#main #is2nd_header {
  background-color: #ffffff;
  background-image: url(../../backnumber/images/bg_header_is2nd.png);
  background-position: 0px bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 30px;
}
#main #is2nd_header .is2nd_header_inner {
  width: 635px;
  margin: 0 auto;
  padding-top: 20px;
  overflow: hidden;
  *zoom: 1;
}
#main #is2nd_header .is2nd_header_inner .is2nd_logo {
  float: left;
  width: 140px;
}
#main #is2nd_header .is2nd_header_inner .is2nd_logo h1.is2nd_tit_header {
  background-image: url(../../backnumber/images/h1_is2nd_logo.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 108px;
}
#main #is2nd_header .is2nd_header_inner .is2nd_logo h1.is2nd_tit_header a {
  display: block;
  height: 100%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#main #is2nd_header .is2nd_header_inner .rightBox {
  float: right;
  width: 480px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_onair p.onairDate {
  background-image: url(../../backnumber/images/onair_is2nd.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 60px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_onair p.note {
  margin: 4px 0;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav {
  padding: 20px 0;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul {
  padding: 0;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li {
  text-decoration: none;
  display: inline-block;
  height: 20px;
  padding-left: 10px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li a, #main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li span {
  background-image: url(../../backnumber/images/nav_is2nd.png);
  background-position: 0px 0px;
  display: block;
  height: 20px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1%;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:first-child {
  width: 146px;
  padding: 0;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:first-child a:hover {
  background-position: 0 -28px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(2) {
  width: 38px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(2) a {
  background-position: -165px 0;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(2) a:hover {
  background-position: -165px -28px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(3) {
  width: 66px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(3) a {
  background-position: -220px 0;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(3) a:hover {
  background-position: -220px -28px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(4) {
  width: 122px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(4) a {
  background-position: -306px 0;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(4) a:hover {
  background-position: -306px -28px;
}
#main #is2nd_header .is2nd_header_inner .rightBox .is2nd_nav ul li:nth-child(4) span.on {
  background-position: -306px 0;
}

/* ==================================
    article-disc
===================================*/
#main #article.is2nd_disc {
  margin: 0;
  padding: 0;
}
#main #disc h2.tit_disc {
  background-image: url(../../disc/images/h2.png);
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  height: 90px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  padding: 60px 0 25px;
}
#main #disc #disc_intro {
  background-color: #c4f1fa;
  position: relative;
  margin-top: 45px;
  padding-top: 16px;
  padding-bottom: 40px;
  border-bottom: 10px solid #164e9d;
  margin-bottom: 20px;
}
#main #disc #disc_intro::before {
  content: url(../../disc/images/block_wave.png);
  background-color: #ffffff;
  background-position: center center;
  height: 45px;
  position: absolute;
  top: -45px;
  left: 0;
}
#main #disc #disc_intro h3 {
  background: url(../../disc/images/h3_sale.png) no-repeat center top;
  height: 168px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
#main #disc #disc_intro h3::after {
  content: '';
  background: url(../../disc/images/icon_ukiwa.png) no-repeat center center;
  height: 20px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
#main #disc #disc_intro p.intro {
  background: url(../../disc/images/txt_intro.png) no-repeat center top;
  height: 634px;
  background-size: contain;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#main #disc #disc_intro .note {
  width: 620px;
  margin: 40px auto 20px;
  padding-top: 20px;
  border-top: 2px solid #164e9d;
}
#main #disc .presentCamp {
  background: #ffffff;
  border-bottom: 10px solid #164e9d;
  position: relative;
  padding: 50px 0 40px;
  margin-bottom: 20px;
}
#main #disc .presentCamp::before {
  content: url(../../images/line_block-head.png);
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 0;
}
#main #disc .presentCamp .inner {
  width: 620px;
  margin: 0 auto;
}
#main #disc .presentCamp .present_top {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#main #disc .presentCamp h3.h3_present {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 2px solid #164e9d;
}
#main #disc .presentCamp .present_detail ul {
  padding-top: 30px;
}
#main #disc .presentCamp .present_detail ul li.present {
  padding-top: 1em;
}
#main #disc .presentCamp .present_detail ul li.first {
  padding-top: 0 !important;
}
#main #disc .presentCamp .present_detail ul li.note {
  padding-bottom: 0.5em;
}
#main #disc .presentCamp .present_detail .cheki {
  border: 4px solid #164e9d;
  border-radius: 10px;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 20px 20px 30px;
  background: #f5fbfe;
}
#main #disc .presentCamp .present_detail .cheki .img {
  background: url(../../disc/images/cheki.jpg) no-repeat center top;
  height: 986.24px;
  background-size: contain;
  border-radius: 8px;
}
#main #disc .presentCamp .present_detail .cheki .chekiList {
  padding-top: 20px;
}
#main #disc .presentCamp .present_detail .cheki .chekiList li {
  color: #164e9d;
  font-size: 15px;
  line-height: 1.8;
}
#main #disc .presentCamp#stage h3.h3_present {
  background: url(../../disc/images/h3_present_stage.png) no-repeat center top;
  height: 203px;
}
#main #disc .presentCamp#cheki h3.h3_present {
  background: url(../../disc/images/h3_present_cheki.png) no-repeat center top;
  height: 196px;
}
#main #disc #product {
  background: #ffffff;
  border-bottom: 10px solid #164e9d;
  padding: 30px 0 0;
  position: relative;
}
#main #disc #product:before {
  content: url(../../images/line_block-head.png);
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 0;
}
#main #disc #product #product_sum .inner {
  width: 620px;
  margin: 0 auto;
  padding-top: 10px;
}
#main #disc #product #product_sum .productBox {
  background: #c4defa url(../../disc/images/bg_product.gif) repeat;
  border: 8px solid #c4defa;
  border-radius: 10px;
  margin: 20px 0;
  overflow: hidden;
}
#main #disc #product #product_sum .productBox h3 {
  margin-left: 22px;
}
#main #disc #product #product_sum .productBox h3.h3_product_blr {
  background: url(../../disc/images/h3_blr.png) no-repeat left center;
  height: 110px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#main #disc #product #product_sum .productBox h3.h3_product_dvd {
  background: url(../../disc/images/h3_dvd.png) no-repeat left center;
  height: 110px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#main #disc #product #product_sum .productBox .inner {
  overflow: hidden;
  background: #ffffff;
  padding-top: 30px;
}
#main #disc #product #product_sum .productBox .imgBox {
  float: left;
}
#main #disc #product #product_sum .productBox .txtBox {
  float: right;
  width: 100%;
  margin-left: -245px;
  padding-top: 12px;
}
#main #disc #product #product_sum .productBox .txtBox ul {
  margin-left: 245px;
  padding-bottom: 30px;
  padding-right: 36px;
}
#main #disc #product #product_sum .productBox .txtBox ul li.cont {
  padding-bottom: 30px;
}
#main #disc #product #product_sum .productBox .txtBox .btn_buy_wrapper {
  margin-left: 245px;
}
#main #disc #product #product_sum .productBox .txtBox .btn_buy_wrapper .btn_buy {
  margin: 0 auto;
  padding-right: 36px;
  padding-bottom: 30px;
}
#main #disc #product #product_sum .productBox .txtBox .btn_buy_wrapper .btn_buy a {
  display: block;
  height: 2.5em;
  background: #fd769a;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 0 #d6587a;
  box-shadow: 0 6px 0 #d6587a;
  margin-bottom: 6px;
  transition: none;
}
#main #disc #product #product_sum .productBox .txtBox .btn_buy_wrapper .btn_buy a:hover {
  margin-top: 6px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main #disc #product #product_sum .productBox .txtBox .btn_buy_wrapper .btn_buy a:after {
  content: url(../../images/icon_arrow-r.png);
  height: 12px;
  padding-left: 10px;
}
#main #disc #product #product_sum .productBox .txtBox .btn_buy_wrapper .btn_buy a img {
  padding-top: 16px;
}
#main #disc #product #included-bonus {
  padding: 20px 0 85px;
}
#main #disc #product #included-bonus .inner {
  width: 620px;
  margin: 0 auto;
}
#main #disc #product #included-bonus .inner .h3_tit_detail {
  background: url(../../disc/images/h3_bonus.png) no-repeat left top;
  height: 39px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#main #disc #product #included-bonus .inner p {
  padding-top: 30px;
}
#main #disc #product #product_detail {
  padding: 40px 0;
  position: relative;
  background-color: #c4f1fa;
}
#main #disc #product #product_detail::before {
  content: url(../../disc/images/block_wave.png);
  background-position: center center;
  height: 45px;
  position: absolute;
  top: -45px;
  left: 0;
}
#main #disc #product #product_detail .inner {
  width: 620px;
  margin: 0 auto;
}
#main #disc #product #product_detail h3.h3_tit_detail {
  background: url(../../disc/images/h3_detail.png) no-repeat left top;
  height: 37px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#main #disc #product #product_detail dl {
  padding-top: 30px;
}
#main #disc #product #product_detail .storyList {
  border: 8px solid #c4defa;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
}
#main #disc #product #product_detail .storyList dl {
  width: 100%;
  padding: 0;
}
#main #disc #product #product_detail .storyList dl dt, #main #disc #product #product_detail .storyList dl dd {
  display: table-cell;
  vertical-align: top;
}
#main #disc #product #product_detail .storyList dl dt {
  width: 3em;
}
#main #disc #product #product_detail .note {
  width: 620px;
  margin: 0 auto;
  padding-top: 30px;
}
#main #disc .copy {
  text-align: center;
  padding: 0 0 40px;
  background-color: #c4f1fa;
}

/* ==================================
    Font
===================================*/
#main {
  /*------is2nd_header------*/
  /*------article-disc------*/
}
#main #is2nd_header p.note {
  font-size: 12px;
  color: #164e9d;
}
#main #disc p, #main #disc li, #main #disc dt, #main #disc dd {
  font-size: 20px;
}
#main #disc .disc_inner #disc_intro .note li {
  font-size: 15px;
  line-height: 1.4;
}
#main #disc .disc_inner .presentCamp p, #main #disc .disc_inner .presentCamp li, #main #disc .disc_inner .presentCamp dt, #main #disc .disc_inner .presentCamp dd {
  font-size: 20px;
  color: #2b3745;
}
#main #disc .disc_inner .presentCamp p {
  font-size: 18px;
}
#main #disc .disc_inner .presentCamp .present_detail ul li {
  font-size: 18px;
}
#main #disc .disc_inner .presentCamp .present_detail ul li.tit, #main #disc .disc_inner .presentCamp .present_detail ul li.present {
  font-size: 20px;
  font-weight: bold;
}
#main #disc .disc_inner .presentCamp .present_detail ul li.tit span, #main #disc .disc_inner .presentCamp .present_detail ul li.present span {
  font-size: 18px;
  font-weight: normal;
}
#main #disc .disc_inner .presentCamp .present_detail ul li .tiny {
  font-size: 0.8em;
}
#main #disc .disc_inner .presentCamp .present_detail ul li a {
  color: #fd769a;
}
#main #disc .disc_inner #product_sum .productBox .txtBox ul {
  font-size: 22px;
}
#main #disc .disc_inner #product_sum .productBox .txtBox ul li {
  font-size: 18px;
  line-height: 1.8;
}
#main #disc .disc_inner #product_sum .productBox .txtBox ul li.price {
  font-size: 1.3em;
  font-weight: bold;
}
#main #disc .disc_inner #product_sum .productBox .txtBox ul li.cont {
  font-size: 0.65em;
  font-weight: bold;
}
#main #disc .disc_inner #product_sum .productBox .txtBox ul li span {
  font-weight: bold;
}
#main #disc .disc_inner #product_sum .productBox .txtBox ul li.note {
  font-size: 0.8em;
}
#main #disc .disc_inner #product_sum .productBox .txtBox .btn_buy_wrapper .btn_buy a {
  color: #ffffff;
  line-height: 2.5;
}
#main #disc .disc_inner #product_detail dl dt, #main #disc .disc_inner #product_detail dl dd {
  letter-spacing: 0.04em;
}
#main #disc .disc_inner #product_detail dl dt {
  font-weight: bold;
}
#main #disc .disc_inner #product_detail dl dd {
  font-size: 18px;
}
#main #disc .disc_inner #product_detail .note {
  font-size: 15px;
}
#main #disc .disc_inner .copy {
  font-size: 15px;
}
