/* @override
	http://nb.kago.net/cstbsnews/css_rw/top.css */

/* MAIN VISUAL ----------------------------------- */
#mainVisual{
	border-radius: ;
	height:348px;
	background:#04001b url(../img_rw/top/mainVisualBG.jpg) no-repeat center top;
}

#mvCasters{
	display:block;
	/*width:853px; デフォルト値*/
	/*width:851px; 10名の場合*/
	width:853px;
	margin:0 auto;
	padding:35px 0 15px 0;
}
#mvCasters li{
	float:left;
	display:block;
	/*width:120px; 7名の場合*/
	/*width:105px; 8名の場合*/
	/*width:93px; 9名の場合*/
  	/*width:83px; 10名の場合*/
	width:93px;
	height:204px;
	margin:0 1px 0 1px;
}
#mvCasters li:last-child{
	/*margin:0; デフォルト0px*/
	/*margin:-1px; 8名の場合*/
	margin:0;
}
#mvCasters li a{
	display:block;
	/*width:118px; 7名の場合*/
	/*width:103px; 8名の場合*/
	/*width:91px; 9名の場合*/
	/*width:81px; 10名の場合*/
	width:91px;
	height:202px;
	border:solid 1px #0c1b58;
}
#mvCasters li a img{
	display:block;
	/*width:118px; 7名の場合*/
	/*width:103px; 8名の場合*/
	/*width:91px; 9名の場合*/
	/*width:81px; 10名の場合*/
	width:91px;
	height:202px;
	background-position:center bottom;
	-webkit-background-size:210px auto;
	-moz-background-size:210px auto;
	-o-background-size:210px auto;
	-ms-background-size:210px auto;
	background-size:210px auto;
}
	#mvCasters li a img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}




#mvCatch{
	display:block;
	margin:0 auto;
}



/* PICKUP ----------------------------------- */
#nbPickup{
	position:relative;
	padding:0 0 55px 0;
	background:#0a428f url(../img_rw/top/pickupBG.png) repeat 50% 0px;
	text-align:center;
}
#nbPickup h2{
	height:80px;
	padding:20px 0;
	background:url(../img_rw/top/partsTitles.png) no-repeat 50% 20px;
}

/* BANNERS */
#nbPickup .banners{
	width:852px;
	margin:20px auto;
}
#nbPickup .banners li{
	display:block;
	margin:0 0 30px 0;
	/* 幅半分のバナーの時 */
	/*margin:0 0 14px 0;*/
}
/* 幅半分のバナーの時 */
/*#nbPickup .banners li.half{
	display:inline-block;
	margin: 0 7px 0 0;
}
#nbPickup .banners li.half:last-child{
    margin: 0;
}*/
#nbPickup .banners a{
	background-color:#ffffff;
	display:block;
}
#nbPickup .banners img{
	display:block;
}

/* LINE UP */
#nbPickup .lineup{
	margin:50px auto 40px auto;
	color:#fff;
}

/* CAROUSEL */
.carousel{
	position:relative;
}
.carouselInner{
	position:relative;
	width:853px;
	margin:auto;
	overflow:hidden;
}
.carouselList{
	position:relative;
	white-space:nowrap;
}
.overflow .carouselList{
	text-align:left;
}
.carousel li{
	display:inline-block;
	width:275px;
	margin:0 14px 0 0;
	vertical-align:top;
	text-align:left;
	white-space:normal;
}
.carousel li a{
	color:#fff;
}
.carousel li span.imgBG{
	display:block;
	background:#fff;
	border:solid 1px #fff;
}
.carousel li img{
	display:block;
}
.carousel li h3{
	padding: 15px 0 5px;
	font-size:21px;
	font-weight:400;
	line-height: 28px;
}
.carousel li p{
	font-size:12px;
}
.carousel li img{
	display: block;
	background-color: #fff;
}

.carouselNav{
	display:none;
	position:absolute;
	top:0;
	width:40px;
	height:100%;
	text-indent:-100em;
	overflow:hidden;
	cursor:pointer;
}
.overflow .carouselNav{
	display:block;
}
.carouselNav::after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	width:35px;
	height:70px;
	margin:auto;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.carouselNav.back{
	left:0;
}
.carouselNav.next{
	right:0;
}
.carouselNav.back::after{
	left:5px;
	background:url(../img_rw/parts.png) no-repeat 0% -300px;
}
.carouselNav.next::after{
	right:5px;
	background:url(../img_rw/parts.png) no-repeat 100% -300px;
}
.carouselNav.back:hover::after{left:0px;}
.carouselNav.next:hover::after{right:0px;}



