@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed);
#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;
}

/*--------------------------------------
  色・フォント・リンク設定
---------------------------------------*/
/* フォント */
/* アクセントカラー */
/* Pink */
/* PURPLE */
/* 金 */
/* 金濃い目 */
#music .btnbnr a:link,
#music .btnbnr a:hover,
#music .btnbnr a:visited,
#music .btnbnr a:active {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

#music .btnbnr a:link,
#music .btnbnr a:hover,
#music .btnbnr a:visited,
#music .btnbnr a:active {
  color: #fff;
  padding: 15px 40px;
  text-shadow: 1px 1px 1px black;
  font-size: 120%;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-left: 5px;
  background-color: #ae2027;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFAE2027', endColorstr='#FF900209');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNhZTIwMjciLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzkwMDIwOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ae2027), color-stop(80%, #900209));
  background-image: -webkit-linear-gradient(top, #ae2027 20%, #900209 80%);
  background-image: -moz-linear-gradient(top, #ae2027 20%, #900209 80%);
  background-image: -o-linear-gradient(top, #ae2027 20%, #900209 80%);
  background-image: linear-gradient(top, #ae2027 20%, #900209 80%);
  clear: both;
}

/*-------- DEFAULT --------*/
.container {
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #231d0d;
  font-size: 15px;
  line-height: 1.9em;
}

strong {
  font-weight: bold;
}

#main-container section a:link {
  color: #231d0d;
  text-decoration: underline;
}

#main-container section a:hover {
  color: #878171;
  text-decoration: none;
}

#main-container section a:visited {
  color: #231d0d;
  text-decoration: underline;
}

#main-container section a:active {
  color: #878171;
  text-decoration: none;
}

/* COLOR
##################################### */
.colorBK {
  color: #000000;
}

/* BLACK */
.colorWH {
  color: #ffffff;
}

/* WHITE */
.colorR {
  color: #ae2027;
}

/* RED */
.colorPK {
  color: #bc4a8b;
}

/* PINK */
/* FONT
##################################### */
.font-08 {
  font-size: 60% !important;
}

.font-09 {
  font-size: 70% !important;
}

.font-10 {
  font-size: 77% !important;
}

.font-11 {
  font-size: 85% !important;
}

.font-12 {
  font-size: 93% !important;
}

.font-13 {
  font-size: 100% !important;
}

.font-14 {
  font-size: 108% !important;
}

.font-15 {
  font-size: 116% !important;
}

.font-16 {
  font-size: 123.1% !important;
}

.font-17 {
  font-size: 130% !important;
}

.font-18 {
  font-size: 150% !important;
}

.font-under {
  text-decoration: underline !important;
}

.font-bold {
  font-weight: bold !important;
}

/*汎用スタイル*/
.txtline {
  border-bottom: 1px dotted;
}

.cn {
  text-align: center;
}

/* BLANK
##################################### */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.f_w {
  color: #fff;
}

.f_red {
  color: #ae2027;
}

.b_red {
  border-bottom: 3px solid #ae2027;
}

.b_bk {
  border-bottom: 3px solid #f1f1f3;
}

.f120 {
  font-size: 120%;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*-------- HEAD --------*/
.header {
  padding: 0 !important;
  *zoom: 1;
  overflow: hidden;
}

#top .header-image {
  margin: 0 0 0 0;
}

.header-image {
  margin: 0;
}

/*--------------------------------------
  背景・枠組
---------------------------------------*/
.container-wrapper {
  background: url(../img/bgbk.png) repeat-x left top #f1f1f3 !important;
}

.main {
  margin-left: 20px;
}

.contentswapper {
  margin-left: 20px;
}
.contentswapper img {
  display: block;
}

.main-container {
  background: url(../img/contents_bg.png) repeat-x left top !important;
  padding: 0 !important;
  overflow: hidden;
}

#top .main-container {
  background: none !important;
  padding: 0 !important;
  overflow: hidden;
}

.contentsarea {
  padding: 0 30px 10px 30px;
  background: none;
}

#main-container section {
  padding: 0 0 10px 0;
  overflow: hidden;
}
#main-container section .sec_head img, #main-container section .sec_footer img {
  width: 100%;
  height: auto;
}

/* サイズ変更用*/
.common-title {
  margin: 20px 0;
}

