@charset "utf-8";

body {
	min-width: 1000px;
	background: url(../images/bg.png) center bottom repeat-x #fdf1f6;
	background-size: 100% 100%;
}

html > body > iframe {
	display: none;
	height:0;
}

#contents {
	width:1000px;
	margin:0 auto;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* anchor */
#wrapper { background: url(../images/bg_light.png) center -130px repeat-y; }
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}

/* #main */
#main {
	width: 675px;
	padding-bottom: 35px;
}

/* SNS自動設置エリア */
.global_NTV_snsArea .global_NTV_snsList{
	padding: 10px 0 5px;
	text-align: right;
}

.global_NTV_snsArea .global_NTV_snsList li{
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}

.global_NTV_snsArea .fb_iframe_widget span{
	vertical-align: top!important;
}

/* #side */
#side { padding: 10px 0px 0px; }

#wrapper #contents #side .box .title {
	background: rgb(218,225,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(218,225,229,1)), color-stop(100%,rgba(238,241,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a{
	background-color: rgba(153,153,153,0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/*-----------------------------
  contents
-------------------------------*/

/*#side #sp_rectangle { display: none; }*/

/* .clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix { display:block; }
/* End Hack */


/* #header */
h1 {
	width: 675px;
	height: 481px;
	margin: 0 auto;
	background: url(../images/img_main.jpg) center top no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* #nav */
#nav ul {
	width: 675px;
	margin: 0 auto 15px;
}
#nav ul li {
	width: 225px;
	text-align: center;
	float: left;
}
#nav ul li a {
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#nav ul li a:hover { opacity: 0.5; }


/* .contwrap */
#article .contwrap {
	width: 675px;
	margin-bottom: 20px;
	padding-bottom: 24px;
	background: url(../images/bg_bottom.png) center bottom no-repeat;
	position: relative;
}
#article .contwrap h2 {
	width: 675px;
	height: 141px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#article #about.contwrap h2 { background: url(../images/tit_about.png) center top no-repeat; }
#article #cast.contwrap h2 { background: url(../images/tit_cast.png) center top no-repeat; }
#article #onair.contwrap h2 { background: url(../images/tit_onair.png) center top no-repeat; }
#article .contwrap .emb {
	position: absolute;
	top: -15px;
	left: 25px;
}
#article .contwrap .emb .obj {
	position: absolute;
	top: 0;
	left: 25px;
}
#article .contwrap .emb .wlight01 {
	width: 60px;
	height: 60px;
	position: absolute;
	top: -10px;
	left: 15px;
	z-index: 20;
	-webkit-animation: all 1.2s ease-in-out infinite;
	-moz-animation: all 1.2s ease-in-out infinite;
	-ms-animation: all 1.2s ease-in-out infinite;
	animation: all 1.2s ease-in-out infinite;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
	animation-name: wlight01;
}
#article .contwrap .emb .wlight02 {
	width: 43px;
	height: 43px;
	top: 15px;
	left: 40px;
	position: absolute;
	z-index: 20;
	-webkit-animation: all 1s ease-in-out infinite;
	-moz-animation: all 1s ease-in-out infinite;
	-ms-animation: all 1s ease-in-out infinite;
	animation: all 1s ease-in-out infinite;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
	animation-name: wlight02;
}
#article .contwrap .emb .wlight03 {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 20;
	-webkit-animation: all 1.4s ease-in-out infinite;
	-moz-animation: all 1.4s ease-in-out infinite;
	-ms-animation: all 1.4s ease-in-out infinite;
	animation: all 1.4s ease-in-out infinite;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
	animation-name: wlight03;
}
#article .contwrap .emb .wlight04 {
	width: 60px;
	height: 60px;
	top: 60px;
	left: 80px;
	position: absolute;
	z-index: 20;
	-webkit-animation: all 1s ease-in-out infinite;
	-moz-animation: all 1s ease-in-out infinite;
	-ms-animation: all 1s ease-in-out infinite;
	animation: all 1s ease-in-out infinite;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
	animation-name: wlight04;
}
#article .contwrap .emb .wlight05 {
	width: 43px;
	height: 43px;
	position: absolute;
	top: 50px;
	left: 105px;
	z-index: 20;
	-webkit-animation: all 1.2s ease-in-out infinite;
	-moz-animation: all 1.2s ease-in-out infinite;
	-ms-animation: all 1.2s ease-in-out infinite;
	animation: all 1.2s ease-in-out infinite;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
	animation-name: wlight05;
}
@keyframes wlight01 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		}
	50% {
		opacity: 0.1;
		-webkit-transform: scale(0.4,0.4);
		-moz-transform: scale(0.4,0.4);
		-ms-transform: scale(0.4,0.4);
		transform: scale(0.4,0.4);
		}
	100% {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		}
}
@keyframes wlight02 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		}
	50% {
		opacity: 0.1;
		-webkit-transform: scale(0.4,0.4);
		-moz-transform: scale(0.4,0.4);
		-ms-transform: scale(0.4,0.4);
		transform: scale(0.4,0.4);
		}
	100% {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		}
}
@keyframes wlight03 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		}
	50% {
		opacity: 0.1;
		-webkit-transform: scale(0.4,0.4);
		-moz-transform: scale(0.4,0.4);
		-ms-transform: scale(0.4,0.4);
		transform: scale(0.4,0.4);
		}
	100% {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		}
}
@keyframes wlight04 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		}
	50% {
		opacity: 0.1;
		-webkit-transform: scale(0.4,0.4);
		-moz-transform: scale(0.4,0.4);
		-ms-transform: scale(0.4,0.4);
		transform: scale(0.4,0.4);
		}
	100% {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		}
}
@keyframes wlight05 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		}
	50% {
		opacity: 0.1;
		-webkit-transform: scale(0.4,0.4);
		-moz-transform: scale(0.4,0.4);
		-ms-transform: scale(0.4,0.4);
		transform: scale(0.4,0.4);
		}
	100% {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		}
}
#article .contwrap .contbox {
	padding: 0 20px;
	background: url(../images/bg_line.png) center top no-repeat;
	background-size: 100% 100%;
}
#article .contwrap .contbox .cont {
	width: 575px;
	padding: 0 30px 35px;
	background: url(../images/bg_cont.jpg) center top repeat-y;
}
#article .contwrap .contbox .cont .movie { height: 284px !important; }
#article .contwrap .contbox .cont .movie a.framem {
	width: 505px;
	height: 284px;
	text-indent: 100%;
	background: url(../images/framem_off.png) center top no-repeat;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	display: block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#article .contwrap .contbox .cont .movie a.framem:hover {
	background: url(../images/framem_on.png) center top no-repeat;
}
#article .contwrap .contbox .cont .pic {
	width: 505px;
	height: 340px;
	margin: 0 auto;
	position: relative;
}
#article .contwrap .contbox .cont .pic .framel {
	width: 505px;
	height: 340px;
	position: relative;
	z-index: 10;
}
#article .contwrap .contbox .cont .pic .ph {
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 5;
}
#article .contwrap .contbox .cont .emb_movie {
	text-align: center;
	margin-bottom: 28px;
}


