@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* fontCSS Document */
#main {
  font-family: 'Noto Sans Japanese', serif;
}
#main .noto100 {
  font-weight: 100;
}
#main .noto200 {
  font-weight: 200;
}
#main .noto300 {
  font-weight: 300;
}
#main .noto400 {
  font-weight: 400;
}
#main .noto500 {
  font-weight: 500;
}
#main .noto600 {
  font-weight: 600;
}
#main .noto700 {
  font-weight: 700;
}
#main .noto800 {
  font-weight: 800;
}
#main .noto900 {
  font-weight: 900;
}

/*----- top -----*/
#news {
  font-size: 16px;
}
#news th {
  color: #f8ef15;
}
#news td {
  color: #fff;
}
#news td a {
  color: #fef515;
}

#info h4 {
  font-size: 20px;
  color: #f583a0;
  letter-spacing: 1px;
}
#info ul li {
  font-size: 16px;
}
#info ul li:nth-child(1) {
  line-height: 1.8em;
}

#net li {
  font-size: 15px;
}
#net p {
  font-size: 13px;
  color: #eb8123;
}

/*----- sub -----*/
.story .episode h4 {
  font-size: 20px;
  color: #1895d5;
  letter-spacing: 1px;
  text-align: center;
}
.story .episode p {
  font-size: 16px;
  line-height: 1.8em;
}

.original .comment {
  font-size: 15px;
  line-height: 1.7em;
}
.original .comment span {
  font-size: 17px;
  color: #00bde4;
}

.disc .bd .item .left span {
  font-size: 10px;
}
.disc .bd .item h5 {
  font-size: 18px;
  color: #0194d8;
}
.disc .bd .item li {
  font-size: 15px;
  line-height: 1.6em;
}
.disc .bd .tokuten h6 {
  font-size: 20px;
  color: #0194d8;
}
.disc .bd .tokuten h6 span {
  font-size: 13px;
}
.disc .bd .tokuten ul {
  font-size: 15px;
  line-height: 1.6em;
}
.disc .bd .tokuten ul span {
  color: #0194d8;
}
.disc .bd ul.rental {
  font-size: 14px;
  line-height: 1.8em;
}
.disc .cd .item h5 {
  font-size: 18px;
  color: #00b2cc;
}
.disc .cd .item li {
  font-size: 15px;
  line-height: 1.6em;
}
.disc .cd .songs h5 {
  font-size: 16px;
}
.disc .cd .songs li {
  font-size: 15px;
  line-height: 1.6em;
}
.disc .cd .tokuten h6 {
  font-size: 20px;
  color: #00b2cc;
}
.disc .cd .tokuten h6 span {
  font-size: 13px;
}
.disc .cd .tokuten ul {
  font-size: 15px;
  line-height: 1.6em;
}
.disc .cd .tokuten ul span {
  color: #00b2cc;
}

.stage .bd .item .left span {
  font-size: 10px;
}
.stage .bd .item h5 {
  font-size: 18px;
  color: #0194d8;
}
.stage .bd .item li {
  font-size: 15px;
  line-height: 1.6em;
}
.stage .bd .tokuten01 h6 {
  font-size: 20px;
  color: #0194d8;
}
.stage .bd .tokuten01 h6 span {
  font-size: 13px;
}
.stage .bd .tokuten01 ul {
  font-size: 15px;
  line-height: 1.6em;
}
.stage .bd .tokuten01 ul span {
  color: #0194d8;
}
.stage .bd .tokuten02 h6 {
  font-size: 20px;
  color: #1db2ca;
}
.stage .bd .tokuten02 h6 span {
  font-size: 13px;
}
.stage .bd .tokuten02 ul {
  font-size: 15px;
  line-height: 1.6em;
}
.stage .bd .tokuten02 ul span {
  color: #1db2ca;
}
.stage .bd ul.rental {
  font-size: 14px;
  line-height: 1.8em;
}

.caststaff .music h5 {
  font-size: 18px;
  color: #0194d8;
  letter-spacing: 1px;
}
.caststaff .music ul {
  font-size: 20px;
  line-height: 1.6em;
}
.caststaff .music ul.credit {
  font-size: 14px;
  line-height: 1.4em;
}
.caststaff .music ul.release {
  line-height: 1em;
}
.caststaff .music ul.release li:nth-child(1) {
  font-size: 16px;
}
.caststaff .music ul.release li:nth-child(2) {
  font-size: 12px;
}

