@charset "UTF-8";
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("fancybox.png");
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  /*	position: absolute;
  	top: -15px;
  	right: -15px;
  	width: 30px;
  	height: 30px;
  	background: transparent url('/headline/js/fancybox/fancybox.png') -40px 0px;
  	cursor: pointer;
  	z-index: 1103;
  	display: none;*/
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url("blank.gif");
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url("fancybox.png");
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url("fancybox.png");
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("fancybox-x.png");
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("fancybox.png");
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("fancybox-y.png");
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("fancybox.png");
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("fancybox-x.png");
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("fancybox.png");
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("fancybox-y.png");
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("fancybox.png");
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url("fancy_title_over.png");
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("fancybox.png") -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url("fancybox-x.png") 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("fancybox.png") -55px -90px no-repeat;
}

/*plus*/
#fancybox-close {
  position: absolute;
  bottom: -17px;
  right: 5px;
  width: 11px;
  height: 11px;
  background: transparent url("/inemuri/js/fancybox/close.png") no-repeat 0 0;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

/* IE6 */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1;
}

.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale');
}

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}

strong, .strong {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.fts-s {
  font-size: 80%;
}

.fts-m {
  font-size: 120%;
  line-height: 125%;
}

.fts-l {
  font-size: 180%;
  line-height: 140%;
}

.lit {
  font-size: 70%;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.underl {
  text-decoration: underline;
}

.txtdel {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.block {
  display: block;
}

/* link */
a:hover img.link {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

a, a:visited {
  color: #000000;
}

a:hover {
  color: #e767a0;
  text-decoration: none;
}

/* body */
body {
  background: #f1dab3;
  color: #000000;
  font-size: 15px;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  background: url("/aitsuima/img/bgrep.png") repeat;
}

/* wrapper */
.main {
  margin-left: 20px;
}

.contentswapper {
  margin-left: 20px;
}
.contentswapper img {
  display: block;
}

.header {
  padding: 0;
}

.header-image {
  margin: 0;
}

.main-container {
  line-height: 1.9em;
  letter-spacing: 0.05em;
  margin-top: 0px;
}

.main-container section {
  width: 100%;
  background: url("/aitsuima/img/bgw.png");
}
.main-container section .contentsarea {
  padding: 30px;
}
.main-container section p {
  margin-top: 10px;
  margin-bottom: 2em;
}

/* PAGE TITLE */
.site-title {
  background: url("/aitsuima/img/bgtit_rep.png") repeat-x;
  width: 100%;
  height: 55px;
  color: #ffffff;
  line-height: 2.3em;
  font-size: 25px;
  font-weight: bold;
}

.site-title:before {
  content: url("/aitsuima/img/bgtit.png");
  margin-right: 20px;
  float: left;
}

/* PHOTO */
.photoimg {
  margin: 0 20px 20px 20px;
  padding: 10px;
}

.photoimg2 {
  margin: 0 10px 10px 0px;
}

img.phleft {
  float: left;
  margin-right: 10px;
  padding: 0 10px 10px 10px;
}

img.phright {
  float: right;
  margin-left: 10px;
  padding: 0 10px 10px 10px;
}

.phcenter {
  text-align: center;
}
.phcenter img {
  margin: 10px auto;
  display: block;
  padding: 10px;
}

/* site-banner */
.site-bnr {
  margin: 0 5px 10px 5px;
  clear: both;
}
.site-bnr img, .site-bnr img:hover {
  border: none;
}
.site-bnr span, .site-bnr span:hover, .site-bnr a, .site-bnr a:hover {
  border: none;
}
.site-bnr a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

.site-bnr li {
  float: left;
}
.site-bnr li img {
  max-width: 440px;
}

/* sns */
.sns {
  padding: 20px 20px 0 0;
  clear: both;
  height: 30px;
}

#top .sns {
  padding: 20px 20px 0 0;
}

/* etc */
#recommended-program {
  font-size: 18px;
  line-height: 1.4em;
}

.recommended-program-list p {
  margin: 0;
}

.aside, .aside-min {
  background-image: none;
}

.page-nav-inner {
  padding: 0 !important;
}

.page-nav ul {
  border-radius: 0;
  background: none;
  border: none;
}

.page-nav {
  width: 100%;
  position: relative;
}
.page-nav a, .page-nav a.active, .page-nav a:hover, .page-nav a:visited {
  padding: 0;
  padding-right: 0;
  padding-left: 0 !important;
  padding-top: 18px !important;
  padding-bottom: 0;
  background-color: transparent !important;
  text-align: center;
  box-shadow: none;
  display: block;
  border-left: 0 !important;
  border-right: 0 !important;
  height: 70px;
  width: 100%;
}

.page-nav ul li {
  border-style: solid;
  border-width: 4px;
  border-color: #ffffff;
  box-sizing: border-box;
  width: 32.3333%;
  height: 70px;
  margin-right: 1%;
}
.page-nav ul li.pink {
  background-color: #e767a0;
}
.page-nav ul li.yellow {
  background-color: #d9d913;
}
.page-nav ul li.blue {
  background-color: #68c0eb;
}
.page-nav ul li:hover {
  background-color: #9d9c84;
}

.main-container #next h2, .main-container #about h2 {
  color: #e767a0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 37px;
  border-bottom: 2px #e767a0 solid;
  padding-bottom: 5px;
}
.main-container #next h2 span, .main-container #about h2 span {
  display: block;
  float: right;
  text-align: right;
  color: #68c0eb;
  font-size: 18px;
  line-height: 70px;
}
.main-container #next h2:before, .main-container #about h2:before {
  content: url("/aitsuima/img/icon_school.png");
  background-position: bottom;
  margin-right: 10px;
}
.main-container #next .cast, .main-container #about .cast {
  color: #9f9f00;
}
.main-container #next .borderbg, .main-container #about .borderbg {
  width: 100%;
  margin-top: 10px;
  background: url("/aitsuima/img/border.png");
  line-height: 32px;
}
.main-container #next .borderbg p, .main-container #about .borderbg p {
  margin-bottom: 32px;
}
.main-container #next .borderbg .pic, .main-container #about .borderbg .pic {
  display: block;
  width: 320px;
  float: right;
  padding-left: 20px;
}
.main-container #next .borderbg .pic img, .main-container #about .borderbg .pic img {
  border: solid 6px #ffffff;
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
}
.main-container #next .note, .main-container #about .note {
  background: url("/aitsuima/img/bgnote.png");
  padding: 30px 20px 20px 45px;
  margin-bottom: 20px;
}
.main-container #next .note .pic, .main-container #about .note .pic {
  display: block;
  width: 350px;
  float: left;
  clear: both;
}
.main-container #next .note img, .main-container #about .note img {
  border: solid 6px #ffffff;
  box-sizing: border-box;
  max-width: 350px;
  width: 95%;
}
.main-container #next .note p, .main-container #about .note p {
  margin-top: 0px;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 0;
}
.main-container #next .frame, .main-container #about .frame {
  margin-left: 40px;
}
.main-container #next .frame li, .main-container #about .frame li {
  width: 45%;
  margin-bottom: 3%;
  margin-right: 3%;
  display: inline-block;
  position: relative;
}
.main-container #next .frame li:after, .main-container #about .frame li:after {
  position: absolute;
  content: "";
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  /* シャドウ */
  transform: rotate(3deg);
  /* 回転させる */
  right: 5px;
  left: auto;
  top: auto;
  bottom: 15px;
  z-index: -1;
  width: 50%;
  height: 20%;
}

