@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Ubuntu+Mono|Poiret+One);
@import url(//fonts.googleapis.com/css?family=Orbitron:500);
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  color: #fff;
}

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
}

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}

#sb-wrapper-inner {
  position: relative;
  border: none;
  overflow: hidden;
  height: 100px;
}

#sb-body {
  position: relative;
  height: 100%;
}

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

#sb-player.html {
  height: 100%;
  overflow: auto;
}

#sb-body img {
  border: none;
}

#sb-loading {
  position: relative;
  height: 100%;
}

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}

#sb-loading-inner span {
  background: url(../js/shadowbox/img/loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
}

#sb-body, #sb-loading {
  background-color: #060606;
}

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-title, #sb-title-inner {
  height: 26px;
  line-height: 26px;
}

#sb-title-inner {
  font-size: 16px;
}

#sb-info, #sb-info-inner {
  height: 20px;
  line-height: 20px;
}

#sb-info-inner {
  font-size: 12px;
}

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}

#sb-nav-close {
  background-image: url(../js/shadowbox/img/close.png);
}

#sb-nav-next {
  background-image: url(../js/shadowbox/img/next.png);
}

#sb-nav-previous {
  background-image: url(../js/shadowbox/img/previous.png);
}

#sb-nav-play {
  background-image: url(../js/shadowbox/img/play.png);
}

#sb-nav-pause {
  background-image: url(../js/shadowbox/img/pause.png);
}

#sb-counter {
  float: left;
  width: 45%;
  display: none;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

/*--------------------------------------
  色・フォント・リンク設定
---------------------------------------*/
/* フォント */
/* 背景色 */
/* アクセントカラー */
/* 緑 */
/* 黄 */
/* ベージュ */
/* 赤 */
/* 水色 */
/* 紫色 */
/* 薄水色 */
/* ピンク */
/*--------------------------------------
  Extend
---------------------------------------*/
#zukan .zukan-area .l_menu .prev a, #zukan .zukan-area .l_menu .next a, #zukan .zukan-area .l_menu .prev a:hover, #zukan .zukan-area .l_menu .next a:hover, #page-nav a, #page-nav a:visited, #page-nav a.active, #page-nav a:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

/*上の方が少し明るいグラデーション*/
/*上の方が少し暗いグラデーション*/
#zukan .zukan-area .l_menu .prev a, #zukan .zukan-area .l_menu .next a {
  background-color: #e62e8b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEB5CA4', endColorstr='#FFE62E8B');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViNWNhNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2MmU4YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb5ca4), color-stop(100%, #e62e8b));
  background-image: -webkit-linear-gradient(#eb5ca4 0%, #e62e8b 100%);
  background-image: -moz-linear-gradient(#eb5ca4 0%, #e62e8b 100%);
  background-image: -o-linear-gradient(#eb5ca4 0%, #e62e8b 100%);
  background-image: linear-gradient(#eb5ca4 0%, #e62e8b 100%);
  color: #fff;
  padding: 10px 40px;
  font-size: 130%;
  border: 3px solid #d21a77;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

#zukan .zukan-area .l_menu .prev a:hover, #zukan .zukan-area .l_menu .next a:hover {
  background-color: #e62e8b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF6B7D7', endColorstr='#FFE62E8B');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2YjdkNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2MmU4YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6b7d7), color-stop(100%, #e62e8b));
  background-image: -webkit-linear-gradient(#f6b7d7 0%, #e62e8b 100%);
  background-image: -moz-linear-gradient(#f6b7d7 0%, #e62e8b 100%);
  background-image: -o-linear-gradient(#f6b7d7 0%, #e62e8b 100%);
  background-image: linear-gradient(#f6b7d7 0%, #e62e8b 100%);
  color: #eee;
  padding: 10px 40px;
  font-size: 130%;
  border: 3px solid #d21a77;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/*--------------------------------------
  DEFAULT
---------------------------------------*/
.container {
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-size: 15px;
  line-height: 2.1em;
}

strong {
  font-weight: bold;
}

#main-container section a:link {
  color: #e62e8b;
  text-decoration: underline;
}

#main-container section a:hover {
  color: #fa429f;
  text-decoration: none;
}

#main-container section a:visited {
  color: #e62e8b;
  text-decoration: underline;
}

#main-container section a:active {
  color: #fa429f;
  text-decoration: none;
}

/*汎用スタイル*/
.txtline {
  border-bottom: 1px dotted;
}

/*余白*/
.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

/*--------------------------------------
  HEAD
---------------------------------------*/
.header {
  padding: 0;
  *zoom: 1;
}

#top .header-image {
  margin: 0;
  margin-left: -20px !important;
  margin-right: -20px !important;
  z-index: 200;
}

.header-image {
  margin-top: 0;
  margin-left: -20px !important;
  margin-right: -20px !important;
  margin-bottom: 26px;
  z-index: 200 !important;
}

/*--------------------------------------
  背景・枠組
---------------------------------------*/
.container-wrapper {
  background: url(../img/bg.jpg) repeat top center;
  min-width: 990px;
  padding-bottom: 30px;
}

.main {
  margin-left: 20px;
}

.main-container {
  background: url(../img/top_bg.jpg) no-repeat right bottom white !important;
  margin: 0 0 20px 0;
  padding: 0 20px 450px 20px !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: 3px solid #2c211e;
}

.contentsarea {
  padding: 0;
}

section {
  padding: 0 0 10px 0;
  overflow: hidden;
}
section .sec_head img, section .sec_footer img {
  width: 100%;
  height: auto;
}

/*-------- SNS BUTTON --------*/
.sns {
  padding: 40px 0 0 0;
  background: url(../img/main_bg.png) no-repeat top center;
}

/*-------- SITE BNR --------*/
#site-bnr {
  clear: both;
  margin: 10px 0 0 0;
  padding-bottom: 10px;
  overflow: hidden;
  line-height: 0;
}

#site-bnr a {
  border: 3px #333333 solid;
}

#site-bnr a:hover {
  border: 3px #e62e8b solid;
}