/* INFORMATIONS ----------------------------------- */
#informations{
	padding:30px 0 50px 0;
}

/* TWITTER */
#twitter{
	float:left;
	width:490px;
}
#twitter h2{
	width:400px;
	height:70px;
	margin:0 auto 5px auto;
	background:url(../img_rw/top/partsTitles.png) no-repeat 0px -110px;
}
#twitter .inner{
	width:488px;
	height:476px;
	border:solid 1px #00a7eb;
	overflow:hidden;
}
#twitter .header{
	position:relative;
	height:70px;
}
#twitter .header h3{
	padding:10px;
	font-size:28px;
	font-weight:400;
}
#twitter .header iframe{
	position:absolute !important;
	top:25px;
	right:10px;
}


/* NEWS */
#news{
	float:right;
	width:440px;
	font-size:16px;
}
#news h2{
	width:400px;
	height:70px;
	margin:0 auto 5px auto;
	background:url(../img_rw/top/partsTitles.png) no-repeat -400px -110px;
}
#news .inner{
	width:436px;
	border:solid 2px #d6d6d6;
}
#news .inner p{
	padding:20px 20px 20px 22px;
	border-bottom:solid 1px #d6d6d6;
}

#news ul{
	display:block;
}
#news li{
	display:block;
	border-top:solid 1px #d6d6d6;
}
#news li:first-child{
	border:none;
}
#news li a{
	display:block;
	color:#000;
}
#news li span{
	display:inline-block;
	line-height:1.5;
	vertical-align:middle;
}
#news li .time{
	width:4.5em;
	padding:20px 0px 20px 1.3em;
	font-weight:900;
}
#news li .info{
	max-width:75%;
	max-width:-webkit-calc(100% - 6.2em);
	max-width:calc(100% - 6.2em);
	padding:10px 0;
}
#news li a span{
	text-decoration:underline;
}
#news li a:hover span{
	color: #666666;
}

#news .banners a{
	display:block;
	margin:20px 0 0 0;
}
#news .banners a img{
	display:block;
}



/* ABOUT ----------------------------------- */
#about{
	padding:50px 0 50px 0;
	background:#ededed url(../img_rw/top/aboutBG.png) repeat 50% 0px;
}
#about h2{
	width:283px;
	height:80px;
	margin:0 auto 15px auto;
	background:url(../img_rw/top/partsTitles.png) no-repeat -259px -212px;
}

#howto{
	margin:45px 0 50px 0;
	text-align:center;
}
#howto h3{
	font-size:30px;
}
#howto p{
	font-size:16px;
}

#mediaList{
	margin:30px 0;
}
#mediaList li{
	display: inline-block;
	width: 188px;
	height: 68.7px;
	margin-top: 0;
	margin-right: 3px;
	margin-left: 0;
	margin-bottom: 0;
	background: url(../img_rw/top/partsAbout.png) no-repeat;
	-webkit-background-size: auto 188px;
	-moz-background-size: auto 188px;
	-o-background-size: auto 188px;
	-ms-background-size: auto 188px;
	background-size: auto 68.7px;
	overflow: hidden;
}
#mediaList li:last-child{margin:0;}
#mediaList .option01{background-position:0px 0px;}
#mediaList .option02{background-position:-188px 0px;}
#mediaList .option03{background-position:-376px 0px;}
#mediaList .option04{background-position:-564px 0px;}
#mediaList .option05{background-position:-752px 0px;}
#mediaList li a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-100em;
}
#mediaList li a:hover{
	background:rgba(255,255,255,0.25);
}


/* VIDEOS */
#aboutVideos{
}
#aboutVideos a{
	color: #000;
	text-decoration: underline;
}
#aboutVideos a:hover{
	color: #666666;
}
#aboutVideos .video01, #aboutVideos .video02{
	width:465px;
}
#aboutVideos .video01{
	float:left;
}
#aboutVideos .video02{
	float:right;
}

