@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Oswald:400,700);
body {
  min-width: 1280px;
  background: #ffffff;
}
body p {
  font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro";
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 14px;
  line-height: 1.9em;
}

#footer {
  display: inline-block;
  width: 100%;
}

a:hover img.link, .bk-btn:hover, #site-bnr li:hover, #btnPagetop img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70) ”;
}

a {
  color: #1c1c1c;
}

a:visited {
  color: #1c1c1c;
}

a:focus {
  color: #1c1c1c;
}

a:hover {
  color: #6c6c6c;
}

a:active {
  color: #1c1c1c;
}

a:hover {
  text-decoration: none;
}

#recommended-program {
  margin: 0 0 60px;
  padding-top: 30px;
}
#recommended-program .common-title {
  margin: 20px 0px !important;
}
#recommended-program .recommended-program-list {
  padding: 0;
}

.header-wrap {
  position: relative;
  display: block;
  background: url(../img/main.png) no-repeat center top;
  overflow: hidden;
  margin: 0 0 30px;
}

.header-wrap:before {
  content: "";
  display: block;
  height: 90px;
  z-index: 100;
  margin-top: 475px;
  background: -moz-linear-gradient(top, rgba(17, 111, 191, 0.8) 0%, rgba(0, 18, 38, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(17, 111, 191, 0.8) 0%, rgba(0, 18, 38, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(17, 111, 191, 0.8) 0%, rgba(0, 18, 38, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc116fbf', endColorstr='#cc001226',GradientType=0 );
  /* IE6-9 */
}

#nav {
  position: absolute;
  top: 475px;
  width: 100%;
}
#nav #page-nav {
  bottom: 0;
  width: 100%;
}
#nav #page-nav ul {
  width: 1240px;
  margin: 0 auto;
  background: none;
  border: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}
#nav #page-nav ul .btn {
  width: 155px;
  height: 70px;
  display: block;
  color: #ffffff;
  border: none;
  border-left: none;
  transition-duration: 0.4s;
  text-align: center;
  font-size: 1em;
  text-shadow: none;
  padding: 0;
  margin: 20px -1px 0 0;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#nav #page-nav ul .btn span {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
}
#nav #page-nav ul .btn:after {
  content: "";
  position: absolute;
  background: rgba(120, 154, 185, 0.46);
  height: 70px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
}
#nav #page-nav ul .page-nav-top:before {
  content: "";
  position: absolute;
  background: rgba(120, 154, 185, 0.46);
  height: 70px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
#nav #page-nav ul .last {
  border-right: none;
}
#nav #page-nav ul li a:hover, #nav #page-nav ul li a.active {
  padding: 20px 0 0 0;
  background: #ffffff !important;
  color: #E40A1C;
  box-shadow: none;
  margin: 0px -1px 0 0;
  border: none;
  display: inline-block;
}
#nav #page-nav ul .btn:hover:after, #nav #page-nav ul .active:after {
  content: none;
}
#nav #page-nav ul .sub-btn {
  display: block;
  background: #ffffff;
  border: 1px solid #4985bb;
  color: #002871;
  font-size: 13px;
  padding: 0 20px;
  margin: 15px 15px 0 0;
}
#nav #page-nav ul .sub-btn:hover, #nav #page-nav ul .sub-btn.active {
  display: block;
  background: #ffffff;
  border: 1px solid #f3707a;
  color: #E40A1C;
  font-size: 13px;
  padding: 0 20px;
  margin: 15px 15px 0 0;
}

.page-sub {
  display: block;
  width: 1280px;
  margin: 0 auto;
}

.sns {
  position: absolute;
  top: 40px;
  padding: 15px 40px 0 20px;
  right: 300px;
}

#site-bnr ul {
  margin: 30px 0 0;
  padding: 0;
}

.page-nav .page-nav-inner {
  padding: 0px;
}

#btnPagetop {
  z-index: 500;
}

#top #wrapper {
  background: url(../img/bg_main.png) no-repeat center top;
}