@media (max-width: 1000px) {
  .note p {
    clear: both;
  }
}
span.pink {
  font-weight: bold;
  color: #e767a0;
}

span.blue {
  font-weight: bold;
  color: #68c0eb;
}

span.yellow {
  font-weight: bold;
  color: #d9d913;
}

.pic_asei {
  height: 352px;
}

ul.bk {
  color: #e767a0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.6px;
}
ul.bk li {
  border-bottom: 1px #e767a0 dotted;
  padding-bottom: 0px;
  line-height: 2em;
}
ul.bk li:before {
  background-position: bottom;
  margin-right: 10px;
}
ul.bk .date {
  color: #68c0eb;
  font-size: 18px;
  padding-left: 20px;
}

.btn {
  padding-top: 20px;
  text-align: right;
}

.btn a {
  border-style: solid;
  border-width: 4px;
  border-color: #ffffff;
  box-sizing: border-box;
  width: 32.3333%;
  height: 70px;
  margin-right: 1%;
  background-color: #e767a0;
  text-decoration: none;
  color: #ffffff;
  padding: 10px;
}

.btn a:hover {
  background-color: #9d9c84;
}

.contentsarea h3 {
  display: inline-block;
  border-bottom: 1px #000000 solid;
  font-size: 105%;
  margin: 20px 0 20px 0;
  padding: 5px 5px -5px 10px;
}