#aboutVideos h3{
	padding:20px 0;
	text-align:center;
	font-size:30px;
	font-weight:900;
}
#aboutVideos .videoPlayerBtn ,#aboutVideos .imgBtn{
	display:block;
	position:relative;
	width:465px;
	height:262px;
	cursor:pointer;
}
#aboutVideos .videoPlayerBtn::after{
	content:"";
	display:block;
	position:absolute;
	right:15px;
	bottom:15px;
	width:80px;
	height:80px;
	background:url(../img_rw/top/partsCircles.png) no-repeat -216px 0px;
	-webkit-background-size:auto 80px;
	-moz-background-size:auto 80px;
	-o-background-size:auto 80px;
	-ms-background-size:auto 80px;
	background-size:auto 80px;
	border-radius:100px;
	z-index:1;
}
#aboutVideos .videoPlayerBtn img ,#aboutVideos .imgBtn img{
	width:100%;
	height:auto;
	background-color: #fff;
}
#aboutVideos p{
	margin:15px 0 0 0;
	font-size:16px;
}



/* CASTER ----------------------------------- */
#caster{
	position:relative;
	padding:35px 0 0 0;
}
#caster .inner{
	position:relative;
}
#caster h2{
	width:600px;
	height:80px;
	margin:0 auto;
	background:url(../img_rw/top/partsTitles.png) no-repeat -100px -310px;
}

#caster ul{
	display:block;
	margin:30px 0 0 0;
	text-align:center;
}
#caster li{
	display:inline-block;
	position:relative;
	/*margin:0 14px 60px 14px; 7名の場合*/
	/*margin:0 13px 60px 12px; 8名の場合*/
	/*margin:0 12px 60px 12px; 9名の場合*/
	/*margin:0 12px 60px 12px; 10名の場合*/
	margin:0 12px 60px 12px;
}
/* NEWキャスターのコラムがまだ存在しない場合 -- */
#caster06{
	position:relative;
	/* top:-41px; */
}
/* ---------- */
#caster li>a{
	display:block;
	cursor:pointer;
}
#caster li a:hover h3{
	color:#0076ff;
}

#caster li img{
	display:block;
	width:165px;
	height:165px;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	-ms-background-size:contain;
	background-size:contain;
	border-radius:100px;
}
#caster li h3{
	margin:10px 0;
	position:relative;
	color:#005ac2;
	font-weight:400;
}
#caster li h3 small{
	display:block;
	font-size:12px;
	color:#000;
}

#caster li .btn{
	display:inline-block;
	padding:2px 40px 2px 30px;
	border-radius:3px;
	font-size:15px;
	font-weight:600;
}
#caster li .fukidashi{
	display: block;
	padding: 0;
	position: absolute;
	top: -25px;
	right: -35px;
	width: 70px;
	height: 70px;
	z-index: 1;
	text-indent:-2500em;
}

/* UPDATE */
#caster li.update::after{
	content:"";
	display:block;
	position:absolute;
	top:-30px;
	left:70%;
	width:90px;
	height:80px;
	background:url(../img_rw/top/partsCircles.png) no-repeat 0px 0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
}

/* NEW */
#caster li.new h3::after{
	content:"";
	display:block;
	position:absolute;
	top:-3px;
	left:-5%;
	width:40px;
	height:40px;
	margin:auto;
	border-radius:40px;
	background:url(../img_rw/top/partsCircles.png) no-repeat -56px 0px;
	-webkit-background-size:auto 40px;
	-moz-background-size:auto 40px;
	-o-background-size:auto 40px;
	-ms-background-size:auto 40px;
	background-size:auto 40px;
}

/* MODAL */
#casterModal{
	display:none;
	position:absolute;
	top:100px;
	left:0;
	right:0;
	width:90%;
	width:-webkit-calc(100% - 100px);
	width:calc(100% - 100px);
	height:auto;
	padding:50px 50px 50px 50px;
	background:#005ac2;
	color:#fff;
	z-index:102;
}
#casterModal img{
	float:left;
	display:block;
	width:210px;
	height:210px;
	margin:0 50px 0 0;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	-ms-background-size:contain;
	background-size:contain;
	border-radius:200px;
}

#casterModal ul{
	text-align:left;
}
#casterModal li{
	display:block;
	margin:0;
}

#casterModal h3{
	float:left;
	width:620px;
	font-size:38px;
	line-height:1.3;
}
#casterModal h3 small{
	display:block;
	font-size:19px;
	font-weight:400;
}
#casterModal ul.header{
	float:left;
	width:620px;
	margin:10px 0 0 0;
	padding:5px 0;
	border:dotted #fff;
	border-width:3px 0;
	line-height:1.8;
}