#top .news-only {
  display: none;
}

#wrapper {
  position: relative;
}
#wrapper .container {
  margin: 0 auto;
  width: 1280px;
  max-width: 1280px;
}
#wrapper .main-container {
  margin-top: 100px;
  width: 920px;
  float: left;
  padding-left: 20px;
}
#wrapper #aside {
  position: relative;
  margin-top: 15px;
  padding-top: 0 !important;
  padding-right: 20px;
}
#wrapper .aside, #wrapper .aside-min {
  width: 320px;
}
#wrapper .contents-wrapper .main-container {
  border: none;
  font-size: 14px;
  line-height: 1.8em;
}
#wrapper .contents-wrapper h2.ttl {
  background-repeat: no-repeat !important;
  height: 56px;
  text-indent: -9999px;
  position: absolute;
  top: -53px;
  left: 0;
  width: 100%;
}
#wrapper .contents-wrapper h3 {
  background-repeat: no-repeat !important;
  height: 47px;
  text-indent: -9999px;
  width: 100%;
  margin: 20px 0 -2px;
}
#wrapper .contents-wrapper h4 {
  font-size: 1.2em;
  margin: 30px 0 10px;
}
#wrapper .contents-wrapper section {
  margin-top: 56px;
  padding: 20px;
  position: relative;
  background: #e4f0f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e4f0f9 0%, #7da9d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e4f0f9 0%, #7da9d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e4f0f9 0%, #7da9d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f0f9', endColorstr='#7da9d0',GradientType=0 );
  /* IE6-9 */
}
#wrapper .contents-wrapper section:before {
  content: "";
  height: 190px;
  width: 240px;
  background: url(../img/bg_contents.png);
  position: absolute;
  top: 0;
  right: 0;
}
#wrapper .contents-wrapper .inner {
  background: #ffffff;
  padding: 20px;
  z-index: 100;
  position: relative;
}
#wrapper .contents-wrapper .inner .bl {
  color: #2a64c3;
  display: block;
}

#movie-wrap {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
#movie-wrap .day {
  padding: 0 0 7px;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.15em;
  z-index: 100;
  position: relative;
}
#movie-wrap .day em {
  font-size: 1.5em;
}
#movie-wrap .movie-area {
  z-index: 100;
  position: relative;
}
#movie-wrap .movie-area iframe, #movie-wrap .movie-area .thumb {
  width: 450px;
  height: 254px;
  margin: 0 130px;
  border: 5px solid #ffffff;
  margin: 0 auto;
  display: block;
}
#movie-wrap .movie-area .play {
  position: absolute;
  top: 90px;
  left: 160px;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#movie-wrap .movie-area .play img {
  display: block;
}
#movie-wrap .movie-area iframe:hover, #movie-wrap .movie-area .thumb:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70) ”;
}
#movie-wrap .movie-area .capture img.thumb:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80) ”;
}

#next {
  width: 880px;
  float: left;
  display: block;
  background: url(../img/bg_next.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#next .ttl {
  background: url(../img/ttl_next.png);
}
#next .day {
  color: #ffffff;
  text-align: center;
}
#next .inner:before {
  content: none !important;
}

#movie {
  width: 410px;
  float: left;
  display: block;
}
#movie .ttl {
  background: url(../img/ttl_movie.png);
}

#news-wrap .ttl {
  background: url(../img/ttl_news.png);
}

#top .news-list {
  height: 250px;
  overflow: scroll;
  overflow-x: hidden;
}
#top .news-list li {
  margin-right: 15px;
}

.news-list li {
  padding-bottom: 10px;
}
.news-list li span {
  font-weight: bold;
  display: block;
}
.news-list li:after {
  content: "";
  display: block;
  height: 12px;
  background: url(../img/list-bottom.png) repeat-x top;
  background-position: 0 10px;
}
.news-list li:last-child:after {
  content: none;
}