/*-------- SNS BUTTON --------*/
#top .sns {
  padding: 0;
  margin: 20px 0 0 0;
  float: none;
}

/*-------- SITE BNR --------*/
.site-bnr {
  clear: both;
  margin: 20px 0 0 0;
  padding-bottom: 20px;
}
.site-bnr span {
  border: 1px #f4f6f9 solid;
}
.site-bnr img {
  max-width: 440px;
  max-height: 100px;
}

.site-bnr a {
  max-width: 440px;
  max-height: 100px;
  border: 1px #f4f6f9 solid;
}

.site-bnr a:hover {
  max-width: 440px;
  max-height: 100px;
  border: 1px #bc4a8b solid;
}

#btnPagetop {
  z-index: 30;
}

/*-------- TWITTER --------*/
#twilog {
  overflow: auto;
  height: 400px;
}

.tweet {
  width: 100%;
  margin-bottom: 10px;
}
.tweet .icon {
  float: left;
  width: 3em;
  height: 30px;
}
.tweet .icon img {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
}
.tweet .txt {
  margin-left: 3em;
}
.tweet .txt .tx01 {
  font-size: 90%;
  line-height: 24px;
}
.tweet .txt .tx02 {
  font-size: 80%;
  color: #edeeee -10;
}

/*-------- COYRIGHT --------*/
/*-------- TOP next-info --------*/
.main-container section .next-info {
  margin: 10px 0 30px 0;
  overflow: hidden;
}
.main-container section .next-info .nextoa {
  float: left;
  width: 300px;
  min-height: 350px;
  background-color: #242224;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
  cursor: pointer;
  border-top: 3px solid #bc4a8b;
}
.main-container section .next-info .nextoa h2 {
  margin: 0 10px 0 10px !important;
}
.main-container section .next-info .nextoa a img {
  margin: 0 0 10px 0;
  display: block;
  max-width: 300px;
}
.main-container section .next-info .nextoa p {
  padding: 0;
}
.main-container section .next-info .nextoa p.oatime {
  font-size: 85%;
  color: #fff;
  margin: 0 10px 0 10px;
  display: block;
}
.main-container section .next-info .nextoa span.att {
  margin: 0 10px 0 10px;
  clear: both;
  font-size: 77%;
  color: #fff;
  background: #bc4a8b;
  padding: 1px 3px 0 3px;
  font-weight: normal;
  letter-spacing: 2px;
}
.main-container section .next-info .nextoa p.title {
  font-size: 100%;
  color: #bc4a8b;
  display: block;
  margin: 0 10px 0 10px;
}
.main-container section .next-info .nextoa p.btn {
  background: #000;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  color: #828284;
  display: block;
  font-size: 93%;
}
.main-container section .next-info .nextoacs {
  float: left;
  width: 300px;
  min-height: 340px;
  background-color: #242224;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
  border-top: 3px solid #bc4a8b;
  border-bottom: 10px solid #000;
}
.main-container section .next-info .nextoacs h2 {
  margin: 0 10px 0 10px !important;
}
.main-container section .next-info .nextoacs img {
  margin: 0 0 10px 0;
  display: block;
  max-width: 300px;
}
.main-container section .next-info .nextoacs p {
  padding: 0;
}
.main-container section .next-info .nextoacs p.oatime {
  font-size: 85%;
  color: #fff;
  margin: 0 10px 0 10px;
  display: block;
}
.main-container section .next-info .nextoacs span.att {
  margin: 0 10px 0 10px;
  clear: both;
  font-size: 77%;
  color: #fff;
  background: #bc4a8b;
  padding: 1px 3px 0 3px;
  font-weight: normal;
  letter-spacing: 2px;
}
.main-container section .next-info .nextoacs p.title {
  font-size: 100%;
  color: #bc4a8b;
  display: block;
  margin: 0 10px 0 10px;
}
.main-container section .next-info .info {
  margin-left: 330px;
  position: relative;
  overflow: hidden;
  border-top: 3px solid #bc4a8b;
}
.main-container section .next-info .info dl {
  overflow: auto;
  padding: 0 0 20px 0;
  min-height: 273px;
  max-height: 273px;
}
.main-container section .next-info .info dt {
  display: block;
  color: #bc4a8b;
  font-size: 80%;
  line-height: 1.6em;
  font-weight: bold;
}
.main-container section .next-info .info dd {
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 90%;
  line-height: 1.8em;
  border-bottom: 1px solid #e7e7e9;
}