/* #about */
#article #about .cont { padding-top: 20px; }
#article #about .catch {
	width: 575px;
	margin: 42px auto 28px;
	text-align: center;
	position: relative;
}
#article #about .catch .plight01 {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 110px;
	left: 40px;
	-webkit-animation: all 0.7s ease-in-out infinite;
	-moz-animation: all 0.7s ease-in-out infinite;
	-ms-animation: all 0.7s ease-in-out infinite;
	animation: all 0.7s ease-in-out infinite;
	animation-name: plight01;
}
#article #about .catch .plight02 {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 90px;
	left: 40px;
	-webkit-animation: all 0.6s ease-in-out infinite;
	-moz-animation: all 0.6s ease-in-out infinite;
	-ms-animation: all 0.6s ease-in-out infinite;
	animation: all 0.6s ease-in-out infinite;
	animation-name: plight02;
}
#article #about .catch .plight03 {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 108px;
	left: 302px;
	-webkit-animation: all 0.5s ease-in-out infinite;
	-moz-animation: all 0.5s ease-in-out infinite;
	-ms-animation: all 0.5s ease-in-out infinite;
	animation: all 0.5s ease-in-out infinite;
	animation-name: plight03;
}
#article #about .catch .plight04 {
	width: 49px;
	height: 49px;
	position: absolute;
	top: 75px;
	left: 15px;
	-webkit-animation: all 1.1s ease-in infinite;
	-moz-animation: all 1.1s ease-in infinite;
	-ms-animation: all 1.1s ease-in infinite;
	animation: all 1.1s ease-in infinite;
	animation-name: plight04;
}
#article #about .catch .plight05 {
	width: 49px;
	height: 49px;
	position: absolute;
	top: 77px;
	left: 297px;
	-webkit-animation: all 1.2s ease-in-out infinite;
	-moz-animation: all 1.2s ease-in-out infinite;
	-ms-animation: all 1.2s ease-in-out infinite;
	animation: all 1.2s ease-in-out infinite;
	animation-name: plight05;
}
@keyframes plight01 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		}
	50% {
		opacity: 0.1;
		-webkit-transform: scale(0.4,0.4);
		-moz-transform: scale(0.4,0.4);
		-ms-transform: scale(0.4,0.4);
		transform: scale(0.4,0.4);
		}
	100% {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		}
}
@keyframes plight02 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		}
	50% {
		opacity: 0.1;
		-webkit-transform: scale(0.4,0.4);
		-moz-transform: scale(0.4,0.4);
		-ms-transform: scale(0.4,0.4);
		transform: scale(0.4,0.4);
		}
	100% {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		}
}
@keyframes plight03 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		}
	50% {
		opacity: 0.1;
		-webkit-transform: scale(0.4,0.4);
		-moz-transform: scale(0.4,0.4);
		-ms-transform: scale(0.4,0.4);
		transform: scale(0.4,0.4);
		}
	100% {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		}
}
@keyframes plight04 {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes plight05 {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
#article #about .lead { padding-bottom: 30px; }


/* #cast */
#article #cast .cont { padding-top: 15px; }
#article #cast dl {
	width: 575px;
	text-align: center;
}
#article #cast dl dt {
	margin-bottom: 10px;
}
#article #cast dl dd {
	margin-bottom: 30px;
	padding-bottom: 26px;
	background: url(../images/line.png) center bottom no-repeat;
	font-size: 30px;
	font-weight: bold;
	color: #c77f14;
	line-height: 1.6;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#article #cast dl dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