#casterModal ul.body, #casterModal ul.footer{
	float:none;
	clear:both;
	margin:0;
	padding:30px 20px 0 20px;
	font-size:16px;
}
#casterModal ul.body h4, #casterModal ul.footer h4{
	position:relative;
	font-weight:400;
}
#casterModal ul.header li,
#casterModal ul.body li,
#casterModal ul.footer li{
	padding-left:1.3em;
}
#casterModal ul.header li::before,
#casterModal ul.body h4::before,
#casterModal ul.footer h4::before{
	content:"●";
	position:absolute;
	top:0;
	left:-1.3em;
}
#casterModal ul.header li{
	padding:0;
	text-indent:1.3em;
}
#casterModal ul.body li{
	float:left;
	width:29%;
	width:-webkit-calc(33% - 2.3em);
	width:calc(33% - 2.3em);
	margin:0 0 30px 0;
	padding-right:1em;
}
#casterModal ul.body li:nth-child(3n+1){
	clear:both;
}

#casterModal ul.footer{
	padding:0px 20px 30px 20px;
}


#casterModal a.close{
	display:block;
	width:5em;
	margin:0 auto;
	font-size:34px;
	cursor:pointer;
	color: #FFF;
}
#casterModal a.close:hover{
	opacity:0.75;
}

#movieModal {
    #background: #2180c4 none repeat scroll 0 0;
    color: #fff;
    display: none;
    height: auto;
    left: 0;
    padding: 50px;
    position: fixed;
    right: 0;
    top: 10%;
    #width: calc(100% - 100px);
    z-index: 102;
}
#movieModal a.close{
  width:8%;
	display:block;
  #background:url(../img_rw/movie/close2.png) no-repeat 0px 0px;
  #padding: 28px 43px 20px 20px;
  float: right;
  margin-bottom:-10px;
  #padding-right: 43px;
}
#movieModal a.close img{
  width:100%;
}




/* MORE NEWS ----------------------------------- */
#moreNews{
	padding:40px 0 70px 0;
	background:#ededed url(../img_rw/top/morenewsBG.png) repeat 50% 0px;
	text-align:center;
}
#moreNews h3{
	margin-top: 11px;
	margin-bottom:15px;
	padding:0 3px 3px 3px;
	border-bottom:solid 2px #2966eb;
	font-size:19px;
	text-align:left;
	color:#2966eb;
}

#moreNews ul{
	margin:37px 0 0 0;
}
#moreNews li{
	display:inline-block;
	width:23.5%;
	vertical-align:top;
	font-size:16px;
}
#moreNews li.more04{
	width:27%;
}
#moreNews li img{
	width:180px;
	height:180px;
	border-radius:100px;
}
#moreNews li.more01 img{
	border: 7px solid #0076ff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#moreNews li.more01 img{background-position:-17px -8px;}
#moreNews li.more02 img{background-position:-200px 0px;}
#moreNews li.more03 img{background-position:-390px 0px;}
#moreNews li.more04 img{background-position:-580px 0px;}
#moreNews li a{
	color:#2966eb;
}
#moreNews li a:hover{
	text-decoration: underline;
}

#morePrograms{
	margin:50px 0 0 0;
	text-align:left;
	color:#2966eb;
}
#morePrograms h3{
	margin-bottom:15px;
	padding:0 3px 3px 3px;
	border-bottom:solid 2px #2966eb;
	font-size:19px;
}
#morePrograms ul{
	padding:0 3px;
	line-height:1.5;
	margin:20px 0 30px 0;
}
#morePrograms li{
	display:inline-block;
	width:auto;
}
#morePrograms li::after{
	content:"|";
	display:inline-block;
	padding:0 0 0 0.3em;
}
#morePrograms a{
	color:#2966eb;
	font-size:14px;
}





