@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
}

p, h2, div {
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
}

#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;
}

/*--------------------------------------
  色・フォント・リンク設定
---------------------------------------*/
/* フォント */
/* 背景 */
/* 青 */
/* グレー */
/* アクセントカラー */
/* 金 */
/* 薄い金 */
/* リンクカラー */
/*-------- DEFAULT --------*/
.wrapper {
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: 1px;
  color: #282828;
  font-size: 14px;
  line-height: 2.0;
  overflow: hidden;
  padding-bottom: 20px;
}

strong {
  font-weight: bold;
}

#main-container section a:link {
  color: #6b5831;
  text-decoration: underline;
}

#main-container section a:hover {
  color: #cebf98;
  text-decoration: none;
}

#main-container section a:visited {
  color: #6b5831;
  text-decoration: underline;
}

#main-container section a:active {
  color: #cebf98;
  text-decoration: none;
}

/* FONT
##################################### */
.font-09 {
  font-size: 60% !important;
}

.font-10 {
  font-size: 70% !important;
}

.font-11 {
  font-size: 77% !important;
}

.font-12 {
  font-size: 85% !important;
}

.font-13 {
  font-size: 93% !important;
}

.font-14 {
  font-size: 100% !important;
}

.font-15 {
  font-size: 108% !important;
}

.font-16 {
  font-size: 116% !important;
}

.font-17 {
  font-size: 123.1% !important;
}

.font-18 {
  font-size: 130% !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;
}