/* mixinCSS Document */
/* clearfix */
/* animation */
/* keyframes */
/*color*/
/*font size*/
body {
  background: url(../images/common/bg_body.gif) repeat 0 0;
}

/*----- #wrapper -----*/
#wrapper {
  max-height: 100%;
}

#wrapper #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;
}

#wrapper a:hover {
  text-decoration: none;
  /*filter: alpha(opacity=50);*/
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#wrapper #contents #side {
  margin: 10px 0 0;
}

/* NAVIめーる半透明回避 */
#wrapper #contents #side #banner_navimail a:hover {
  /*filter: alpha(opacity=100);*/
  -moz-opacity: 1;
  opacity: 1;
}

/*----- #main -----*/
#main {
  width: 675px;
}

/*----- #nav -----*/
#nav {
  height: 180px;
  background: url(../images/common/bg_nav.gif) no-repeat 0 0;
}
#nav ul {
  margin: 0;
  padding: 0;
  text-indent: -999em;
}
#nav ul li {
  width: 169px;
  height: 90px;
  margin: 0;
  float: left;
}
#nav ul li:nth-child(4n) {
  width: 168px;
}
#nav ul li a {
  width: 169px;
  height: 90px;
  display: block;
}
#nav ul li a:nth-child(4n) {
  width: 168px;
}
#nav ul .btn01 a {
  background: url(../images/common/btn_nav.png) no-repeat 0 0;
}
#nav ul .btn02 a {
  background: url(../images/common/btn_nav.png) no-repeat -169px 0;
}
#nav ul .btn03 a {
  background: url(../images/common/btn_nav.png) no-repeat -338px 0;
}
#nav ul .btn04 a {
  background: url(../images/common/btn_nav.png) no-repeat -507px 0;
}
#nav ul .btn05 a {
  background: url(../images/common/btn_nav.png) no-repeat 0 -90px;
}
#nav ul .btn06 a {
  background: url(../images/common/btn_nav.png) no-repeat -169px -90px;
}
#nav ul .btn07 a {
  background: url(../images/common/btn_nav.png) no-repeat -338px -90px;
}
#nav ul .btn08 a {
  background: url(../images/common/btn_nav.png) no-repeat -507px -90px;
}

/*----- #totop -----*/
#totop {
  width: 60px;
  height: 60px;
  text-indent: -30000px;
  position: absolute;
  z-index: 9999;
  display: none;
}

#totop a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/common/btn_totop.png) no-repeat 0 0;
}

