@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:700,700italic,400,400italic,600,600italic);
/*--------------------------------------
  色・フォント・リンク設定
---------------------------------------*/
/* フォント */
/* アクセントカラー */
/* red */
/* bk_red */
/* YELLOW */
/* 金 */
/* 金濃い目 */
#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;
  -moz-border-radius: 5px;
  -webkit-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+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+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: -moz-linear-gradient(top, #ae2027 20%, #900209 80%);
  background-image: -webkit-linear-gradient(top, #ae2027 20%, #900209 80%);
  background-image: linear-gradient(to bottom, #ae2027 20%, #900209 80%);
  clear: both;
}

/*-------- DEFAULT --------*/
.container {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 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: #E82F43;
}

/* 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;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  *zoom: 1;
  overflow: hidden;
}

#top .header-image {
  margin: 0 0 10px 0;
}

.header-image {
  margin: 0;
}

/*--------------------------------------
  背景・枠組
---------------------------------------*/
.container-wrapper {
  background: url(../img/bgbk.png) repeat left top !important;
}

.contentswapper {
  margin-left: 20px;
}
.contentswapper img {
  display: block;
}

.main-container {
  padding: 0 !important;
  overflow: hidden;
}

#top .main-container {
  overflow: hidden;
  background: url(../img/maincontainer_bg.png) no-repeat right top !important;
}

.contentsarea {
  padding: 0 30px 10px 30px;
  background: none;
  margin-top: -10px;
}

#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;
}

.recommended-program-list {
  margin: 0 0 0 5px;
}

.recommended-program-list .prgItem {
  width: 24.7%;
}

.recommended-program-list .prgItem a .onair {
  margin-top: -1em;
}

/*-------- SNS BUTTON --------*/
#top .sns {
  padding: 0;
  margin: 15px 0 0 0;
  float: none;
}

/*-------- SITE BNR --------*/
.site-bnr {
  clear: both;
  margin: 0;
  padding: 0 5px 10px 5px;
}
.site-bnr span {
  border: 1px #fff solid;
  max-width: 440px;
  max-height: 100px;
}
.site-bnr img {
  max-width: 440px;
  max-height: 100px;
}

.site-bnr a {
  max-width: 440px;
  max-height: 100px;
  border: 1px #fff solid;
}

.site-bnr a:hover {
  max-width: 440px;
  max-height: 100px;
  border: 1px #E82F43 solid;
}

#btnPagetop {
  z-index: 30;
}

#sb-container {
  display: none !important;
}