.opac {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.opac:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*-------- SITE BNR --------*/
.site-bnr {
  clear: both;
  margin: 0 55px;
  padding-bottom: 50px;
}

.site-bnr span {
  border: none !important;
}

.site-bnr span img {
  max-width: 440px;
  max-height: 100px;
}

.site-bnr a {
  max-width: 440px;
  max-height: 100px;
  border: none;
}

.site-bnr a:hover {
  max-width: 440px;
  max-height: 100px;
  border: none;
}

/*-------- SNS --------*/
.sns {
  padding: 10px 20px 0;
}

h2.common-title {
  margin: 0px 20px;
}

.recommended-program-list {
  margin: 0px 20px;
}

.prgItem p.onair {
  max-height: 60px !important;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

body {
  background: #bfbaaf url(../img/bg2.gif) repeat-y center 1090px;
}

/*
 * target: IE6,7
 * Validator: Valid
 */
html*.wrapper {
  background: transparent url(../img/bg.jpg) no-repeat center top;
  background-attachment: fixed;
}

.wrapper {
  background: transparent url(../img/bg.jpg) no-repeat center top;
  margin: 0 auto;
  min-width: 990px;
}

.common-subnav-tax {
  min-width: 990px;
}

.main-container {
  padding: 0;
  margin: 0 auto;
  width: 960px;
  background: none;
  font-family: avenir_medium,"ヒラギノ角ゴ Pro W3","Lucida Grande","Hiragino Kaku Gothic Pro",メイリオ,Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

#header {
  margin: 0 auto !important;
  padding: 0;
  max-width: 960px;
}

.catch {
  margin-bottom: 30px;
}

.catch-link:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: “alpha(opacity=90) ”;
}

.header-image {
  margin: 0 0 0 0;
}
.header-image .logo {
  width: 764px;
  margin: 20px auto 30px;
}

.main-container section p {
  margin-top: 10px;
}

/*　追加　*/
.main-container h1 {
  text-align: center;
  line-height: 0;
}

.main-container section dt {
  font-weight: bold;
}

.main-container section dd, .main-container section p {
  margin-top: 10px;
}

.main-container section > p {
  margin-top: 20px;
}

.main-container section .h2-ttl-box > div {
  background: url(../img/h2-bg.jpg) no-repeat left top #072651;
}

.main-container section .h2-ttl-box {
  width: 960px;
  background: url(../img/gold-line.jpg) no-repeat left top;
  padding-top: 9px;
}

.main-container section .box {
  padding: 30px 30px;
}

.main-container section h2 {
  background: url(../img/h2_icon.png) no-repeat 20px 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 67px;
  height: 80px;
  display: block;
  font-size: 30px;
  line-height: 80px;
  text-shadow: none;
  color: #fff;
  letter-spacing: 4px;
}

.main-container section h2 span {
  letter-spacing: 2px;
  font-size: 12px;
  color: #e2d19f;
  padding-left: 10px;
  font-weight: bold;
}

.main-container .center {
  text-align: center;
}

.main-container .img-center img {
  display: block;
  margin: auto;
}

.main-container .timestamp {
  display: block;
  margin-top: 0.2em;
  float: right;
  font-size: 0.7em;
  font-weight: normal;
  font-style: italic;
}

.main-container .horizontal-list {
  position: relative;
  overflow: hidden;
  overflow: hidden;
  *zoom: 1;
}

.main-container .horizontal-list ul {
  position: relative;
  float: left;
  left: 50%;
}

.main-container .horizontal-list li {
  position: relative;
  float: left;
  left: -50%;
}

.main-container .sumi:before {
  content: "【";
}

.main-container .sumi:after {
  content: "】";
}

.main-container .staff dl {
  padding: 20px 0;
}

.main-container .staff dt {
  font-weight: bold;
  margin-top: 1em;
}

.main-container .staff dd, .main-container .staff section p, .main-container section .staff p {
  margin-top: 0;
  font-size: 0.8em;
  text-indent: 1em;
}

.scroll2top {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  width: 50px;
  height: 40px;
  z-index: 10;
  color: #fff;
  background-color: #dfe1e1;
  padding-top: 10px;
  border: solid 1px #f3f5f5;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.scroll2top:hover {
  background-color: #c1c3c3;
}

.twitter {
  background: #FFF none repeat scroll 0% 0%;
  padding-bottom: 10px;
}

.twitter h3.titleD {
  background-color: #061f45;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF061F45', endColorstr='#FF040A1F');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwNjFmNDUiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzA0MGExZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(30%, #061f45), color-stop(70%, #040a1f));
  background-image: -webkit-linear-gradient(top, #061f45 30%, #040a1f 70%);
  background-image: -moz-linear-gradient(top, #061f45 30%, #040a1f 70%);
  background-image: -o-linear-gradient(top, #061f45 30%, #040a1f 70%);
  background-image: linear-gradient(top, #061f45 30%, #040a1f 70%);
  padding: 15px 20px 10px 20px;
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 5px solid #6b5831;
}

.twitter h3.titleD img {
  vertical-align: center;
  margin-right: 15px;
}

.twitter .twibtn {
  width: 90%;
  margin: 15px auto;
  display: block;
  padding: 10px 0px 8px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border-radius: 60px;
  background-color: #700000;
  background-size: 100% auto;
}

.sns {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 7px;
}

.tweet {
  border-bottom: 1px solid #EBEBEB;
  margin: 0 10px 10px;
}

.tweet .icon {
  width: 30px;
  height: 30px;
  float: left;
}

.tweet .txt {
  float: none;
  padding: 5px 0px 20px 50px;
  font-size: 14px;
  line-height: 24px;
}

.tweet .txt01 {
  margin: 0px 0px 5px;
}

.tweet .txt02 {
  font-size: 10px;
  line-height: 12px;
}

.twlink {
  color: white !important;
}

.sns-wrap {
  width: 960px;
}

.leftcolumn {
  float: left;
  width: 470px;
  height: 780px;
  margin-bottom: 40px;
  overflow: hidden;
}

.rightcolumn {
  float: right;
  width: 470px;
  height: 780px;
  margin-bottom: 40px;
  overflow: hidden;
}

.phleft {
  margin-bottom: 20px;
  margin-right: 20px;
  max-width: 350px;
  float: left;
}

.phleft img {
  width: 100%;
}

.phleft span {
  font-size: 11px;
  display: block;
  font-weight: bold;
  margin-top: -5px;
}

.phcenter {
  max-width: 620px;
  display: block;
  text-align: center;
  margin: 0 auto 20px auto;
}

.phcenter img {
  width: 100%;
}

.phcenter span {
  font-size: 11px;
  display: block;
  font-weight: bold;
  margin-top: -5px;
}

.phright {
  margin-bottom: 10px;
  margin-left: 20px;
  max-width: 350px;
  float: right;
}

.phright img {
  width: 100%;
}

.phright span {
  font-size: 11px;
  display: block;
  font-weight: bold;
  margin-top: -5px;
}

/*--------------------------------------
  #page-nav
---------------------------------------*/
#page-nav {
  background: url(../img/gold-line.jpg) no-repeat #042656;
  padding-top: 9px;
  width: 100%;
  margin: 0 auto;
}

#page-nav .page-nav-inner {
  margin: 0 auto;
  padding: 0;
}

#page-nav .page-nav-inner ul {
  border: 0;
  overflow: hidden;
  *zoom: 1;
  background: transparent;
  border-radius: 0px;
  /*---------------------------------------
  
   グローバルナビゲーションの幅を指定
  
  ---------------------------------------*/
}

#page-nav .page-nav-inner ul li {
  width: 20% !important;
  height: 97px !important;
  float: left;
  border: 0;
  margin: 0;
}

#page-nav .page-nav-inner ul li a {
  border-left: 1px solid #1e519d;
  border-right: 1px solid #000000;
  text-indent: -9999px;
  height: 85px !important;
  display: block;
  overflow: hidden;
}