/*-------- PAGE TITLE --------*/
#top .main-container section h2 {
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
  font-size: 21px;
  line-height: 30px;
  color: #bc4a8b;
  text-shadow: none;
}
#top .main-container section h2 span {
  font-size: 12px;
  line-height: 2em;
  padding: 0;
  text-shadow: none;
  color: #5a5a5c;
  margin-left: 20px;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  border: none;
}

.main-container section h2 {
  margin: 0 auto;
  padding: 20px 0 20px 20px;
  text-align: left;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
  font-size: 21px;
  line-height: 30px;
  color: #bc4a8b;
  text-shadow: none;
}
.main-container section h2 span {
  font-size: 12px;
  line-height: 2em;
  padding: 0;
  text-shadow: none;
  color: #505052;
  margin-left: 20px;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  border: none;
}

/*--------------------------------------
  ページナビ
---------------------------------------*/
/* page-nav */
.page-nav-inner {
  padding: 0 !important;
  font-size: 100%;
}

.page-nav {
  width: 100%;
  margin: 0;
  text-align: center;
  list-style: none;
}

.page-nav ul {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

.page-nav ul.menu {
  width: 100%;
  margin: 0 auto;
  background: #1d1b1d;
}

.page-nav ul.menu li.btn {
  width: 14.28%;
  position: relative;
  float: left;
  border-radius: 0;
  background: #242224;
  height: 83px;
}

.page-nav ul.menu li.btn a, .page-nav ul.menu li.btn a:visited, .page-nav ul.menu li.btn a:hover {
  margin: 0 auto;
  border: 0;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  height: 60px;
  padding: 20px 0 0 0;
  text-shadow: none;
  border-radius: 0;
  color: #828284;
}
.page-nav ul.menu li.btn a span.mini, .page-nav ul.menu li.btn a:visited span.mini, .page-nav ul.menu li.btn a:hover span.mini {
  display: block;
  font-size: 10px;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-shadow: none;
  color: #5a5a5c;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

.page-nav ul.menu li.btn a.active, .page-nav ul.menu li.btn a:hover {
  color: #bc4a8b;
  box-shadow: none;
  text-shadow: none;
  clear: both;
  border-top: 3px solid #bc4a8b;
  background: url(../img/navi_bg.png) no-repeat left top black !important;
}
.page-nav ul.menu li.btn a.active span.mini, .page-nav ul.menu li.btn a:hover span.mini {
  display: block;
  margin: 0;
  padding: 0;
  color: #a83677;
  font-weight: normal;
}

ul.menu li a.sub {
  float: left;
  zoom: 1;
  font-size: 13px;
  letter-spacing: 1px;
  color: #bc4a8b;
  margin: 10px 10px 5px 0;
  padding: 3px 15px;
  text-shadow: none;
  text-decoration: none;
  text-align: left;
  clear: both;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  border: none;
}

ul.menu li a.sub:hover {
  color: #9e2c6d;
  background-color: #1d1b1d;
}

.top-br {
  clear: both;
}

/*--------------------------------------
  サブページ共通
---------------------------------------*/
.main-container {
  clear: both;
}
.main-container #sub_title {
  position: relative;
  max-width: 900px;
  overflow: hidden;
}
.main-container #sub_title h2 {
  padding: 60px 0 0 0;
  text-align: center;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 3px;
  font-size: 32px;
  line-height: 36px;
  color: #bc4a8b;
  text-shadow: none;
}
.main-container #sub_title h2 span {
  clear: both;
  text-align: center;
  display: block;
  margin-left: -2px;
}
.main-container #sub_title #sns {
  position: absolute;
  right: 0px;
  top: 20px;
}
.main-container .titWaku {
  clear: both;
  margin: 10px -30px 20px -30px;
  padding: 10px 30px;
  overflow: hidden;
  background-color: #EBEDFD;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD7D1E2', endColorstr='#FFEBEDFD');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3ZDFlMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWRmZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d7d1e2), color-stop(100%, #ebedfd));
  background-image: -webkit-linear-gradient(top, #d7d1e2 0%, #ebedfd 100%);
  background-image: -moz-linear-gradient(top, #d7d1e2 0%, #ebedfd 100%);
  background-image: -o-linear-gradient(top, #d7d1e2 0%, #ebedfd 100%);
  background-image: linear-gradient(top, #d7d1e2 0%, #ebedfd 100%);
}
.main-container .titWaku .ndate {
  clear: both;
  font-size: 80%;
  color: #fff;
  padding: 1px 10px;
  margin-left: -30px;
  font-weight: normal;
  letter-spacing: 2px;
  background: #bc4a8b;
}
.main-container .titWaku .att {
  clear: both;
  font-size: 80%;
  color: #bc4a8b;
  font-weight: normal;
  letter-spacing: 2px;
  display: block;
}
.main-container .titWaku h1.site-title {
  font-size: 130%;
  font-weight: normal;
  line-height: 2.1em;
  letter-spacing: 2px;
}
.main-container h2.backnumber_title {
  background: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  letter-spacing: 2px;
  color: #bc4a8b;
  margin: 10px 0 10px 0;
  display: block;
  text-align: left;
  border-top: 3px solid #bc4a8b;
  padding: 10px 0 0 0;
  height: 30px;
}
.main-container .wlist {
  margin: 0 0 20px 0;
  padding: 0;
}
.main-container .wlist dl {
  padding: 0;
}
.main-container .wlist dt {
  display: block;
  color: #bc4a8b;
  font-size: 80%;
  line-height: 1.6em;
}
.main-container .wlist dd {
  margin: 0 0 10px 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddf;
  color: #231d0d;
  font-size: 90%;
}
.main-container .contentsarea {
  clear: both;
}
.main-container .contentsarea p {
  font-size: 100%;
  padding-bottom: 20px;
}
.main-container .contentsarea h3 {
  clear: both;
  margin-bottom: 30px;
  display: block;
  font-size: 130%;
  line-height: 2.1em;
  letter-spacing: 1px;
  color: #bc4a8b;
}
.main-container .contentsarea h4 {
  clear: both;
  display: block;
  margin-bottom: 0;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-size: 123.1%;
  color: #596298;
  border-bottom: 2px solid #596298;
}
.main-container .contentsarea .big {
  font-size: 130%;
  line-height: 2.4em;
}
.main-container .contentsarea dl {
  padding: 20px 0;
  overflow: hidden;
}
.main-container .contentsarea dt {
  display: block;
  color: #edeeee;
  font-size: 100%;
  line-height: 1.8em;
  float: left;
  overflow: hidden;
  clear: both;
  width: 20%;
}
.main-container .contentsarea dd {
  padding-bottom: 5px;
  color: #231d0d;
  font-size: 100%;
  line-height: 1.8em;
  float: left;
  overflow: hidden;
  width: 80%;
}

/*--------------------------------------
  ニュース
---------------------------------------*/
#news .news-text h3 {
  clear: both;
  margin-bottom: 30px;
  display: block;
  font-size: 130%;
  line-height: 2em;
  letter-spacing: 1px;
  color: #bc4a8b;
  text-align: center;
}
#news .news-text h4 {
  clear: both;
  display: block;
  margin: 20px 0;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-size: 123.1%;
  color: #596298;
  border-bottom: 2px solid #596298;
}
#news .news-text .guest_area p {
  padding-bottom: 10px;
}
#news .news-text .guest_area span {
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #bc4a8b;
  color: #bc4a8b;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
#news .news-text strong {
  font-weight: bold;
}
#news .news-text .phleft {
  margin-bottom: 20px;
  margin-right: 20px;
  max-width: 620px;
  float: left;
}
#news .news-text .phleft img {
  width: 100%;
}
#news .news-text .phcenter {
  max-width: 620px;
  display: block;
  text-align: center;
  margin: 0 auto 20px auto;
}
#news .news-text .phcenter img {
  width: 100%;
}
#news .news-text .phright {
  margin-bottom: 20px;
  margin-left: 20px;
  max-width: 620px;
  float: right;
}
#news .news-text .phright img {
  width: 100%;
}