#site-bnr img {
  background: #e62e8b;
}

#site-bnr ul li {
  float: left;
  width: 48.9%;
  padding: 0 3px 5px 3px;
}
#site-bnr ul li:first-child {
  padding: 0 3px 5px 3px;
}

@media screen and (max-width: 990px) {
  #site-bnr ul li {
    float: left;
    width: 48.9%;
  padding: 0 3px 5px 3px;
  }
  #site-bnr ul li:first-child {
  padding: 0 3px 5px 3px;
  }
}
.site-bnr {
  margin-left: 0;
  padding-bottom: 10px;
}

/*-------- twitter-bnr --------*/
#twitter-bnr {
  margin: 20px auto 30px auto;
  overflow: hidden;
  line-height: 0;
}

.twitter-bnr a {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: block;
  width: 440px;
  height: 100px;
  border: 3px #333333 solid;
}

.twitter-bnr a:hover {
  border: 3px #e62e8b solid;
}

#twitter-bnr img {
  background: #b9e3f9;
}

/*-------- btnPagetop --------*/
#btnPagetop {
  z-index: 200;
}

/*-------- COYRIGHT --------*/
/*-------- TOP MOVIE-INFO --------*/
.main-container section {
  /*-------- GUEST AREA --------*/
}
.main-container section .info {
  width: 100%;
  padding: 0 0 0 0;
  position: relative;
  margin-bottom: 20px;
}
.main-container section .topInfoGuest {
  position: relative;
  width: 100%;
}
.main-container section .topInfoGuestArea {
  min-height: 168px;
  border: 1px solid #fff;
  background: #ffecff;
  padding: 0;
  margin: 0 0 5px 0;
  position: relative;
}
.main-container section .topInfoGuestArea .topInfoGuestPhoto {
  width: 168px;
  height: 100%;
  min-height: 168px;
  position: absolute;
  top: 0;
  background: #ffecff;
  border-right: 5px solid #e62e8b;
}
.main-container section .topInfoGuestArea .topInfoGuestPhoto img {
  max-width: 168px;
  vertical-align: bottom;
}
.main-container section .topInfoGuestArea .topInfoTxtArea {
  margin: 20px 20px 20px 200px;
}
.main-container section .topInfoGuestArea .topInfoTxtArea .topInfoName {
  font-size: 21px;
  line-height: 28px;
  min-height: 80px;
  margin: 0 0 6px 0;
  width: auto;
  letter-spacing: 0.1em;
  padding-bottom: 3px;
}
@media screen and (min-width: 1280px) {
  .main-container section .info .topInfoGuest {
    width: 854px;
    overflow: hidden;
    position: relative;
    zoom: 1;
    /*IE6*/
  }
  .main-container section .topInfoGuestArea {
    border: 1px solid #fff;
    min-height: auto;
    padding: 0;
    margin: 0 2px 0 0;
    position: relative;
    float: left;
    width: 166px;
  }
  .main-container section .topInfoGuestArea .topInfoGuestPhoto {
    width: 166px;
    height: 166px;
    min-height: 166px;
    position: static;
    border-bottom: 5px solid #e62e8b;
    border-right: 0;
  }
  .main-container section .topInfoGuestArea .topInfoGuestPhoto img {
    width: 166px;
    position: static;
  }
  .main-container section .topInfoGuestArea .topInfoTxtArea .topInfoName {
    font-size: 15px;
    line-height: 24px;
  }
  .main-container section .topInfoGuestArea .topInfoTxtArea {
    margin: 15px;
  }
}