#page-nav .page-nav-inner ul li:last-child a {
  border-right: none;
}

#page-nav .page-nav-inner ul li:first-child a {
  border-left: none;
}

#page-nav .page-nav-inner ul li a:hover {
  border-left: none;
}

#page-nav .page-nav-inner ul li a.active {
  border-left: none;
}

#page-nav .page-nav-inner ul li .top-nav {
  background: url(../img/navi_top_off.jpg) no-repeat;
}

#page-nav .page-nav-inner ul li .top-nav:hover {
  background: url(../img/navi_top_on.jpg) no-repeat;
  box-shadow: none;
}

#page-nav .page-nav-inner ul li a.active.top-nav {
  background: url(../img/navi_top_on.jpg) no-repeat;
  box-shadow: none;
}

#page-nav .page-nav-inner ul li .movie-nav {
  background: url(../img/navi_movie_off.jpg) no-repeat;
}

#page-nav .page-nav-inner ul li .movie-nav:hover {
  background: url(../img/navi_movie_on.jpg) no-repeat;
  box-shadow: none;
}

#page-nav .page-nav-inner ul li a.active.movie-nav {
  background: url(../img/navi_movie_on.jpg) no-repeat;
  box-shadow: none;
}

#page-nav .page-nav-inner ul li .team-nav {
  background: url(../img/navi_team_off.png) no-repeat;
}

#page-nav .page-nav-inner ul li .team-nav:hover {
  background: url(../img/navi_team_on.jpg) no-repeat;
  box-shadow: none;
}

#page-nav .page-nav-inner ul li a.active.team-nav {
  background: url(../img/navi_team_on.jpg) no-repeat;
  box-shadow: none;
}

#page-nav .page-nav-inner ul li .schedule-nav {
  background: url(../img/navi_schedule_off.jpg) no-repeat;
}

#page-nav .page-nav-inner ul li .schedule-nav:hover {
  background: url(../img/navi_schedule_on.jpg) no-repeat;
  box-shadow: none;
}

#page-nav .page-nav-inner ul li a.active.schedule-nav {
  background: url(../img/navi_schedule_on.jpg) no-repeat;
  box-shadow: none;
}

#page-nav .page-nav-inner ul li .result-nav {
  background: url(../img/navi_result_off.jpg) no-repeat;
}

#page-nav .page-nav-inner ul li .result-nav:hover {
  background: url(../img/navi_result_on.jpg) no-repeat;
  box-shadow: none;
}

#page-nav .page-nav-inner ul li a.active.result-nav {
  background: url(../img/navi_result_on.jpg) no-repeat;
  box-shadow: none;
}

#page-nav .page-nav-inner ul li .team-nav {
  background: url(../img/navi_team_off.jpg) no-repeat;
}

#page-nav .page-nav-inner ul li .team-nav:hover {
  background: url(../img/navi_team_on.jpg) no-repeat;
  box-shadow: none;
}

#page-nav .page-nav-inner ul li a.active.team-nav {
  background: url(../img/navi_team_on.jpg) no-repeat;
  box-shadow: none;
}

section.content {
  background: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0px 0px 30px 0px;
}

section.content#movie-box {
  background: none;
}

/*--------------------------------------
  #intro
---------------------------------------*/
#intro dl {
  padding: 0;
}

#intro dl dt {
  background-color: #07142f;
  padding: 3px 20px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: normal;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

#intro dl dd {
  display: block;
  padding: 10px 20px;
  margin: 0;
}

/*--------------------------------------
  #schedule
---------------------------------------*/
#schedule {
  background: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 20px 30px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}

#schedule .flag {
  border: 1px solid #b0ada6;
}

#schedule .table01 {
  margin: 0 40px 20px 40px;
  clear: both;
}

#schedule .table01 table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

#schedule .table01 table thead th {
  background: #6b5831;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
}

#schedule .table01 table th {
  border: 1px solid #91825b;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
  background: #FCFDFE;
}

#schedule .table01 table td {
  border: 1px solid #91825b;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
  background: #FCFDFE;
}