#article #cast dl dd.cast_s {
	font-size: 26px;
	line-height: 2;
}
#article #cast span {
	font-size: 18px;
	font-weight: normal;
}
#article #cast .cast_title {
	margin-top: 20px;
}
#article #cast span.cast_ss {
	font-size: 17px;
	font-weight: normal;
}


/* #onair */
#article #onair .cont { padding-top: 10px; }
#article #onair h3 {
	width: 575px;
	height: 50px;
	background: url(../images/bg_tit.png) center center no-repeat;
	font-size: 19.2px;
	font-weight: bold;
	color: #e5004f;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	vertical-align: middle;
	letter-spacing: -1px;
	display: table-cell;
}
#article #onair h3.nonspace { letter-spacing: normal; }
#article #onair .box {
	margin-bottom: 23px;
	padding-bottom: 40px;
	background: url(../images/line.png) center bottom no-repeat;
}
#article #onair .box:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
#article #onair .box p {
	margin: 20px auto;
	font-size: 16px;
}
#article #onair .phwrap { width: 575px; }
#article #onair .phwrap .pics {
	width: 281px;
	height: 189px;
	padding-right: 10px;
	float: left;
	position: relative;
}
#article #onair .phwrap .pics:last-child { padding-right: 0; }
#article #onair .phwrap .pics .frames {
	width: 281px;
	height: 189px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
#article #onair #j {
	background: url(../images/img_pic_oa03.jpg) top left no-repeat;
}
/* 印刷用 */
@media print{
	#article #onair #j {
	background: none;}
}
/* 放送内容の未着用
    #article #onair .comingsoon {
	padding: 20px;
	font-size: 26px;
	font-weight: bold;
	color: #c77f14;
	line-height: 1.6;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}*/
#backnumber {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}
#backnumber a:hover { opacity: 0.7; }


/* pagetop */
.innerlink-head {
	width: 149px;
	height: 127px;
	background: url(../images/btn_pagetop.png) center top no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	float: right;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.innerlink-head a {
	width: 149px;
	height: 127px;
	display: block;
}
.innerlink-head:hover { opacity: 0.7; }