/*-------- PAGE TITLE --------*/
.main-container section h2 {
  margin: 10px 0 20px 0;
  padding: 10px 0 0 0;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  height: 60px;
  position: relative;
  text-shadow: 1px 1px 1px #fff;
  background: #ffecff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  letter-spacing: 0.1em;
}
.main-container section h2 span.sub {
  font-size: 14px;
  display: block;
  line-height: 1em;
  padding: 0;
  text-shadow: 1px 1px 1px #fff;
  letter-spacing: 0.2em;
}
.main-container section h2 span.att {
  font-size: 18px;
  text-shadow: 1px 1px 1px #fff;
}

.main-container section h2 .lineLeft, .main-container section h2 .lineRight {
  width: 161px;
  height: 60px;
  position: absolute;
  bottom: 0px;
}

.main-container section h2 .lineLeft {
  background: url(../img/midashi_l.png) no-repeat Center Center;
  left: 0px;
}

.main-container section h2 .lineRight {
  background: url(../img/midashi_r.png) no-repeat Center Center;
  right: 0px;
}

@media screen and (max-width: 990px) {
  .main-container section h2 .lineLeft, .main-container section h2 .lineRight {
    display: none;
  }
}
.main-container section h3 {
  color: #e62e8b;
  font-size: 42px;
  line-height: 30px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.main-container section h3 span.number {
  color: #e62e8b;
  font-size: 42px;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: 'Orbitron', sans-serif;
}
.main-container section h3 span {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  margin-left: 15px;
  font-weight: normal;
}

/*--------------------------------------
  ページナビ
---------------------------------------*/
#page-nav {
  margin: -40px auto 20px auto;
  padding: 0;
  text-align: center;
  list-style: none;
  background-color: #d7ffff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFD7FFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q3ZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d7ffff));
  background-image: -webkit-linear-gradient(#ffffff 0%, #d7ffff 100%);
  background-image: -moz-linear-gradient(#ffffff 0%, #d7ffff 100%);
  background-image: -o-linear-gradient(#ffffff 0%, #d7ffff 100%);
  background-image: linear-gradient(#ffffff 0%, #d7ffff 100%);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: 3px solid #333333;
  z-index: 1;
}
#page-nav ul {
  background: none;
  border: none;
  box-shadow: none;
  padding: 15px 20px;
}
#page-nav ul li {
  margin-right: 20px;
  position: relative;
  float: left;
  width: 31.5%;
  width: 30% \9;
  z-index: 300;
}
#page-nav ul li:last-child {
  margin-right: 0;
}

#page-nav a, #page-nav a:visited {
  margin: 0 auto;
  height: 30px;
  border: 0;
  display: block;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 23px 0 38px 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border-top: 3px solid #333333;
  border-left: 3px solid #333333;
  border-right: 3px solid #333333;
  border-bottom: 10px solid #333333;
  background: #6a61b6;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
}

#page-nav a.active, #page-nav a:hover {
  background: #4c4398 !important;
  border-top: 5px solid #333333 !important;
  border-left: 3px solid #333333;
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333 !important;
  margin-top: 5px !important;
}

span.mini {
  display: block;
  font-size: 10px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-shadow: none;
}

.page-nav-inner {
  padding: 0 !important;
  font-size: 100%;
}