#totop a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#top {
  /*----- #header -----*/
  /*----- #sns -----*/
  /*----- #news -----*/
  /*----- #tw -----*/
  /*----- #info -----*/
  /*----- #disc -----*/
  /*----- #present -----*/
  /*----- #hulu -----*/
  /*----- #trailer -----*/
  /*----- #net -----*/
}
#top #header {
  height: 950px;
  background: url(../images/common/bg_header.jpg) no-repeat 0 0;
}
#top #header h1 {
  text-indent: -999em;
}
#top #header h2 {
  text-indent: -999em;
}
#top #sns .global_NTV_snsArea ul {
  margin-top: 13px;
  position: relative;
  top: 5px;
  text-align: right;
}
#top #sns .global_NTV_snsArea ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  font-size: 0;
}
#top #news {
  width: 675px;
  height: 220px;
  margin: -15px 0 20px;
  background: url(../images/top/bg_news.png) no-repeat 0 0;
  overflow: hidden;
}
#top #news h3 {
  height: 67px;
  margin: 0 25px 15px;
  background: url(../images/top/h3_news.png) no-repeat 0 23px;
  border-bottom: #bae0f4 1px solid;
  text-indent: -999em;
}
#top #news .frame {
  height: 120px;
  margin: 0 25px;
  overflow: auto;
}
#top #news .frame table {
  width: 600px;
  text-align: left;
}
#top #news .frame table th, #top #news .frame table td {
  padding: 0 0 6px;
}
#top #news .frame table th {
  width: 50px;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
}
#top #tw {
  height: 500px;
  margin-bottom: 20px;
  background: url(../images/top/bg_tw.png) repeat 0 0;
  position: relative;
}
#top #tw .follow {
  text-indent: -999em;
}
#top #tw .follow a {
  background: url("../images/top/btn_tw.png") left top no-repeat;
  -moz-background-size: 119px 32px;
  -o-background-size: 119px 32px;
  -webkit-background-size: 119px 32px;
  background-size: 119px 32px;
  text-indent: -9999em;
  width: 119px;
  height: 32px;
  position: absolute;
  top: 23px;
  right: 32px;
}
#top #tw h3 {
  height: 67px;
  margin: 0 25px 15px;
  background: url(../images/top/h3_tw.png) no-repeat 0 23px;
  border-bottom: #bae0f4 1px solid;
  text-indent: -999em;
}
#top #tw .frame {
  margin: 0 25px;
}
#top .information {
  margin-bottom: 12px;
}
#top #info {
  margin-bottom: 20px;
  padding: 0 0 20px;
  background: url(../images/top/bg_info.png) repeat 0 0;
}
#top #info h3 {
  height: 67px;
  margin: 0 25px 15px;
  background: url(../images/top/h3_info.png) no-repeat 0 23px;
  border-bottom: #f3bfcf 1px solid;
  text-indent: -999em;
}
#top #info h4 {
  margin: 0 30px 5px;
}
#top #info ul {
  padding: 0 30px;
}
#top #info ul li {
  margin-bottom: 5px;
}
#top #info .event {
  margin: 0 25px 15px;
  padding: 0 5px 15px;
  border-bottom: #e9a2b4 1px dashed;
}
#top #info .event h4 {
  margin-left: 0px;
}
#top #info .event p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5em;
}
#top #info .event table {
  margin: 15px 0 10px;
  font-size: 14px;
  line-height: 1.6em;
}
#top #info .event table th, #top #info .event table td {
  padding: 10px 15px;
}
#top #info .event table tr {
  border-top: #ffc3c3 1px dashed;
}
#top #info .event table tr:nth-child(1) {
  border-top: none;
}
#top #info .event table th {
  text-align: center;
  background: #ffeeee;
  white-space: nowrap;
}
#top #info .event table td {
  background: #fff;
}
#top #info .event table td a {
  color: #0da4e3;
}
#top #info .schedule {
  margin: 0 25px 15px;
  padding: 0 5px 15px;
  border-bottom: #e9a2b4 1px dashed;
  letter-spacing: 1px;
}
#top #info .schedule h4 {
  margin-left: 0px;
}
#top #info .schedule table {
  margin: 15px 0;
  font-size: 14px;
}
#top #info .schedule table th, #top #info .schedule table td {
  border: #ccc 1px solid;
  padding: 5px;
  text-align: center;
}
#top #info .schedule table .red {
  color: #F00;
}
#top #info .schedule table.date {
  margin-top: 10px;
  margin-bottom: -2px;
}
#top #info .schedule table.date td {
  text-align: left;
  vertical-align: top;
  padding: 2px 0;
  border: none;
  font-size: 15px;
}
#top #info .schedule table.list01 {
  width: 615px;
}
#top #info .schedule table.list02 {
  width: 245px;
}
#top #info .schedule p {
  margin: 5px 0 0;
  font-size: 15px;
}
#top #info .schedule ul.hosoku {
  margin: 8px 0 10px;
  padding-left: 0;
}
#top #info .schedule ul.hosoku li {
  line-height: 1.1em;
  font-size: 11px;
}
#top #disc {
  height: 130px;
  margin-bottom: 20px;
}
#top #stage {
  height: 130px;
  margin-bottom: 20px;
}
#top #present {
  height: 130px;
  margin-bottom: 20px;
}
#top #hulu {
  height: 130px;
  margin-bottom: 20px;
}
#top #trailer {
  height: 420px;
  margin-bottom: 20px;
  background: url(../images/top/bg_trailer.png) repeat 0 0;
}
#top #trailer h3 {
  height: 67px;
  margin: 0 25px 15px;
  background: url(../images/top/h3_trailer.png) no-repeat 0 23px;
  border-bottom: #fff 1px solid;
  text-indent: -999em;
}
#top #trailer .frame {
  width: 520px;
  height: 293px;
  margin: 27px auto 0;
}
#top #net {
  background: url(../images/top/bg_net.png) repeat 0 0;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
#top #net h3 {
  height: 67px;
  margin: 0 25px 15px;
  background: url(../images/top/h3_net.png) no-repeat 0 23px;
  border-bottom: #74b8e4 1px solid;
  text-indent: -999em;
}
#top #net .frame {
  margin: 0 25px;
  padding: 0 5px;
}
#top #net .frame ul {
  margin-bottom: 12px;
  padding-top: 10px;
}
#top #net .frame ul li {
  margin-bottom: 7px;
}