.common-title {
  margin: 20px 0px;
}

.pic_wrap {
  overflow: auto;
}
.pic_wrap li {
  margin: 0 15px;
  display: inline-table;
}



/*---------------------
 2016ゴールデン改修
---------------------*/

/*backnumber book start*/
img {max-width: 100%;}

/* 画像要素のサイズ指定 */
.bb-bookblock {
  width: 488px !important;
  /* 横幅 x 53% */
  height: 259px !important;
}

ul.bb-custom-grid li, ul.bb-custom-grid-2 li, ul.bb-custom-grid-3 li, ul.bb-custom-grid-4 li, ul.bb-custom-grid-5 li {
  position: relative;
  box-sizing: content-box;
  width: 502px;
  height: 266px;
  background: url(../img/book_bk.png);
  background-repeat: repeat-y;
  background-size: contain;
  vertical-align: middle;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  margin-bottom: 48px;
  padding-top: 6px;
}

ul.bb-custom-grid li:first-child {
  margin-top: 0;
}


ul.bb-custom-grid li h3 {
  font-weight: bold;
  margin-bottom: .5em;
}


/* current nav (button) */
/*
ul.bb-custom-grid div.current-nav {
  text-align: center;
  margin-top: 12px;
  padding-bottom: 5px;
}

ul.bb-custom-grid div.current-nav span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f0f0f0;
  margin: 3px;
  cursor: pointer;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), 0 2px 1px rgba(255,255,255,0.9);
}

ul.bb-custom-grid div.current-nav span.bb-current {
  background: #ecb700;
}
*/


/* current nav (overlayer) */
ul.bb-custom-grid div.current-nav {
  width: 570px;
  position: absolute;
  top: 38px; /* タイトルの分下へ */
  left: 0; right: 0;
  margin: auto;
  z-index: 100;
}

ul.bb-custom-grid div.current-nav span {
  width: 285px;
  height: 302px;
  cursor: pointer;
  position: absolute;
  right: 0;
}

ul.bb-custom-grid div.current-nav span:first-child {
  left: 0;
}
/*backnumber book end*/

/*other start*/
.main-container #next_program .cast {
  color: #000000 !important;
  font-weight: bold;
  font-size: 17px;
  display: block;
}
.cast_list li {
  list-style: none;
  margin-bottom: 35px;
}

.next_pic{
  float: left;
  max-width: 315px;
  width: 47%;
  margin-right: 30px;

}
.next_pic img{
  margin-bottom: 8px;
}

.cast_list li p{
  margin: 35px 0 0 0;
  overflow: auto;
  zoom: 1;
}
.bk_cast {
  overflow: hidden;
}
.bk_cast p{
  margin: 0px !important;
  overflow: auto;
  zoom: 1;
}

.bk_old{
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}
.bk_old a {
  background-color: #68c0eb;
  padding: 10px 20px;
}
.mc {
  display: inline-table;
  margin-bottom: 30px;
}
.mc img{
  display: block;
}

#neo {
  margin-left: 30px;
}
#neo li {
  width: 46%;
  margin-bottom: 3%;
  margin-right: 3%;
  display: inline-block;
  position: relative;
}
#neo li:after {
  position: absolute;
  content: "";
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  /* シャドウ */
  transform: rotate(3deg);
  /* 回転させる */
  right: 5px;
  left: auto;
  top: auto;
  bottom: 20px;
  z-index: -1;
  width: 50%;
  height: 20%;
}
.friend{
  color: #000000 !important;
  font-weight: bold;
  font-size: 17px;
  display: block;
}
/*other end*/