/*-------- COYRIGHT --------*/
/*-------- TOP next-info --------*/
.main-container section .twitter {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.main-container section .twitter .more_btn a {
  color: #fff !important;
  padding: 5px 20px 5px 45px;
  float: right;
  text-align: center;
  display: block;
  text-decoration: none !important;
  font-size: 90%;
  letter-spacing: 2px;
  background: url(../img/arrow_w.png) no-repeat 20px center #242224;
}
.main-container section .twitter .more_btn a img {
  vertical-align: middle;
  margin-right: 8px;
}
.main-container section .twitter .more_btn a:hover {
  background: url(../img/arrow_b.png) no-repeat 20px center #E82F43;
  text-decoration: none !important;
}
.main-container section .twitter #twilog {
  overflow: auto;
  padding: 0 0;
  min-height: 480px;
  max-height: 480px;
}
.main-container section .twitter #twilog .tweet {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #242224;
  padding: 4px 0;
}
.main-container section .twitter #twilog .tweet .icon {
  float: left;
  width: 4em;
  height: 40px;
}
.main-container section .twitter #twilog .tweet .icon img {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid #F4F4F4;
}
.main-container section .twitter #twilog .tweet .txt {
  margin-left: 3em;
  overflow: hidden;
}
.main-container section .twitter #twilog .tweet .txt .tx01 {
  font-size: 90%;
  line-height: 24px;
}
.main-container section .twitter #twilog .tweet .txt .tx02 {
  font-size: 80%;
  color: #E82F43;
}
.main-container section .next-info {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  overflow: hidden;
}
.main-container section .next-info .nextoa {
  float: left;
  width: 300px;
  overflow: hidden;
  background: #242224;
  cursor: pointer;
  /* box-shadow */
  /* border-radius */
}
.main-container section .next-info .nextoa h2 {
  margin: 0 !important;
  border-top: none !important;
  color: #fff !important;
  background: none !important;
  padding: 10px 10px 10px 10px !important;
}
.main-container section .next-info .nextoa h2 span {
  color: #fff !important;
}
.main-container section .next-info .nextoa a img {
  margin: 0;
  display: block;
  max-width: 300px;
}
.main-container section .next-info .nextoa p {
  padding: 5px 0 0 0;
  background: none;
}
.main-container section .next-info .nextoa p.oatime {
  font-size: 85%;
  background: #242224;
  color: #E82F43;
  padding: 5px 10px 0 10px;
  display: block;
}
.main-container section .next-info .nextoa span.att {
  clear: both;
  font-size: 77%;
  background: black;
  color: #fff;
  padding: 1px 10px 0 10px;
  font-weight: normal;
  letter-spacing: 2px;
  display: block;
}
.main-container section .next-info .nextoa p.title {
  font-size: 100%;
  color: #fff;
  display: block;
  margin: 0 0 0 0;
  padding: 5px 10px;
}
.main-container section .next-info .nextoa p.btn {
  background: url(../img/bg2.png) repeat;
  margin: 10px 0 0 0;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  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 #E82F43;
  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: #E82F43;
  padding: 1px 3px 0 3px;
  font-weight: normal;
  letter-spacing: 2px;
}
.main-container section .next-info .nextoacs p.title {
  font-size: 100%;
  color: #E82F43;
  display: block;
  margin: 0 10px 0 10px;
}
.main-container section .next-info .info {
  margin-left: 330px;
  position: relative;
  overflow: hidden;
}
.main-container section .next-info .info dl {
  overflow: auto;
  padding: 0 0 20px 0;
  min-height: 260px;
  max-height: 260px;
}
.main-container section .next-info .info dt {
  color: #E82F43;
  font-size: 77%;
  line-height: 1.8em;
  font-weight: bold;
  float: left;
}
.main-container section .next-info .info dd {
  margin: 0;
  margin-bottom: 10px;
  padding: 0 0 20px 95px;
  font-size: 90%;
  line-height: 1.8em;
}
.main-container section .next-info .info dd p {
  border-left: 1px solid #242224;
  padding-left: 15px;
}

/*-------- PAGE TITLE --------*/
#top .main-container section h2 {
  margin: 0 auto 20px auto;
  padding: 10px 0 10px 20px;
  text-align: left;
  display: block;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-shadow: none;
  border-top: 5px double #F9FDF2;
  background: url(../img/bg2.png) no-repeat #761C42;
}
#top .main-container section h2 span {
  font-size: 12px;
  line-height: 30px;
  padding: 0 0 0 5px;
  margin-left: 0;
  text-shadow: none;
  color: #fff;
  margin-left: 20px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  border-left: none;
}

.main-container section h2 {
  margin: 0 auto 10px auto;
  padding: 20px 0 20px 30px;
  text-align: left;
  display: block;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-shadow: none;
  background: url(../img/bg2.png) no-repeat #761C42;
}
.main-container section h2 span {
  font-size: 12px;
  line-height: 30px;
  padding: 0 0 0 20px;
  margin-left: 0;
  text-shadow: none;
  color: #fff;
  margin-left: 20px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  border-left: 1px solid #fff;
}

/*--------------------------------------
  ページナビ
---------------------------------------*/
/* page-nav */
.page-nav-inner {
  padding: 0 !important;
  font-size: 100%;
}

.page-nav {
  width: 100%;
  margin: 0;
  text-align: center;
  list-style: none;
  border-top: 5px double #242224;
  border-bottom: 5px double #242224;
}

.page-nav ul {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

.page-nav ul.menu {
  width: 100%;
  margin: 0 auto;
}

.page-nav ul.menu li.btn {
  position: relative;
  float: left;
  border-radius: 0;
  margin: 0 0;
  border-right: 1px solid #242224;
  border-bottom: 1px solid #242224;
}

.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: 'Crimson Text', serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 3px;
  text-align: center;
  color: #242224;
  padding: 20px 24px 35px 24px;
  text-shadow: none;
  border-radius: 0;
  background: url(../img/arrow_b.png) no-repeat center bottom 10px !important;
}
.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;
  margin: 0;
  padding: 0;
  text-shadow: none;
  color: #242224;
  line-height: 1.6em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
}

.page-nav ul.menu li.btn a.active, .page-nav ul.menu li.btn a:hover {
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  clear: both;
  background: url(../img/arrow_w.png) no-repeat center bottom 10px #E82F43 !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: #fff;
  font-weight: bold;
}