/*--------------------------------------
  イントロダクション
---------------------------------------*/
#intro .introTxt {
  padding: 20px 0;
}
#intro .introTxt p {
  padding-top: 30px;
}

/*--------------------------------------
  ストーリー
---------------------------------------*/
#story .movie_s {
  overflow: hidden;
  margin: 15px 0 20px 0;
  text-align: center;
  max-width: 560px !important;
  max-height: 315px !important;
  margin-left: auto;
  margin-right: auto;
}
#story .movie_s embed {
  max-width: 560px !important;
  max-height: 315px !important;
}
#story .storyerea {
  padding: 10px 0 30px 0;
  overflow: hidden;
  *zoom: 1;
}
#story .storyerea .story-img {
  float: left;
  margin-right: 20px;
}
#story .storyerea .story-img img {
  border: 1px solid #fff;
  display: block;
  margin-bottom: 10px;
  width: 300px;
  height: auto;
}
#story .storyerea .story-text .guest_area {
  margin-top: 20px;
}
#story .storyerea .story-text .guest_area p {
  padding: 20px 0 0 0;
  font-size: 108%;
}
#story .storyerea .story-text .guest_area span {
  border-top: 2px solid #bc4a8b;
  padding-top: 3px;
  color: #bc4a8b;
  font-size: 123.1%;
  margin-bottom: 15px;
}