.second #wrapper {
  background: url(../img/bg_main_second.png) no-repeat center top;
}
.second .header-wrap {
  background: url(../img/main_second.png) no-repeat center top;
}
.second .header-wrap:before {
  margin-top: 170px;
}
.second #nav {
  top: 170px;
}

.text-link a {
  color: #2a64c3;
  display: block;
  margin: 10px 0;
}

.text-link a:hover {
  color: #e60012;
}

/* NEWS */
#news .ttl {
  background: url(../img/ttl_news.png);
}
#news .day {
  color: #e60012;
  font-weight: bold;
}
#news .sub-ttl {
  color: #0e2755;
  font-size: 1.2em;
  font-weight: bold;
  margin: 5px 0 20px;
}
#news .photo img {
  margin: 10px auto 20px;
  display: block;
  border: 5px solid #d7e7f4;
}
#news .backnumber h3 {
  background: url(../img/ttl_backnumner.png);
}
#news .backnumber .top-only {
  display: none;
}

/* INTRO */
#intro .ttl {
  background: url(../img/ttl_intro.png);
}
#intro .sakaki {
  vertical-align: -2px;
  width: 14px;
}
#intro .intro-top p {
  font-size: 1.6em;
  color: #295090;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
  line-height: 2.1em;
}

/* STORY */
#story .ttl {
  background: url(../img/ttl_story.png);
}
#story .day {
  color: #e60012;
  font-weight: bold;
  margin-bottom: 20px;
}
#story .day span {
  color: #0e2755;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 10px 0 0;
}
#story .movie-area {
  width: 80%;
  display: block;
  margin: 0 auto 30px;
  background: #e4f0f9;
  background: -moz-linear-gradient(top, #e4f0f9 0%, #7da9d0 100%);
  background: -webkit-linear-gradient(top, #e4f0f9 0%, #7da9d0 100%);
  background: linear-gradient(to bottom, #e4f0f9 0%, #7da9d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f0f9', endColorstr='#7da9d0',GradientType=0 );
  padding: 10px 10px 2px;
}
#story .movie-area iframe {
  width: 100%;
  height: 378px;
}
#story .photo img {
  margin: 10px auto 20px;
  display: block;
}
#story .backnumber h3 {
  background: url(../img/ttl_story_list.png);
}
#story .backnumber .story-list {
  overflow: hidden;
}
#story .backnumber .story-list li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70) ”;
}
#story .backnumber .story-list li {
  float: left;
  width: 25%;
}
#story .backnumber .story-list li a {
  height: 170px;
  text-align: center;
  margin: 2px;
  padding: 8px;
  text-decoration: none;
  font-size: 95%;
  display: block;
  border: 0;
  background: #e4f0f9;
  background: -moz-linear-gradient(top, #e4f0f9 0%, #7da9d0 100%);
  background: -webkit-linear-gradient(top, #e4f0f9 0%, #7da9d0 100%);
  background: linear-gradient(to bottom, #e4f0f9 0%, #7da9d0 100%);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#story .backnumber .story-list li a img {
  width: 100%;
  height: auto;
}
#story .backnumber .story-list li a p {
  line-height: 1.3;
  color: #072453;
}
#story .backnumber .story-list li a p span {
  display: block;
  font-weight: bold;
}

/* スライド */
#story .story-photobox {
  height: 425px;
  margin-bottom: 40px;
}

#story .story-photo {
  position: relative;
  margin: 0 auto;
  padding: 0px 0 0 0px;
  max-width: 640px;
}

#story .story-photo img {
  position: absolute;
  top: 0x;
  left: 0px;
  z-index: 8;
}

#story .story-photo img.active {
  z-index: 100;
}

/* CAST */
#cast .ttl {
  background: url(../img/ttl_cast.png);
}
#cast .sakaki {
  vertical-align: -4px;
  margin: 0 !important;
  float: none !important;
}
#cast area {
  border: none;
  outline: none;
}
#cast .cast-detail li {
  margin: 20px 0;
  overflow: hidden;
}
#cast .cast-detail li img {
  float: left;
  margin-right: 20px;
}
#cast .cast-detail li .text {
  display: table;
}
#cast .cast-detail li .text span {
  color: #072453;
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin: 3px 0 10px;
}