/* SP ----------------------------------- */
@media screen and (max-width:767px){
	/* MAIN VISUAL ----------------------------------- */
	#mainVisual{
		height:auto;
		background:#04001b url(../img_rw/top/mainVisualBG.jpg) no-repeat center top;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		-ms-background-size:cover;
		background-size:cover;
	}
	#mainVisual .inner{
		margin:0;
		padding-bottom:20px;
	}

	#mvCasters{
		display:block;
		width:90%;
		margin:0 auto;
		padding:20px 0 10px 0;
	}
	#mvCasters li{
		float:left;
		display:block;
		/*width:14.1%; 7名の場合*/
		/*width:12.33%; 8名の場合*/
		/*width:11%; 9名の場合*/
		/*width:9%; 10名の場合*/
		/*Android OS 4.1用*/
		width:11%;
		/*width:-webkit-calc(14.3% - 1px); 7名の場合*/
		/*width:-webkit-calc(12.5% - 1px); 8名の場合*/
		/*width:-webkit-calc(11% - 1px); 9名の場合*/
		/*width:-webkit-calc(10% - 1px); 10名の場合*/
		width:-webkit-calc(11% - 1px);
		/*width:calc(14.3% - 1px); 7名の場合*/
		/*width:calc(12.5% - 1px); 8名の場合*/
		/*width:calc(11% - 1px); 9名の場合*/
		/*width:calc(10% - 1px); 10名の場合*/
		width:calc(11% - 1px);
		height:77px;
		margin:0 1px 0 0;
	}
	#mvCasters li:last-child{
      	/*margin:-1px; 8名の場合 デフォルト0px*/
		margin:0;
	}
	#mvCasters li a{
		width:auto;
		height:75px;
	}
	#mvCasters li a img{
		width:100%;
		height:75px;
		-webkit-background-size:auto 80px;
		-moz-background-size:auto 80px;
		-o-background-size:auto 80px;
		-ms-background-size:auto 80px;
		background-size:auto 80px;
	}

	#mvCatch{
		display:block;
		width:90%;
		margin:0 auto;
	}



	/* PICKUP ----------------------------------- */
	#nbPickup{
		position:relative;
		padding:0 0 50px 0;
		background:#0a428f url(../img_rw/top/pickupBG.png) repeat 50% 0px;
		text-align:center;
	}
	#nbPickup h2{
		height:30px;
		padding:20px 0 0 0;
		background:url(../img_rw/top/partsTitles.png) no-repeat 50% 2px;
		-webkit-background-size:150% auto;
		-moz-background-size:150% auto;
		-o-background-size:150% auto;
		-ms-background-size:150% auto;
		background-size:150% auto;
	}

	/* BANNERS */
	#nbPickup .banners{
		max-width:100%;
		margin:0 auto;
	}
	#nbPickup .banners li{
		margin:0 0 10px 0;
	}
	/* 幅半分のバナーの時 */
	/*#nbPickup .banners li.half{
		margin:0 0 10px 0;
		display:block;
	}*/

	/* LINE UP */
	#nbPickup .lineup{
		margin:20px auto 40px auto;
		color:#fff;
	}

	/* CAROUSEL */
	#nbPickup .carouselInner{
		position:relative;
		width:275px;
		max-width:75%;
		margin:auto;
		overflow:hidden;
	}
	#nbPickup .carousel li{
		display:inline-block;
		width:275px;
		max-width:100%;
		margin:0 14px 0 0;
		vertical-align:top;
		text-align:left;
	}
	#nbPickup .carousel li img{
	}
	#nbPickup .carousel li h3{
		font-size:21px;
		font-weight:400;
	}
	#nbPickup .carousel li p{
		font-size:12px;
	}

	.carouselNav.back{
		left:-10px;
	}
	.carouselNav.next{
		right:-10px;
	}
	.carouselNav::after{
		transform: scale(0.75);
	}


	/* INFORMATIONS ----------------------------------- */
	#informations{
		padding:30px 0 50px 0;
	}

	/* TWITTER */
	#twitter{
		float:none;
		width:100%;
	}
	#twitter h2{
		width:300px;
		height:50px;
		margin:0 auto;
		background:url(../img_rw/top/partsTitles.png) no-repeat 0px -90px;
		-webkit-background-size:600px auto;
		-moz-background-size:600px auto;
		-o-background-size:600px auto;
		-ms-background-size:600px auto;
		background-size:600px auto;
	}
	#twitter .inner{
		width:auto;
		height:580px;
		border:solid 1px #00a7eb;
		overflow:hidden;
	}
	#twitter .header{
		position:relative;
		height:50px;
	}
	#twitter .header h3{
		padding:5px 10px;
		font-size:21px;
		font-weight:400;
	}
	#twitter .header iframe{
		position:absolute !important;
		top:10px;
		right:10px;
	}


	/* NEWS */
	#news{
		float:none;
		width:100%;
		margin-top:20px;
		font-size:14px;
	}
	#news h2{
		width:300px;
		height:50px;
		margin:0 auto;
		background:url(../img_rw/top/partsTitles.png) no-repeat -300px -90px;
		-webkit-background-size:600px auto;
		-moz-background-size:600px auto;
		-o-background-size:600px auto;
		-ms-background-size:600px auto;
		background-size:600px auto;
	}
	#news .inner{
		width:auto;
		height:auto;
	}
	#news .inner p{
		padding:12px 12px 12px 14px;
	}

	#news ul{
		display:block;
	}
	#news li a{
		font-size:13px;
	}
	#news li time{
		width:auto;
		min-width:4em;
		padding:20px 0px 20px 12px;
		font-weight:900;
	}
	#news li span{
		padding:5px 0;
	}

	#news .banners a{
		margin:20px 0 0 0;
		padding:0 10px;
	}
	#news .banners a img{
		display:block;
	}



	/* ABOUT ----------------------------------- */
	#about{
		padding:30px 0 50px 0;
		background:#ededed url(../img_rw/top/aboutBG.png) repeat 50% 0px;
	}
	#about h2{
		width:100%;
		height:60px;
		margin:0 auto;
		background:url(../img_rw/top/partsTitles.png) no-repeat 50% 42%;
		-webkit-background-size:168% auto;
		-moz-background-size:168% auto;
		-o-background-size:168% auto;
		-ms-background-size:168% auto;
		background-size:168% auto;
	}
	#about p{
		padding:0 10px;
		font-size:14px;
	}

	#howto{
		margin:40px 0 50px 0;
		text-align:center;
	}
	#howto h3{
		font-size:19px;
	}
	#howto p{
		font-size:14px;
	}

	#mediaList{
        width:100%;
		margin:25px auto 15px auto;
		text-align:center;
        overflow: hidden;
	}
	#mediaList li{
		display:inline-block;
		width:49%;
		height:53px;
        float: left;
		margin-bottom:15px;
	}
    #mediaList li:first-child{width:100%;}
  	#mediaList li:nth-child(3),
    #mediaList li:last-child{
        float:right;
        margin-right: 0;
    }
    #mediaList .option01{
        background:#0099FD url(../img_rw/top/txt_cable_sukapa.gif) no-repeat center center;
        background-size: auto 70%;
        overflow:hidden;
        box-shadow: 0 6px 0 0 #007bcd;
    }
    #mediaList .option02{
        background:#ff7700 url(../img_rw/top/txt_cable_jcom.gif) no-repeat center center;
        background-size: auto 70%;
        overflow:hidden;
        box-shadow: 0 6px 0 0 #cc5f00;
    }
    #mediaList .option03{
        background:#61b02c url(../img_rw/top/txt_cable_cabletv.gif) no-repeat center center;
        background-size: auto 70%;
        overflow:hidden;
        box-shadow: 0 6px 0 0 #457d1f;
    }
    #mediaList .option04{
        background:#21a0db url(../img_rw/top/txt_cable_hikaritv.gif) no-repeat center center;
        background-size: auto 70%;
        overflow:hidden;
        box-shadow: 0 6px 0 0 #197ba8;
    }
    #mediaList .option05{
        background:#0076ff url(../img_rw/top/txt_cable_TBSNEWS.gif) no-repeat center center;
        background-size: auto 70%;
        overflow:hidden;
        box-shadow: 0 6px 0 0 #005ecc;
    }
	#mediaList li a{
		display:block;
		width:100%;
		height:100%;
		text-indent:-100em;
	}
	#mediaList li a:hover{
		background:rgba(255,255,255,0.25);
	}


	/* VIDEOS */
	#aboutVideos{
	}
	#aboutVideos .video01, #aboutVideos .video02{
		float:none;
		width:100%;
	}
	#aboutVideos .video02{
		margin-top:20px;
	}

	#aboutVideos h3{
		padding:10px 0;
		text-align:center;
		font-size:20px;
		font-weight:900;
	}
	#aboutVideos .videoPlayerBtn ,#aboutVideos .imgBtn{
		display:block;
		position:relative;
		width:100%;
		height:auto;
		cursor:pointer;
	}
	#aboutVideos .videoPlayerBtn::after{
		content:"";
		display:block;
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		width:100px;
		height:100px;
		margin:auto;
		background:url(../img_rw/top/partsCircles.png) no-repeat -270px 0px;
		-webkit-background-size:auto 100px;
		-moz-background-size:auto 100px;
		-o-background-size:auto 100px;
		-ms-background-size:auto 100px;
		background-size:auto 100px;
		border-radius:100px;
		z-index:1;
	}
	#aboutVideos p{
		margin:0px 0 0 0;
		font-size:16px;
	}
	#aboutVideos .videoPlayerBtn img ,#aboutVideos .video02 img ,#aboutVideos .imgBtn img {
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		-ms-background-size:cover;
		background-size:cover;
	}

  #movieModal {
    width:90%;
		width:-webkit-calc(100% - 20px);
		width:calc(100% - 20px);
		padding:20px 10px 20px 10px;
  }
  #movieModal .inner{
		margin:0;
	}
  #movieModal a.close{
    width:8%;
    display:block;
    #background:url(../img_rw/movie/close2.png) no-repeat 0px 0px;
    #padding: 28px 43px 20px 20px;
    float: right;
    margin-bottom:-10px;
    #padding-right: 43px;
  }
  #movieModal a.close img{
    width:100%;
  }



	/* CASTER ----------------------------------- */
	#caster{
		padding:30px 0 10px 0;
	}
	#caster h2{
		width:100%;
		height:60px;
		margin:0 auto;
		background:url(../img_rw/top/partsTitles.png) no-repeat 50% 60%;
		-webkit-background-size:150% auto;
		-moz-background-size:150% auto;
		-o-background-size:150% auto;
		-ms-background-size:150% auto;
		background-size:150% auto;
	}

	#caster ul{
		display:block;
		text-align:center;
		margin:25px 0 0 0;
		padding:0 0 0 3%;
	}
	#caster li{
		width: 100%;
		display:inline-block;
		position:relative;
		margin:0 12px 40px 12px;
	}
	#caster li:after{
		content: ".";
		display: block;
		height: 0;
		font-size:0;
		clear: both;
	}