.top-br {
  clear: both;
}

#page-nav a.nav-zukan {
  background: #e62e8b !important;
}
#page-nav a.nav-zukan:hover {
  background: #c8106d !important;
}

#page-nav li.active a.nav-zukan {
  background: #c8106d !important;
}

/*--------------------------------------
  サブページ共通
---------------------------------------*/
.main-container {
  clear: both;
}

.contentsarea p {
  font-size: 120%;
  padding-bottom: 30px;
}

/*--------------------------------------
  番組概要
---------------------------------------*/
#about .storyphotobox {
  background: url(../img/con_bg.png) no-repeat Center Center;
  padding-bottom: 10px;
}
#about .storyphotobox .storyphoto, #about .storyphotobox .storyphoto_one {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 600px;
  max-height: 400px;
}
#about .storyphotobox .storyphoto img, #about .storyphotobox .storyphoto_one img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 8;
  border: 5px #3d3d3d solid;
}
#about .storyphotobox .storyphoto img.active, #about .storyphotobox .storyphoto_one img.active {
  z-index: 10;
}
#about .storyphotobox .storyphoto img.last-active, #about .storyphotobox .storyphoto_one img.last-active {
  z-index: 9;
}
#about .aboutTxt h3 {
  font-size: 28px;
  color: #e62e8b;
  text-align: center;
  line-height: 43px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
#about .aboutTxt h3 span {
  font-size: 32px;
  color: #e62e8b;
  margin-left: 0;
  font-weight: bold;
}
#about .aboutTxt p {
  clear: both;
  padding: 20px;
}

/*--------------------------------------
  アイドルお宝くじ図鑑
---------------------------------------*/
#zukan #zukan_navi {
  width: 100%;
  margin: 0 auto;
}
#zukan #zukan_navi .zukan_number {
  width: 550px;
  height: 47px;
  padding-top: 14px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  background: url(../zukan/img/number_bg.jpg) no-repeat;
}
#zukan #zukan_navi .zukan_number span {
  font-size: 30px;
  margin: 0 10px;
  font-family: 'Orbitron', sans-serif;
  color: #fff100;
}
#zukan #zukan_navi .zukan_member {
  max-width: 800px;
  height: 110px;
  background: #fff;
  position: relative;
  overflow: auto;
  margin: 0 auto;
  border: 2px solid #000;
}
#zukan #zukan_navi .zukan_member ul {
  padding: 10px;
}
#zukan #zukan_navi .zukan_member ul li {
  float: left;
  margin-left: 20px;
  color: #ffbaff;
}
#zukan #zukan_navi span.attention {
  margin: 0 20px;
  text-align: right;
  float: right;
  font-size: 13px;
}
#zukan #zukan_navi .zukan_bottom {
  max-width: 800px;
  height: 10px;
  margin: 0 auto;
  position: relative;
  background: url(../zukan/img/zukan_c.jpg) repeat-x Center Center;
}
#zukan #zukan_navi .zukan_bottom .zukan_right, #zukan #zukan_navi .zukan_bottom .zukan_left {
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: 0px;
}
#zukan #zukan_navi .zukan_bottom .zukan_left {
  background: url(../zukan/img/zukan_left.jpg) no-repeat Center Center;
  left: 0px;
}
#zukan #zukan_navi .zukan_bottom .zukan_right {
  background: url(../zukan/img/zukan_right.jpg) no-repeat Center Center;
  right: 0px;
}
#zukan .zukan-area .zukan_con {
  clear: both;
  border-bottom: 3px solid #333333;
  margin: 30px auto;
  background: url(../img/con_bg.png) no-repeat Center Center;
}
#zukan .zukan-area .zukan_con .movie {
  overflow: hidden;
  margin: 10px auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#zukan .zukan-area .zukan_con h3 {
  margin: 0 auto 20px auto;
  padding: 5px 10px 10px 10px;
  max-width: 520px;
  text-align: center;
  font-size: 140%;
  color: #e62e8b;
  font-weight: normal;
}
#zukan .zukan-area .zukan_con h3 span {
  background: linear-gradient(transparent 40%, #fff100 40%);
}
#zukan .zukan-area .l_menu .prev a {
  float: left;
  display: block;
}
#zukan .zukan-area .l_menu .next a {
  float: right;
  display: block;
}