/* STAFF */
#staff .ttl {
  background: url(../img/ttl_staff.png);
}
#staff ul {
  text-align: center;
}

/* MUSIC */
#music .ttl {
  background: url(../img/ttl_music.png);
}
#music .c_s {
  text-align: center;
  margin: 80px 0;
}

/* BBS */
#bbs .ttl {
  background: url(../img/ttl_bbs.png);
}
#bbs .inner p {
  text-align: center;
  font-size: 1.2em;
  margin: 10px 0;
}
#bbs .inner iframe {
  width: 100%;
  margin: 20px 0 -10px;
  background: #155088;
}

/* POSTER */
#poster {
  /* news cast */
  /* gallery.css */
}
#poster .ttl {
  background: url(../img/ttl_poster.png);
}
#poster .main-container #poster .section-inner {
  padding: 10px;
  color: #cccccc;
}
#poster a:hover img.link {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
#poster .poster-gallery {
  margin-left: -40px;
}
#poster .poster-gallery li {
  display: block;
  float: left;
  padding: 0 0 40px 40px;
  width: 123px;
  text-align: center;
  color: #072453;
  font-size: 85%;
}
#poster .poster-gallery .wide {
  width: 290px;
}
#poster .poster-gallery .wide img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#poster .poster-gallery img {
  -webkit-box-shadow: 0 10px 10px -8px rgba(170, 170, 170, 0.5);
  -moz-box-shadow: 0 10px 10px -8px rgba(170, 170, 170, 0.5);
  box-shadow: 0 10px 10px -8px rgba(170, 170, 170, 0.5);
  display: block;
  margin-bottom: 15px;
}
#poster #sb-title-inner, #poster #sb-info-inner, #poster #sb-loading-inner, #poster div.sb-message {
  font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  color: #fff;
}
#poster #sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}
#poster #sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
}
#poster #sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}
#poster #sb-wrapper-inner {
  position: relative;
  border: 1px solid #303030;
  overflow: hidden;
  height: 100px;
}
#poster #sb-body {
  position: relative;
  height: 100%;
}
#poster #sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}
#poster #sb-player.html {
  height: 100%;
  overflow: auto;
}
#poster #sb-body img {
  border: none;
}
#poster #sb-loading {
  position: relative;
  height: 100%;
}
#poster #sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}
#poster #sb-loading-inner span {
  background: url(/kasouken17/img/loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
}
#poster #sb-body, #poster #sb-loading {
  background-color: #060606;
}
#poster #sb-title, #poster #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#poster #sb-title, #poster #sb-title-inner {
  height: 26px;
  line-height: 26px;
}
#poster #sb-title-inner {
  font-size: 16px;
}
#poster #sb-info, #poster #sb-info-inner {
  height: 20px;
  line-height: 20px;
}
#poster #sb-info-inner {
  font-size: 12px;
}
#poster #sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#poster #sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}
#poster #sb-nav-close {
  background-image: url(/kasouken17/img/close.png);
}
#poster #sb-nav-next {
  background-image: url(/kasouken17/img/next.png);
}
#poster #sb-nav-previous {
  background-image: url(/kasouken17/img/previous.png);
}
#poster #sb-nav-play {
  background-image: url(/kasouken17/img/play.png);
}
#poster #sb-nav-pause {
  background-image: url(/kasouken17/img/pause.png);
}
#poster #sb-counter {
  float: left;
  width: 45%;
}
#poster #sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#poster #sb-counter a.sb-counter-current {
  text-decoration: underline;
}
#poster div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
#poster div.sb-message a:link, #poster div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

.post-articles-item-title {
  text-indent: 0 !important;
}

#sb-container {
  display: none;
}