#schedule table.table02 {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  margin: 0;
  clear: both;
}

#schedule table.table02 th {
  border: none;
  text-align: center;
  vertical-align: middle;
  padding: 5px 5px;
}

#schedule table.table02 td {
  border: none;
  text-align: center;
  vertical-align: middle;
  padding: 5px 5px;
}

#schedule h3 {
  background: #07142f;
  color: #fff;
  margin: 30px 40px 0 40px;
  padding: 5px 20px;
  font-size: 116%;
}

#schedule h4 {
  background: #7f8ca7;
  margin: 0 40px;
  padding: 5px 20px;
  font-size: 116%;
  font-weight: bold;
}

#schedule .block {
  clear: both;
  margin: 0 40px;
  background: #bfbaaf;
  text-align: center;
  overflow: hidden;
  padding: 10px 0 0 60px;
}

#schedule .block dl {
  float: left;
  margin-right: 30px;
}

#schedule .block dl dt {
  width: 105px;
  height: 69px;
}

#schedule .block dl dd {
  padding-top: 3px;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
}

/*--------------------------------------
  #member
---------------------------------------*/
#member h3 {
  background: #6b5831;
  color: #fff;
  padding: 5px 20px;
  font-size: 123.1%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#member h3 span {
  font-size: 13px;
  margin-left: 20px;
}

#member .table01 {
  margin-bottom: 30px;
  clear: both;
}

#member .table01:last-child {
  margin-bottom: 0;
}

#member .table01 table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

#member .table01 table thead th {
  background: #07142f;
  color: #fff;
  vertical-align: middle;
  padding: 10px 30px;
  border: 1px solid #fff;
}

#member .table01 table thead th.num00 {
  background: #07142f;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
  border: 1px solid #fff;
}

#member .table01 table tr:nth-child(odd) td {
  background-color: #dadce3;
}

#member .table01 table tr:nth-child(even) td {
  background-color: #fcfcfc;
}

#member .table01 table td {
  border: 1px solid #fff;
  vertical-align: middle;
  padding: 5px 30px;
}

#member .table01 table td.num01 {
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
}

/*--------------------------------------
  動画
---------------------------------------*/
#movie {
  background: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 20px 30px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}

#movie h3 {
  background: #07142f;
  color: #fff;
  margin: 30px 40px 30px 40px;
  padding: 5px 20px;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

#movie .movie_s {
  overflow: hidden;
  margin: 15px 0 30px 0;
  text-align: center;
  max-width: 700px !important;
  max-height: 394px !important;
  margin-left: auto;
  margin-right: auto;
}

#movie .movie_s embed {
  max-width: 700px !important;
  max-height: 394px !important;
}

#movie .movieerea {
  padding: 0 0 30px 0;
  overflow: hidden;
  *zoom: 1;
}

#movie .movieerea .movie-img {
  float: left;
  margin-right: 20px;
}

#movie .movieerea .movie-img img {
  border: 1px solid #bfbaaf;
  display: block;
  margin-bottom: 10px;
  width: 300px;
  height: auto;
}

#movie .movieerea .movie-text .guest_area {
  margin-top: 20px;
}

#movie .movieerea .movie-text .guest_area p {
  padding: 20px 0 0 0;
  font-size: 108%;
}

#movie .movieerea .movie-text .guest_area span {
  border-top: 2px solid #07142f;
  padding-top: 3px;
  color: #07142f;
  font-size: 123.1%;
  margin-bottom: 15px;
}

#movie h3.bk_movie {
  margin-bottom: 0 !important;
  text-align: left;
  padding: 5px 30px;
  font-size: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

#movie .moviebacknumber {
  overflow: hidden;
  margin: 0 40px 20px 40px;
  background: #fff;
  padding: 10px;
}

#movie .moviebacknumber .prgItem {
  float: left;
  width: 24.9%;
  min-height: 160px;
}

#movie .moviebacknumber .prgItem a {
  display: block;
  margin: 10px 2% 10px 2%;
  padding: 10px;
  color: #282828;
  text-align: left;
  text-decoration: none;
  background-color: #E6E7E9;
  min-height: 160px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

#movie .moviebacknumber .prgItem a:hover {
  background-color: #6b5831;
  *zoom: 1;
  color: #fff;
}

#movie .moviebacknumber .prgItem a img {
  width: 100%;
  height: auto;
}

#movie .moviebacknumber .prgItem a .prgName {
  margin: 0;
  padding: 0;
  font-size: 77%;
  line-height: 1.2em;
  font-weight: normal;
}