#sub #wrapper {
  background: url(../images/sub/bg_wrapper.gif) repeat-x center top;
}
#sub #header {
  height: 129px;
  position: relative;
}
#sub #header h1 a {
  background: url("../images/sub/h1_header.png") left top no-repeat;
  -moz-background-size: 209px 87px;
  -o-background-size: 209px 87px;
  -webkit-background-size: 209px 87px;
  background-size: 209px 87px;
  text-indent: -9999em;
  width: 209px;
  height: 87px;
  position: absolute;
  top: 25px;
  left: 17px;
}
#sub #header h2 {
  background: url("../images/sub/h2_header.png") left top no-repeat;
  -moz-background-size: 416px 77px;
  -o-background-size: 416px 77px;
  -webkit-background-size: 416px 77px;
  background-size: 416px 77px;
  text-indent: -9999em;
  width: 416px;
  height: 77px;
  position: absolute;
  top: 29px;
  right: 16px;
}
#sub #article {
  margin: 20px 0;
  padding: 0 25px 25px;
  background: url(../images/sub/bg_article.png) repeat 0 0;
}
#sub #article h3 {
  height: 75px;
  border-bottom: #c3e5f4 2px solid;
  text-indent: -999em;
}

.intro h3 {
  background: url(../intro/images/h3_article.png) no-repeat 0 27px;
}
.intro .txt {
  height: 550px;
  margin-top: 40px;
  background: url(../intro/images/txt_article.png) no-repeat 10px top;
  text-indent: -999em;
}

.chart h3 {
  background: url(../chart/images/h3_article.png) no-repeat 0 27px;
  margin-left: 25px;
  margin-right: 25px;
}
.chart .pic {
  width: 675px;
  height: 1120px;
  margin-top: 40px;
  background: url(../chart/images/pic_article.png) no-repeat center top;
  text-indent: -999em;
}
.chart #article {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.story h3 {
  background: url(../story/images/h3_article.png) no-repeat 0 27px;
}
.story .number ul {
  overflow: hidden;
  *zoom: 1;
  margin-left: 2px;
  padding: 16px 0 0;
}
.story .number ul li {
  width: 52px;
  height: 52px;
  margin: 5px;
  text-indent: -999em;
  float: left;
}
.story .number ul li a {
  width: 52px;
  height: 52px;
  display: block;
}
.story .number ul li.btn01 a {
  background: url(../story/images/btn_number.png) no-repeat 0 0;
}
.story .number ul li.btn02 a {
  background: url(../story/images/btn_number.png) no-repeat -52px 0;
}
.story .number ul li.btn03 a {
  background: url(../story/images/btn_number.png) no-repeat -104px 0;
}
.story .number ul li.btn04 a {
  background: url(../story/images/btn_number.png) no-repeat -156px 0;
}
.story .number ul li.btn05 a {
  background: url(../story/images/btn_number.png) no-repeat -208px 0;
}
.story .number ul li.btn06 a {
  background: url(../story/images/btn_number.png) no-repeat -260px 0;
}
.story .number ul li.btn07 a {
  background: url(../story/images/btn_number.png) no-repeat -312px 0;
}
.story .number ul li.btn08 a {
  background: url(../story/images/btn_number.png) no-repeat -364px 0;
}
.story .number ul li.btn09 a {
  background: url(../story/images/btn_number.png) no-repeat -416px 0;
}
.story .number ul li.btn10 a {
  background: url(../story/images/btn_number.png) no-repeat -468px 0;
}
.story .number ul li.btn11 a {
  background: url(../story/images/btn_number.png) no-repeat -520px 0;
}
.story .number ul li.btn12 a {
  background: url(../story/images/btn_number.png) no-repeat -572px 0;
}
.story .episode {
  padding-top: 18px;
  margin-bottom: 20px;
}
.story .episode h4 {
  margin-bottom: 20px;
}
.story .episode h4 span {
  width: 100%;
  height: 4px;
  background: url(../story/images/line_episode.png) no-repeat 0 0;
  display: block;
  text-indent: -999em;
}
.story .episode h4 span:nth-child(1) {
  margin-bottom: 10px;
}
.story .episode h4 span:nth-child(2) {
  margin-top: 12px;
}
.story .episode ul {
  overflow: hidden;
  *zoom: 1;
}
.story .episode ul li {
  position: relative;
  width: 201px;
  margin-right: 11px;
  margin-top: 10px;
  float: left;
}
.story .episode ul li:nth-child(3n) {
  margin-right: 0;
}
.story .episode ul li img {
  width: 201px;
  height: 134px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.story .episode p {
  margin-bottom: 16px;
}

.caststaff h3 {
  background: url(../caststaff/images/h3_article.png) no-repeat 0 27px;
}

.original #article h3 {
  background: url(../original/images/h3_article.png) no-repeat 0 27px;
}
.original #article h4 {
  height: 191px;
  margin: 35px 0 40px;
  background: url(../original/images/h4_article.png) no-repeat center top;
  text-indent: -999em;
}
.original #article .cover {
  height: 529px;
  margin: 0 0 35px;
  background: url(../original/images/pic_article.png) no-repeat center top;
  text-indent: -999em;
}
.original #article .comment {
  margin: 0 0 10px;
  padding: 22px 25px;
  background: #dcf8ff;
}
.original #article .comment span {
  margin: 0 0 7px;
  display: inline-block;
}