/* NEWキャスターのコラムがまだ存在しない場合-- */
#caster06{
		position:relative;
		top:2px;
	}
/* ---------- */
	#caster li a:first-child::after{
		content:"";
		display:block;
		height:0;
		float:none;
		clear:both;
	}
	#caster li img{
		float:left;
		display:block;
		width:120px;
		height:120px;
		-webkit-background-size:contain;
		-moz-background-size:contain;
		-o-background-size:contain;
		-ms-background-size:contain;
		background-size:contain;
		border-radius:100px;
	}
	#caster li h3{
		float:left;
		margin:10px 0;
		padding:0 0 0 25px;
		text-align:left;
		font-size:24px;
		line-height:1.5;
	}
	#caster li h3 small{
		display:block;
		font-size:14px;
		color:#000;
	}

	#caster li .btn{
		position:absolute;
		bottom:10px;
		left:145px;
		padding:2px 36px 2px 26px;
		border-radius:3px;
		font-size:15px;
		font-weight:600;
		white-space:nowrap;
	}
	#caster li .fukidashi{
		width: 55px;
		height: 55px;
		top: -20px;
		left: 88px;
	}
	/* UPDATE */
	#caster li.update::after{
		top:-25px;
		left:80px;
		width:70px;
		height:60px;
		background:url(../img_rw/top/partsCircles.png) no-repeat 0px 0px;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		-ms-background-size:cover;
		background-size:cover;
	}

	/* NEW */
	#caster li.new h3::after{
		top:80px;
		left:-125px;
		width:30px;
		height:30px;
		background:url(../img_rw/top/partsCircles.png) no-repeat -42px 0px;
		-webkit-background-size:auto 30px;
		-moz-background-size:auto 30px;
		-o-background-size:auto 30px;
		-ms-background-size:auto 30px;
		background-size:auto 30px;
	}


	/* MODAL */
	#casterModal{
		width:90%;
		width:-webkit-calc(100% - 20px);
		width:calc(100% - 20px);
		padding:20px 10px 20px 10px;
	}
	#casterModal .inner{
		margin:0;
	}
	#casterModal img{
		float:left;
		display:block;
		width:30%;
		height:auto;
		margin:0 5% 0 0;
		-webkit-background-size:contain;
		-moz-background-size:contain;
		-o-background-size:contain;
		-ms-background-size:contain;
		background-size:contain;
		border-radius:200px;
	}

	#casterModal ul{
		text-align:left;
	}
	#casterModal li{
		display:block;
		margin:0;
	}

	#casterModal h3{
		float:left;
		width:64%;
		font-size:20px;
		line-height:1.3;
	}
	#casterModal h3 small{
		display:block;
		font-size:14px;
		font-weight:400;
	}
	#casterModal ul.header{
		float:left;
		width:64%;
		margin:10px 0 0 0;
		padding:5px 0;
		border:dotted #fff;
		border-width:2px 0;
		font-size:13px;
		line-height:1.8;
	}

	#casterModal ul.body, #casterModal ul.footer{
		float:none;
		clear:both;
		margin:0;
		padding:15px 3px 0 3px;
		font-size:12px;
	}
	#casterModal ul.body h4, #casterModal ul.footer h4{
		position:relative;
		font-weight:400;
	}
	#casterModal ul.body li{
		width:45%;
		width:-webkit-calc(50% - 2.3em);
		width:calc(50% - 2.3em);
		margin:0 0 15px 0;
	}
	#casterModal ul.body li:nth-child(3n+1){
		clear:none;
	}
	#casterModal ul.body li:nth-child(2n+1){
		clear:both;
	}

	#casterModal ul.footer{
		padding:0 3px 20px 3px;
	}

	#casterModal a.close{
		font-size:20px;
	}



	/* MORE NEWS ----------------------------------- */
	#moreNews{
		padding:30px 0 50px 0;
		background:#ededed url(../img_rw/top/morenewsBG.png) repeat 50% 0px;
		text-align:center;
	}
	#moreNews h3{
		padding:0 3px 0px 3px;
		border-bottom:solid 1px #2966eb;
		font-size:16px;
		text-align:left;
		color:#2966eb;
	}
	#moreNews .inner>p{
		margin-top:-5px;
		font-size:14px;
	}

	#moreNews ul{
		margin:30px 0 0 0;
	}
	#moreNews li{
		display:inline-block;
		width:83px;
		height:83px;
		margin: 0 8px;
		vertical-align:top;
	}
	#moreNews li img{
		width:83px !important;
		height:83px !important;
		-webkit-background-size:auto 84px;
		-moz-background-size:auto 84px;
		-o-background-size:auto 84px;
		-ms-background-size:auto 84px;
		background-size:auto 84px;
		border-radius:100px;
		vertical-align:middle;
	}