#movie .moviebacknumber h4 {
  display: block;
  clear: both;
  background: url(../img/t_bg.png) top center repeat-y;
  color: #fff;
  font-size: 13px;
  padding: 3px 15px 1px 15px;
  margin: 0 5px;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

/*--------------------------------------
  韓国野球情報
---------------------------------------*/
#info {
  background: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 20px 30px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}

#info article {
  margin: 30px 0 20px 0;
}

#info article p {
  margin-bottom: 30px;
}

#info article h4 {
  font-size: 116%;
  margin-bottom: 20px;
  background: #6b5831;
  padding: 3px 30px;
  letter-spacing: 1px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
}

#info article h3 {
  background: #07142f;
  color: #fff;
  margin: 0;
  padding: 5px 40px 5px 40px;
  cursor: pointer;
  font-size: 130%;
  letter-spacing: 2px;
}

#info article h3 .moreBtn {
  float: right;
}

#info article .moretext {
  text-align: left;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 20px 40px;
}

#info article .closetext {
  text-align: left;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 20px 40px;
}

#profile {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 10px 20px 30px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  padding: 20px 30px 0 30px;
}

#profile h4 {
  font-size: 130%;
  color: #07142f;
  margin-bottom: 5px;
}

#profile .p_inner {
  margin-left: 180px;
}

#main-container section .btn-box {
  text-align: center;
}
#main-container section .btn-box a {
  border-radius: 40px;
  display: inline-block;
  padding: 10px 15px;
  min-width: 250px;
  background: #700000;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
#main-container section .btn-box a:link, #main-container section .btn-box a:visited, #main-container section .btn-box a:hover, #main-container section .btn-box a:active {
  color: #ffffff;
}
#main-container section .btn-box span {
  display: block;
  padding: 0 20px;
  background: url(../img/arrow-wh.png) no-repeat center right;
}

.table02 table {
  width: 100%;
  margin-bottom: 30px;
}
.table02 h3 {
  padding: 9px 20px;
  color: #ffffff;
  background: #6b5831;
  font-size: 16px;
}
.table02 h3 span {
  font-size: 11px;
  margin-left: 10px;
}
.table02 th {
  width: 200px;
  color: #ffffff;
  padding: 15px;
  background: #07142f;
  border: 1px solid #ffffff;
  border-left: none;
}
.table02 .date {
  width: 170px !important;
}
.table02 td {
  padding: 15px;
  border: 1px solid #ffffff;
}
.table02 tr:nth-child(odd) td {
  background: #dadce3;
}
.table02 .em {
  font-weight: bold;
  font-size: 30px;
  color: #700000;
}

.main_s {
  display: none;
}

.team-list-box {
  margin-bottom: 20px;
}
.team-list-box li {
  width: 31.333%;
  float: left;
  vertical-align: top;
  margin-right: 2%;
  margin-bottom: 2%;
  height: 132px;
}
.team-list-box li > div {
  display: table;
  width: 100%;
}
.team-list-box li .img-box {
  display: table-cell;
  vertical-align: top;
  width: 155px;
}
.team-list-box li .img-box img {
  width: 100%;
  vertical-align: bottom;
}
.team-list-box li .txt-box {
  font-weight: bold;
  background: #ffffff;
  display: table-cell;
  vertical-align: top;
  width: 200px;
}
.team-list-box li .txt-box .ttl {
  color: #ffffff;
  letter-spacing: -40em;
  font-size: 0;
  width: 100%;
  background: #07142f;
}
.team-list-box li .txt-box .ttl p {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}
.team-list-box li .txt-box .ttl .num {
  width: 45px;
  text-align: center;
  display: inline-block;
  background: #6b5831;
}
.team-list-box li .txt-box .ttl .player-name {
  padding-left: 10px;
  display: inline-block;
}
.team-list-box li .txt-box .team-name {
  padding: 10px 15px 0;
  line-height: 1.6em;
}
.team-list-box li:nth-child(3n) {
  margin-right: 0;
}

.team-list-box:last-child {
  margin-bottom: 0px;
}

#wrapper #main-container h3.h3-ttl-box2 {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  margin-bottom: 20px;
  color: #071430;
  border-bottom: 1px solid #071430;
}
#wrapper #main-container h3.h3-ttl-box2 > div {
  line-height: 34px;
  border-bottom: 2px solid #071430;
  margin-bottom: 1px;
  font-size: 24px;
}
#wrapper #main-container h3.h3-ttl-box2 span {
  font-size: 17px;
  margin-left: 10px;
}
