@charset "shift_jis";


/* 共通設定
--------------------------------------*/
strong.shadow{
	text-shadow: 1px 1px 1px #ccc;
}



/* Clearfix
--------------------------------------*/

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



/* 番組のスタイル
--------------------------------------*/

div#pgm_main{
	background:#fff;
	padding-bottom:10px;
}

div.pgm_banner{
	border-top:2px solid #ea5c0c;
	margin:10px 0;
	padding:10px 0;
}

div.pgm_banner{
	margin-bottom:10px;
}

div#pgm_title{
	background-color: #EA610C;
	border-bottom: 1px solid #EF781A;
	border-top: 1px solid #EF781A;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#FFC865), color-stop(5%, #FEB346), color-stop(95%, #EA610C), to(#F0874C));
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

div#pgm_logo{
	margin-bottom:-6px;
}

div#pgm_header_contents{
	border-top:1px solid #ea5c0c;
	text-align:center;
	padding:5px 0;
}

div#pgm_title h2{
	color: #FFFFFF;
	font-size: 108%;
	font-weight: bold;
	line-height: 1.6;
}

h3.pgm_subtitle{
	background-color: #EA610C;
	border-bottom: 1px solid #EF781A;
	border-top: 1px solid #EF781A;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#FFC865), color-stop(5%, #FEB346), color-stop(95%, #EA610C), to(#F0874C));
	color: #FFFFFF;
	font-size: 108%;
	font-weight: bold;
	line-height: 1.6;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

div.pgm_banner{
	text-align:center;
}

.pgm_banner_txt{
	margin-top:20px;
}

.pgm_banner_footer{
	text-align:center;
	margin-top:20px;
}




.pgm_main_block{
	padding:10px;
}

.pgm_main_block p{
	margin-bottom:10px;
}

.pgm_main_block h4{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	padding:10px 0;
}

.pgm_main_block h5{
	color:#FF3B3B;
}

p.pgm_main_img{
	text-align:center;
	margin-bottom:5px;
}

p.pgm_main_pc{
	text-align:center;
	margin-bottom:0;
	margin-top:20px;
}





/* 番組出演者
--------------------------------------*/
.pgm_cast_list{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 2px dotted #ddd;
}

.pgm_cast_list li{
	float:left;
	margin-right:10px;
}

table#cast{
	width:100%;
}

table#cast tr{
	border-bottom: 2px dotted #ddd;
	vertical-align:top;
}

table#cast tr:nth-child(even){
	background: #F7F7F7;
}

table#cast td{
	padding:10px;
}

table#cast td.photo{
	width:80px;
}

table#cast td.profile{
	width:*;
	padding-left:0;
	vertical-align: inherit;
}

table#cast tr#list_end{
	border-bottom:none;
}


/* 番組メニュー
--------------------------------------*/

div#pgm_menu{
	clear: both;
	margin-bottom: 10px;
}
div#pgm_menu h2{
	height: 30px;
	border-top: 1px solid #EF781A;
	border-bottom: 1px solid #EF781A;
	background-color: #EA610C;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#FFC865), color-stop(5%, #FEB346), color-stop(95%, #EA610C), to(#F0874C));
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 7px;
}
div#pgm_menu ul li{
	border-bottom: 2px dotted #ddd;
	font-size: 12px;
	line-height: 58px;
	padding-left: 10px;
}
div#pgm_menu ul li:nth-child(even){
	background: #F7F7F7;
}
div#pgm_menu ul li a{
	display: block;
	background: url(/image/program/menu_ico.png) no-repeat right center;
	background-size: 24px 8px;
	-webkit-background-size: 24px 8px;
	color: #000;
	text-decoration: none;
}

/* コンテンツメニュー
--------------------------------------*/

div#pgm_contents{
	clear: both;
	margin-bottom: 10px;
}
div#pgm_contents h2{
	height: 30px;
	border-top: 1px solid #EF781A;
	border-bottom: 1px solid #EF781A;
	background-color: #EA610C;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#FFC865), color-stop(5%, #FEB346), color-stop(95%, #EA610C), to(#F0874C));
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 7px;
}
div#pgm_contents ul li{
	border-bottom: 2px dotted #ddd;
	font-size: 12px;
	line-height: 58px;
	padding-left: 10px;
}
div#pgm_contents ul li:nth-child(even){
	background: #F7F7F7;
}
div#pgm_contents ul li a{
	display: block;
	background: url(/image/program/menu_ico.png) no-repeat right center;
	background-size: 24px 8px;
	-webkit-background-size: 24px 8px;
	color: #000;
	text-decoration: none;
}

/* コラム
--------------------------------------*/
p.contents {
    margin: 10px;
}




/* 新着
--------------------------------------*/

section.newmovie{
	background:#fff url(../../../../image/program/knightscoop/knight_new_bg2.png);
	border: 1px #5e2f00 solid;
	border-radius: 7px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:8px;
	padding-bottom: 5px;
}


ul.movielist li, ul.movielist a {
	display:block;
}

ul.movielist {
	display:block;
	padding-bottom: 5px;
}

ul.movielist li{
	border-bottom:1px dashed #999;
	margin-top:2px;
	margin-left:10px;
	margin-right:10px;
	line-height: 1.0em;
}


ul.movielist a {
	padding:1px 0px 2px 0px;
	text-decoration:none; color:black; font-size:medium;
	font-weight:normal;
	text-align:left;
	color:#000;
	margin:0px 0 3px 0;
}

img.movieth{
	margin-bottom:3px;
	margin-right:2px;
	float:left;
}

.moviethcl{
	clear:left;
}


/* 動画倶楽部導線
--------------------------------------*/
div.moviemore{
	border:1px solid #000;
	border-radius: 3px;
	-moz-box-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	-o-box-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	-ms-box-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #e5e5e5 0%,#ffffff 100%);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	float: right;
	height: 36px;
	line-height:36px;
	margin-right:4px;
	position: relative;
	width:40%;
}
div.moviemore::before {
	background: #000;
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 100%;
}
div.moviemore a{
	background: url(/image/arrow009/arrow009_02e.png) no-repeat right center;
	background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
	color:#000;
	font-size:16px;
	display:block;
	margin-right:4px;
	padding-left: 10px;
	text-decoration:none;
	text-shadow: 0px 0px 2px #ccc;

}

/* エンド5秒
--------------------------------------*/
.endfivemovie{
	padding: 2px 10px;
}
.endfivemovie img{
	float: left;
	margin-bottom: 3px;
	margin-right: 2px;
	width: 100px;
}
.endfivemovie a{
	text-decoration: none;
	font-size: 16px;
	color: #a60d00;
	display: block;
	text-shadow: 0 0 1px #ccc;
}