#moreNews li.more01 img{
	border: 4px solid #0076ff;
}

	#moreNews li.more01 img{background-position:-9px -5px;}
	#moreNews li.more02 img{background-position:-94px 0px;}
	#moreNews li.more03 img{background-position:-182px 0px;}
	#moreNews li.more04 img{background-position:-272px 0px;}
	#moreNews li a{
		color:#2966eb;
	}

	#moreNews li.more04{
		width:100%;
		margin:20px 0 0 0;
	}
	#moreNews li.more04 div{
		display:inline-block;
		padding:0 4% 0 5%;
		text-align:left;
		font-size:11px;
		vertical-align:middle;
	}

	#morePrograms{
		margin:40px 0 0 0;
		text-align:left;
		color:#2966eb;
	}
	#morePrograms h3{
		margin-bottom:5px;
		padding:0 3px 0 3px;
		border-bottom:solid 1px #2966eb;
		font-size:16px;
	}
	#morePrograms ul{
		margin:0 auto;
		padding:0 3px;
		line-height:1.5;
	}
	#morePrograms li{
		display:inline-block;
		margin: 0;
		width:auto;
		height: auto;
	}
	#morePrograms li::after{
		content:"|";
		display:inline-block;
		padding:0 0 0 0.25em;
		font-size:11px;
	}
	#morePrograms a{
		color:#2966eb;
		font-size:11px;
	}
}

@media screen and (max-width:359px){
	#moreNews li.more01 div{
		padding:0;
		font-size:10px;
	}
	#mediaList{
        width:100%;
		margin:22px 0 10px 0;
	}
	#moreNews ul{
		width:110%;
		max-width:none;
		margin:0 0 0 -5%;
	}
	#morePrograms ul{
		margin:0;
		width:100%;
		max-width:100%;
	}
}