.caststaff .cast {
  margin: 25px 0 20px;
  position: relative;
}
.caststaff .cast h3 {
  height: 48px;
  background: url(../caststaff/images/h3_cast.png) no-repeat 0 0;
  text-indent: -999em;
}
.caststaff .cast h4 {
  height: 38px;
  background: url(../caststaff/images/h4_cast.png) no-repeat center center;
  text-indent: -999em;
}
.caststaff .cast ul {
  margin-top: -15px;
}
.caststaff .cast ul li {
  margin: 35px 13px 0 0;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  line-height: 1.3em;
  vertical-align: top;
}
.caststaff .cast ul li span {
  font-size: 18px;
  color: #0194d8;
}
.caststaff .cast ul li:nth-child(3n+3) {
  margin-right: 0;
}
.caststaff .cast ul li img {
  padding: 3px;
  border: #aed4e6 1px solid;
}
.caststaff .cast ul li table {
  width: 377px;
  margin-top: 20px;
  font-size: 18px;
  text-align: left;
  line-height: 1.6em;
  vertical-align: top;
}
.caststaff .cast ul li table th {
  text-align: right;
  padding: 5px 10px;
}
.caststaff .cast ul li table th.end {
  padding-top: 20px;
}
.caststaff .cast ul li table td {
  text-align: left;
  padding: 5px;
}
.caststaff .cast ul li table td.end {
  padding-top: 20px;
}
.caststaff .music {
  overflow: hidden;
  *zoom: 1;
  padding: 25px 20px 20px;
}
.caststaff .music h4 {
  height: 63px;
  margin-top: 5px;
  background: url(../caststaff/images/h4_music.png) no-repeat center top;
  text-indent: -999em;
}
.caststaff .music .left {
  width: 250px;
  float: left;
}
.caststaff .music .right {
  width: 300px;
  padding-left: 30px;
  float: left;
}
.caststaff .music .right h5 {
  margin-bottom: 5px;
}
.caststaff .music .right li {
  margin-bottom: 3px;
}
.caststaff .music .right .credit {
  margin-top: 10px;
}
.caststaff .music .right .release {
  margin-top: 10px;
}
.caststaff .staff {
  margin-bottom: 20px;
}
.caststaff .staff h4 {
  height: 90px;
  margin-top: 5px;
  background: url(../caststaff/images/h4_staff.png) no-repeat center 35px;
  text-indent: -999em;
}
.caststaff .staff ul {
  padding: 0 20px;
}
.caststaff .staff ul li {
  margin-bottom: 15px;
  font-size: 17px;
}
.caststaff .staff ul li .cap {
  color: #0194d8;
  font-size: 17px;
  line-height: 1.8em;
}
.caststaff .staff ul li span {
  font-size: 14px;
}