ul.menu li a.sub {
  float: left;
  zoom: 1;
  font-size: 13px;
  letter-spacing: 1px;
  color: #242224;
  margin: 10px 10px 10px 0;
  padding: 2px 10px 2px 20px;
  text-shadow: none;
  text-decoration: none;
  text-align: left;
  clear: both;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  border: none;
  background: url(../img/arrow_b2.png) no-repeat left center !important;
}

ul.menu li a.sub:hover {
  color: #E82F43;
  background: url(../img/arrow_r2.png) no-repeat left center !important;
  box-shadow: none;
}

.top-br {
  clear: both;
}

/*--------------------------------------
  サブページ共通
---------------------------------------*/
.main-container {
  clear: both;
}
.main-container #sub_title {
  position: relative;
  overflow: hidden;
}
.main-container #sub_title #sns {
  position: absolute;
  right: 0px;
  top: 20px;
}
.main-container .titWaku {
  clear: both;
  margin: 0 -30px 30px -30px;
  padding: 20px 30px;
  overflow: hidden;
  border-right: 1px solid #242224;
  border-bottom: 1px solid #242224;
}
.main-container .titWaku .ndate {
  clear: both;
  font-size: 85%;
  padding: 0;
  letter-spacing: 1px;
  font-weight: bold;
  color: #E82F43;
}
.main-container .titWaku .att {
  clear: both;
  font-size: 85%;
  color: #242224;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
}
.main-container .titWaku h1.site-title {
  font-size: 130%;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: 2px;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fbee91 60%);
}
.main-container h2.backnumber_title {
  background: none;
  font-family: 'Crimson Text', serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 2px;
  color: #242224;
  margin: 10px 0 10px 0;
  display: block;
  text-align: left;
  border-top: 5px double #242224;
  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: #E82F43;
  font-size: 85%;
  line-height: 1.6em;
  font-weight: bold;
}
.main-container .wlist dd {
  margin: 0 0 10px 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #242224;
  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-weight: bold;
  font-size: 150%;
  line-height: 2.1em;
  letter-spacing: 1px;
  color: #E82F43;
}
.main-container .contentsarea h4 {
  clear: both;
  display: block;
  margin-bottom: 0;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-size: 123.1%;
  color: #242224;
  font-weight: bold;
  border-bottom: 2px double #242224;
}
.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: #F4F4F4;
  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: 20px;
  display: block;
  font-weight: bold;
  font-size: 130%;
  line-height: 2em;
  letter-spacing: 1px;
  color: #E82F43;
  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: #242224;
  border-bottom: 2px double #242224;
  text-align: center;
  font-weight: bold;
}
#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%;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
#news .news-text .phcenter {
  max-width: 620px;
  display: block;
  text-align: center;
  margin: 0 auto 20px auto;
}
#news .news-text .phcenter img {
  width: 100%;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
#news .news-text .phright {
  margin-bottom: 20px;
  margin-left: 20px;
  max-width: 620px;
  float: right;
}
#news .news-text .phright img {
  width: 100%;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

/*--------------------------------------
  イントロダクション
---------------------------------------*/
#intro .introTxt {
  padding: 30px 0;
}
#intro .introTxt p {
  padding-top: 30px;
}

/*--------------------------------------
  ストーリー
---------------------------------------*/
#story .movie_s {
  margin: 15px 0 20px 0;
  text-align: center;
}
#story .storyerea {
  margin: 0 -30px;
  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;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
#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 {
  font-weight: bold;
  display: block;
  padding-top: 3px;
  color: #E82F43;
  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: url(../img/bg2.png) repeat;
}

#story .storybacknumber .prgItem a:hover {
  background: #242224;
  *zoom: 1;
  color: #e0e0e0;
}

#story .storybacknumber .prgItem a img {
  width: 100%;
  height: auto;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

#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 {
  padding: 0px 30px 30px 30px;
}
#cast .contentsarea span.cast_name {
  font-size: 130%;
  color: #E82F43;
  font-weight: bold;
  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;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  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 {
  padding: 30px 30px;
}
#staff .contentsarea dl {
  text-align: center;
  margin: 0 auto;
}
#staff .contentsarea dt {
  margin: 0 0 20px 0;
  font-size: 130%;
  font-weight: bold;
  width: 100%;
  color: #242224;
}
#staff .contentsarea dd {
  margin: 0 0 20px 0;
  font-size: 100%;
  width: 100%;
  line-height: 2.1em;
}

/*--------------------------------------
  主題歌
---------------------------------------*/
#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;
}