@media screen and (max-width: 990px) {
  #story .storyTxt {
    width: 100%;
  }
}
#story .storybacknumber {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

#story .storybacknumber .prgItem {
  float: left;
  width: 24.4%;
}

#story .storybacknumber .prgItem a {
  display: block;
  margin: 5px 2% 2% 2%;
  padding: 10px;
  min-height: 160px;
  color: #f1f1f3;
  text-align: center;
  text-decoration: none;
  font-size: 120%;
  background: #242224;
}

#story .storybacknumber .prgItem a:hover {
  background-color: #bc4a8b;
  *zoom: 1;
  color: #d9dada;
}

#story .storybacknumber .prgItem a img {
  width: 100%;
  height: auto;
}

#story .storybacknumber .prgItem a .prgName {
  margin: 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.2em;
  font-weight: normal;
}

@media screen and (max-width: 990px) {
  #story .storybacknumber .prgItem {
    width: 32%;
  }
}
/*--------------------------------------
  キャスト
---------------------------------------*/
#cast .contentsarea span.cast_name {
  font-size: 130%;
  color: #bc4a8b;
  margin-bottom: 10px;
  display: block;
}
#cast .contentsarea span.cast_name span {
  font-size: 14px;
}
#cast .contentsarea p {
  padding-bottom: 30px;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  /*Firefox*/
  -moz-user-select: none;
  /*Safari*/
  -webkit-user-select: none;
  -khtml-user-select: none;
}
#cast .contentsarea .castphoto {
  float: left;
  margin: 0 20px 30px 0;
  pointer-events: none;
}
#cast .contentsarea .chart_img {
  text-align: center;
  margin: 0 auto 30px auto;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
}
#cast .contentsarea .chart_img img {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
#cast .contentsarea .mapImage {
  position: relative;
  z-index: 0;
}
#cast .contentsarea .tranceparent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#cast .contentsarea .kugiri {
  margin: 0 0 50px 0;
  padding: 0;
  width: 100%;
  height: 18px;
  background: url(../img/midashi02_line.png) repeat-x Center Bottom;
  position: relative;
}

/*--------------------------------------
  スタッフ
---------------------------------------*/
#staff .contentsarea dl {
  text-align: center;
  margin: 0 auto;
  width: 50%;
}
#staff .contentsarea dt {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #242224;
  font-size: 130%;
  width: 100%;
  color: #242224;
}
#staff .contentsarea dd {
  margin: 0 0 2em 0;
  font-size: 100%;
  width: 100%;
}

/*--------------------------------------
  主題歌
---------------------------------------*/
#music .box {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
#music strong {
  font-size: 110%;
  line-height: 1.9em;
  display: block;
}
#music .mm {
  font-size: 140%;
  font-weight: bold;
  line-height: 1.9em;
  color: #ae2027;
}
#music .mm2 {
  font-size: 130%;
  line-height: 1.9em;
}
#music .cs_box {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ae2027;
  font-size: 32px;
  text-align: center;
  margin: 80px auto;
}
#music .btnbnr {
  padding-bottom: 20px;
}

/*--------------------------------------
  掲示板
---------------------------------------*/