.disc h3 {
  background: url(../disc/images/h3_article.png) no-repeat 0 27px;
}
.disc .bd h4 {
  height: 27px;
  margin: 30px 0 27px;
  background: url(../disc/images/h4_bd.png) no-repeat 5px 0;
  text-indent: -999em;
}
.disc .bd .catch {
  height: 100px;
  margin: 0 0 30px;
  background: url(../disc/images/catch_bd.png) no-repeat 5px 0;
  text-indent: -999em;
}
.disc .bd .frame {
  margin-bottom: 25px;
  padding: 25px;
  border: #c6edff 3px solid;
}
.disc .bd .item {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 30px;
}
.disc .bd .item .left {
  width: 195px;
  float: left;
  text-align: center;
}
.disc .bd .item .right {
  width: 349px;
  padding: 10px 0 0 25px;
  float: left;
}
.disc .bd .item .right h5 {
  margin-bottom: 10px;
}
.disc .bd .item .right ul li {
  margin-bottom: 6px;
}
.disc .bd .item .right p {
  margin-top: 20px;
  text-align: center;
}
.disc .bd .tokuten {
  padding: 20px 25px;
  background: #d9f3ff;
}
.disc .bd .tokuten h6 {
  margin-bottom: 15px;
}
.disc .bd .tokuten ul {
  margin-bottom: 15px;
}
.disc .bd .tokuten ul li {
  margin-bottom: 5px;
}
.disc .bd .tokuten p.hosoku {
  margin-top: -5px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6em;
}
.disc .bd .tokuten p.hosoku a {
  color: #078ccf;
}
.disc .bd ul.rental {
  margin-top: 12px;
}
.disc .bd .event {
  margin-top: 20px;
  padding: 20px;
  background: #fffbed;
  font-size: 14px;
  line-height: 1.6em;
}
.disc .bd .event h5 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #cba700;
  text-align: center;
}
.disc .bd .event table {
  width: 100%;
  margin: 15px 0 13px;
}
.disc .bd .event table th, .disc .bd .event table td {
  padding: 15px 10px;
  border: #f6dea6 1px solid;
}
.disc .bd .event table th {
  white-space: nowrap;
  background: #ffecb3;
  text-align: center;
  font-size: 13px;
  line-height: 1.5em;
}
.disc .bd .event ul {
  font-size: 12px;
  line-height: 1.6em;
}
.disc .cd h4 {
  height: 23px;
  margin: 35px 0 25px;
  background: url(../disc/images/h4_cd.png) no-repeat 5px 0;
  text-indent: -999em;
}
.disc .cd .catch {
  height: 132px;
  margin: 0 0 35px;
  background: url(../disc/images/catch_cd.png) no-repeat 5px 0;
  text-indent: -999em;
}
.disc .cd .frame {
  padding: 25px;
  border: #bff2ff 3px solid;
}
.disc .cd .item {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 30px;
}
.disc .cd .item .left {
  width: 195px;
  float: left;
}
.disc .cd .item .right {
  width: 349px;
  padding: 10px 0 0 25px;
  float: left;
}
.disc .cd .item .right h5 {
  margin-bottom: 10px;
}
.disc .cd .item .right ul li {
  margin-bottom: 6px;
}
.disc .cd .item .right p {
  margin-top: 20px;
  text-align: center;
}
.disc .cd .songs {
  margin: 0 0 25px;
  padding: 20px 25px 5px;
  border: #555 1px dashed;
}
.disc .cd .songs h5 {
  margin-bottom: 10px;
}
.disc .cd .songs li {
  margin-bottom: 15px;
}
.disc .cd .tokuten {
  padding: 20px 25px;
  background: #d7faff;
}
.disc .cd .tokuten h6 {
  margin-bottom: 15px;
}
.disc .cd .tokuten ul {
  margin-bottom: 15px;
}
.disc .cd .tokuten ul li {
  margin-bottom: 5px;
}

.stage h3 {
  background: url(../stage/images/h3_article.png) no-repeat 0 27px;
}
.stage .bd h4 {
  height: 27px;
  margin: 30px 0 27px;
  background: url(../stage/images/h4_bd.png) no-repeat 5px 0;
  text-indent: -999em;
}
.stage .bd .catch {
  height: 132px;
  margin: 28px 0 30px;
  background: url(../stage/images/catch_bd.png) no-repeat 5px 0;
  text-indent: -999em;
}
.stage .bd .frame {
  margin-bottom: 25px;
  padding: 25px;
  border: #c6edff 3px solid;
}
.stage .bd .item {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 30px;
}
.stage .bd .item .left {
  width: 195px;
  float: left;
  text-align: center;
}
.stage .bd .item .right {
  width: 349px;
  padding: 10px 0 0 25px;
  float: left;
}
.stage .bd .item .right h5 {
  margin-bottom: 10px;
}
.stage .bd .item .right ul li {
  margin-bottom: 6px;
}
.stage .bd .item .right p {
  margin-top: 20px;
  text-align: center;
  line-height: 1.8em;
}
.stage .bd .item .right p span {
  font-size: 13px;
  color: #FF8C07;
}
.stage .bd .tokuten01 {
  padding: 20px 25px;
  background: #d9f3ff;
}
.stage .bd .tokuten01 h6 {
  margin-bottom: 15px;
}
.stage .bd .tokuten01 ul {
  margin-bottom: 15px;
}
.stage .bd .tokuten01 ul li {
  margin-bottom: 5px;
}
.stage .bd .tokuten01 p.hosoku {
  margin-top: -5px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6em;
}
.stage .bd .tokuten01 p.hosoku a {
  color: #078ccf;
}
.stage .bd .tokuten02 {
  padding: 20px 25px;
  background: #d7faff;
}
.stage .bd .tokuten02 h6 {
  margin-bottom: 15px;
}
.stage .bd .tokuten02 ul {
  margin-bottom: 15px;
}
.stage .bd .tokuten02 ul li {
  margin-bottom: 5px;
}
.stage .bd ul.rental {
  margin-top: 12px;
}
.stage .bd .event {
  margin: 30px 0;
  padding: 20px;
  background: #fffbed;
  font-size: 14px;
  line-height: 1.6em;
}
.stage .bd .event h5 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #cba700;
  text-align: center;
}
.stage .bd .event table {
  width: 100%;
  margin: 15px 0 13px;
  border: #f6dea6 1px solid;
}
.stage .bd .event table td {
  padding: 10px 15px 5px;
  vertical-align: top;
}
.stage .bd .event table td.para01 {
  padding-top: 15px;
  padding-bottom: 0;
}
.stage .bd .event table td.para02 {
  padding-bottom: 0;
  padding-right: 0px;
}
.stage .bd .event table td.para03 {
  padding-bottom: 0;
}
.stage .bd .event table td.para04 {
  padding-right: 0px;
}
.stage .bd .event table td.para05 {
  padding-bottom: 15px;
}
.stage .bd .event table th {
  padding: 15px 10px;
  border: #f6dea6 1px solid;
  white-space: nowrap;
  background: #ffecb3;
  text-align: center;
  font-size: 13px;
  line-height: 1.5em;
}
.stage .bd .event ul {
  font-size: 12px;
  line-height: 1.6em;
}

.huluoriginal h3 {
  background: url(../huluoriginal/images/h3_article.png) no-repeat 0 27px;
}
.huluoriginal .catch {
  height: 300px;
  background: url(../huluoriginal/images/h4_article.png) no-repeat 0 27px;
  text-indent: -999em;
}
.huluoriginal .episode {
  margin-top: 15px;
  padding-top: 35px;
  background: url(../huluoriginal/images/line_episode.png) no-repeat center top;
}
.huluoriginal .episode .photo {
  text-align: center;
}
.huluoriginal .episode .txt {
  padding: 15px;
  font-size: 16px;
  line-height: 1.7em;
}
.huluoriginal .episode .txt span {
  color: #0194d8;
}
.huluoriginal .schedule {
  margin: 20px 0;
}
.huluoriginal .schedule h5 {
  padding: 8px;
  background: #8abf20;
  text-align: center;
  font-size: 19px;
  color: #fff;
  letter-spacing: 1px;
}
.huluoriginal .schedule table {
  width: 100%;
  border: #8abf20 1px solid;
  border-top: none;
  font-size: 14px;
}
.huluoriginal .schedule table tr:nth-child(odd) {
  background: #fff;
}
.huluoriginal .schedule table tr:nth-child(even) {
  background: #f3f8e8;
}
.huluoriginal .schedule table th {
  font-size: 18px;
  color: #70a20d;
  border-right: #e4f2c4 1px solid;
  text-align: center;
  letter-spacing: 1px;
}
.huluoriginal .schedule table th span {
  padding: 0 5px;
}
.huluoriginal .schedule table td span {
  font-size: 16px;
  color: #70a20d;
  line-height: 1.7em;
  letter-spacing: 1px;
}
.huluoriginal .schedule table th, .huluoriginal .schedule table td {
  height: 40px;
  padding: 15px;
  vertical-align: middle;
}

.info #article h3 {
  background: url(../info/images/h3_article.png) no-repeat 0 27px;
}
.info #article h4 {
  padding: 9px 0 10px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 25px 0 15px;
  background: url(../info/images/bg_h4.jpg) no-repeat 0 0;
}
.info #article p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.7em;
}
.info #article p span {
  color: #F80105;
}
.info #article .pic {
  text-align: center;
}
.info #article .detail {
  padding: 15px 0;
  border-top: #333 1px dashed;
  font-size: 15px;
  line-height: 1.8em;
}
.info #article .detail h5 {
  margin-bottom: 5px;
}
.info #article .detail ul.hosoku {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6em;
}
.info #article .tokuten {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.8em;
}
.info #article .tokuten p {
  margin-bottom: 0;
}
.info #article .tokuten h5 {
  margin-bottom: 5px;
}
.info #article .tokuten ul.hosoku {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6em;
}
.info #article .tokuten ul.menu {
  margin: 0 0 15px;
}
.info #article .tokuten .pic {
  margin: 16px 0 8px;
  font-size: 14px;
}
.info #article .goods {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.8em;
}
.info #article .goods p {
  margin-bottom: 0;
  line-height: 1.8em;
}
.info #article .goods h5 {
  margin-bottom: 5px;
}
.info #article .goods .pic {
  margin: 16px 0 8px;
  font-size: 14px;
}
.info #article #p01 {
  margin: 0 0 15px;
}
.info #article #p01 h4 {
  margin-left: 0px;
}
.info #article #p01 p span {
  padding-bottom: 5px;
  color: #000;
  font-size: 16px;
  display: inline-block;
}
.info #article #p01 table {
  margin: 15px 0 10px;
  font-size: 14px;
  line-height: 1.8em;
}
.info #article #p01 table th, .info #article #p01 table td {
  padding: 10px 15px;
}
.info #article #p01 table tr {
  border-top: #9ad6f0 1px dashed;
}
.info #article #p01 table tr:nth-child(1) {
  border-top: none;
}
.info #article #p01 table th {
  text-align: center;
  background: #d4f0ff;
  white-space: nowrap;
}
.info #article #p01 table td {
  background: #fff;
}
.info #article #p01 table td a {
  color: #0da4e3;
}
.info #article #notice .box {
  margin: 5px 0;
}
.info #article #notice .box h5 {
  margin: 15px 0 10px;
}
.info #article #notice .box ul {
  padding-left: 25px;
}
.info #article #notice .box ul li {
  margin-bottom: 7px;
  font-size: 12px;
  list-style-type: disc;
}
.info #article #p04 {
  margin: 5px 0;
}
.info #article #p04 h5 {
  margin: 15px 0 10px;
  font-size: 14px;
}
.info #article #p04 ul {
  padding-left: 25px;
}
.info #article #p04 ul li {
  margin-bottom: 7px;
  font-size: 13px;
  list-style-type: disc;
}
.info #article #p04 ul li.caution {
  margin-top: 15px;
  list-style-type: none;
}
.info #article #p04 .goods_special {
  margin-top: 25px;
}
.info #article #p04 .goods_special h5 {
  margin-bottom: 10px;
  font-size: 16px;
}
.info #article #p04 .goods_special table td {
  padding: 10px;
  background: #fff;
  text-align: center;
  font-size: 13px;
}
.info #article #p04 .goods_special table td.pic01 img {
  width: 250px;
  height: auto;
}
.info #article #p04 .goods_special table td.pic02 img {
  width: 180px;
  height: auto;
}
.info #article #p04 .goods_special table td.pic03 img {
  width: 180px;
  height: auto;
}
.info #article #p04 .goods_special table td.pic04 img {
  width: 180px;
  height: auto;
  margin-top: 10px;
}
.info #article #p04 .goods_special table td.pic05 img {
  width: 180px;
  height: auto;
}
.info #article #p04 .goods_special table td.pic06 img {
  width: 180px;
  height: auto;
}
.info #article #p04 .goods_special table td.pic07 img {
  width: 180px;
  height: auto;
}
.info #article #p04 .goods_special table td.pic08 img {
  width: 180px;
  height: auto;
}
.info #article #p04 .goods_special table td.pic09 img {
  width: 180px;
  height: auto;
}
.info #article #p04 .goods_special table td.pic10 img {
  width: 180px;
  height: auto;
}
.info #article #p04 .goods_special table td.pic11 img {
  width: 180px;
  height: auto;
}
.info #article .eventGoods {
  padding-top: 25px;
  margin-top: 25px;
  border-top: #999 1px dashed;
}
.info #article .eventGoods h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
.info #article .eventGoods p {
  margin-top: 10px;
  margin-bottom: 8px;
  text-align: center;
}
.info #article ul.infoMenu {
  margin: 10px 0 -10px;
}
.info #article ul.infoMenu li {
  padding: 10px 0 10px 30px;
  background: url(../info/images/bg_infomenu.png) 5px center no-repeat;
  border-bottom: #999 1px dashed;
}
.info #article ul.infoMenu li:nth-child(4) {
  border-bottom: none;
}
.info #article ul.infoMenu li a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
.info #article ul.infoMenu li a:hover {
  /*filter: alpha(opacity=100);*/
  -moz-opacity: 1;
  opacity: 1;
  color: #1c9adb;
}
