/* BSフジ　PubページMT用　CSS Document */

/* 		初期設定		
-----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

body,td,th {
	color: #000;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 150%;
	letter-spacing: 0.1em;
}

table,tr,td,hr,iframe,textarea {
	border: 0;
}

ul,li {
	list-style: none;
}

a, img {
	border: 0;
	border-style: none;
	outline: none;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active { 
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}


/* 		全体構造		
-----------------------------------------------------*/

div#container {
	width: 100%;
	background-color: #ffffff;		/*	---2011変更---	*/
	background-repeat: repeat-x;
	text-align: left;
}

div#containerInner {
	width: 955px;
	margin: 0 auto;
	padding: 0 20px 100px 25px;
	background: #ffffff url(../img/pub/bg_containerinner.gif) repeat-y top center;		/*	---2011変更---	*/
	clear: both;
}

div#header {
	height: 195px;		/*	---2011変更---	*/
	width: 100%;
	min-width: 1000px;
	text-align: center;
	background: url(../img/common/bg_header.gif) repeat-x;		/*	---2011追加---	*/
	margin: 0 auto;
	clear: both;
}

div#leftArea {
	display: inherit;/* ltr win ie6 */
	float: left;
	width: 740px;
}

div#rightArea {
	float: right;
	width: 170px;
	margin-top: 18px;
	padding-left: 14px;
	padding-right: 14px;
}

div#footer {
	width: 100%;
	background: #fdfdfd url(../img/common/footer.gif) repeat-x;		/*	---2011変更---	*/
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

div#footerInner {
	margin: 0 auto;
	width: 1000px;
}

/*	Sticky Footer	*/

html,body,div#container,div#containerInner {
	height: 100%;
}

body > div#container {
	height: auto;
	min-height: 100%;
}

div#container > div#containerInner {
	height: auto;
	min-height: 100%;
}

div#footer {
	position: relative;
	clear:both;
	height: 300px;		/*	---2011変更---	*/
	margin-top:-100px;
}

/*		leftArea内 設定	
-----------------------------------------------------*/

/*	Pubページタイトル	*/
div#leftArea h2 {
	height: 36px;		/*	---2011変更---	*/
	background: #383838 url(../img/pub/bg_h2_pub.gif) no-repeat;		/*	---2011変更---	*/
	margin: 15px 0px;
	text-indent: -9999px;
}

/*	メイン写真、サムネイルエリア	*/
div#leftArea .imgArea {
	float: left;
	width: 310px;
}

/*	メイン写真	*/
div#leftArea .imgArea .imgMain {
	width: 280px;
	height: 280px;
	padding: 9px;
	margin-bottom: 8px;
	border: 1px solid #cecece;
	background-color: #FFF;
	text-align: center;
}

div#leftArea .imgArea .imgMain .imgM {
	display: table-cell;
	width: 280px!important;
	width: auto;
	height: 280px!important;
	height: auto;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

div#leftArea .imgArea .imgMain img {
	max-width: 280px;
	max-height: 280px;
	line-height: 0;
}

div#leftArea .imgArea .imgMain img.rszMain {
	visibility: hidden;
	width: 84px;
	height: 84px;
}

/*	サムネイル枠	*/
div#leftArea .imgArea .thumbArea {
	/*margin-top: 8px;*/
	margin-bottom: 15px;
}

/*	サムネイル	*/
div#leftArea .imgArea .thumbArea .imgThumb {
	float: left;
	width: 84px;
	height: 84px;
	padding: 2px;
	margin-right: 15px;
	border: 1px solid #cecece;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

div#leftArea .imgArea .thumbArea .imgThumb p {
	display: table-cell;
	/*float: left;*/
	width: 84px;
	height: 84px;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	line-height: 0;
}

div#leftArea .imgArea .thumbArea .imgThumb img {
	max-width: 84px;
	max-height: 84px;
	line-height: 0;
}

div#leftArea .imgArea .thumbArea .imgThumb img.rszThumb {
	visibility: hidden;
	width: 84px;
	height: 84px;
}

/*	ジャンル、番組タイトル、フリーエリア	*/
div#leftArea .mainInfo {
	float: right;
	width: 425px;
	margin-bottom: 15px;
}

/*	アイコンエリア	*/
div#leftArea .mainInfo .icon {
	clear: left;
}

/*	ジャンル名	*/
div#leftArea .mainInfo .icon .genre {
	float: left;
	min-width: 3em;
	border: 2px solid #28a8ff;			/* ---2011変更--- */
	padding: 1px 10px;
	margin-right: 15px;
	font-size: 13px;
	text-align: center;
	clear: both;
}

/*	字幕、二ヶ国語イメージ設定	*/
div#leftArea .mainInfo .iconImg {
	padding-right: 5px;
}

/*	番組タイトル	*/
div#leftArea .title {
	margin: 15px 0 10px;
	clear: left;
	color: #28a8ff;			/* ---2011変更--- */
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

div#leftArea .subtitle {
	margin: 0 1em 15px;
	color: #28a8ff;			/* ---2011変更--- */
	font-size: 17px;
	font-weight: bold;
	/*letter-spacing: -0.01em;*/
}

/*	フリーエリアその1	*/
div#leftArea .mainInfo .free {
	margin-bottom: 15px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/*	項目タイトル	*/
div#leftArea h3 {
	margin-bottom: 10px;
}

/*	みどころ用エリア	*/
div#leftArea div.midokoro {
        /*height: 218px;
        /height: 212px;*/
		height: 318px;		/* ---2011変更--- */
		/height: 312px;		/* ---2011変更--- */
        overflow: auto;
		word-wrap: normal;
}

div#leftArea div.midokoro div.midokoroIn {
	height: 100%;
	margin: 0 5px;
/*
	text-indent: 1em;
*/
	overflow: auto;
}

/*	項目内容テキストエリア	*/
div#leftArea div.txt {
	margin: 0 5px 15px;
/*
	text-indent: 1em;
*/
}

/*div#leftArea div.txt p {
	text-indent: 1em;
}*/

div#leftArea div.txt2 {
	margin: 0 5px 15px;
}

/*	クレジットテキストエリア	*/
div#leftArea div.credit {
	margin: 0 0 8px;
	/*_margin: 5px 0;*/
	text-align: center;
}

div#leftArea div.credit form {
	width: 300px;
}

textarea.pub {		/*	20110412変更	*/
	border: none;
	font-size: 11px;
	width: 300px;
	/*height: 2.5em;*/
	text-align: left;
	line-height: 1.3;
	_line-height: 1.2;
	overflow: auto;
	overflow-x: hidden;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	resize: none;		/*	20110413追加	*/
}


div#leftArea div.oaDate {
	margin-bottom: 10px;
}

/*	キャスト	*/
div#leftArea .cast {
	float: left;
	width: 360px;
	margin: 0 18px 15px 0;
}

/*	スタッフ	*/
div#leftArea .staff {
	float: left;
	width: 360px;
	margin-bottom: 15px;
}

/*	フリーエリアその2（お知らせ等）	*/
div#leftArea .free2 {
	margin-bottom: 15px;
}

div#leftArea .free2 {
	letter-spacing: 0;
}



/*	区切りライン	*/
hr.pub {		/*	20110412変更	*/
	clear: both;
	border-top: 2px solid #cecece;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*	マーク説明用マージン	*/
img.mgM {
	margin-bottom: 10px;
	line-height: 0;
}


/*	マージン設定	*/
.mgR0 {
	margin-right: 0!important;
}

.mgT0 {
	margin-top: 0!important;
}

.mgT15 {
	margin-top: 15px;
}

/*		rightArea内 設定	
-----------------------------------------------------*/

div#rightArea .fsizeArea {
	margin-bottom: 15px;
}

div#rightArea .fsizeArea img {
	display: block;
	float: left;
}

div#rightArea .fsizeArea img.fsizeTitle {
	margin-top: 2px;
	margin-right: 6px;
}

div#rightArea .fsizeArea img.mgR3 {
	margin-right: 2px;
}

div#rightArea iframe {
	width: 175px;
	height: 400px;		/* ---2011変更--- */
	overflow: hidden;
	margin-bottom: 15px;
}


/*		clearfix
-----------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*	Hides from IE-mac \*/
* html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*	End hide from IE-mac	*/


/*		top page用 CSS
-----------------------------------------------------*/


div#content_box {
	width: 100%;
	margin: 0 auto;
	padding:0;
	background: #fff;
	clear: both; border:0px solid #000;
}

div#content_box1 {
	width: 100%;
	margin: 0 auto;
	padding:0;
	background: #fff url(../img/top/bg_1.jpg) repeat-x top center;
	clear: both; border:0px solid #000;
}

div#content_box3 {
	width: 100%;
	margin: 0 auto;
	padding:0;
	background: #fff url(../img/top/bg_3.jpg) repeat-x top center;
	clear: both; border:0px solid #000;
}

div#content_box4 {
	width: 100%;
	margin: 0 auto;
	padding:0;
	background: #fff;
	clear: both; border:0px solid #000;
}

#content_block{ width:1000px; margin:0 auto; padding:5px 20px 0; clear:both; border:0px solid #000; }
#content_block_zone3top{ width:1000px; margin:0 auto; padding:55px 20px 0; clear:both; border:0px solid #000; }

/*======= ZONE1 ======*/
#timeLoadBox {
	display: none;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

#mainFeature {
	width: 480px;
	height: 420px;
	text-align: left;
	float: left;
}

#newMovies {
	width: 480px;
	height: 420px;
	text-align: left;
	float: left;
	margin-left: 10px;
	background: url(../img/top/newmovies.jpg) center top no-repeat;
}

#newMovies #scrollBox {
	width: 450px;
	_width: 480px;
	height: 340px;
	margin: 60px 15px 10px 15px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: left;
}

#newMovies #scrollBox dl {
	width: 430px;
	_width: 440px;
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 10px;
}

#newMovies #scrollBox dl dt {
	width: 140px;
	float: left;
	clear: both;
}

#newMovies #scrollBox dl dd {
	width: 280px;
	float: right;
}

#newMovies #scrollBox dl dd h2 {
	font-size: 14px;
	font-weight: bold;
	color:#000022;
	margin: 0px 0px 5px 0px;
}

iframe {
	overflow-x: hidden;
	overflow-y: hidden;
}

/*======= ZONE2 ======*/
#content_block_zone2{ width:1000px; margin:0 auto; padding:100px 20px 20p 25px; background:# url(../img/index/bg_.gif) repeat-y top center; clear:both; border:0px solid #000; }

div#newsLeftBox {
	float: left;
}

/*newsContent*/
div#newsContent { background: url("../img/top/newsRelease_new.jpg") no-repeat scroll left top #FFFFFF; clear: both; height: 120px; margin-bottom: 10px; padding: 30px 2px 20px 10px; width: 378px; border:0px solid #000;}
div#newsInner {
	font-size: 11px;
	padding-top: 5px;
	width: 378px;
	height: 115px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#newsInner hr {
	clear: both;
	border-top: 2px solid #cecece;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#newsInner dl {
	padding-left: 5px;
}

div#newsInner dl dt {
	width: 35px;
	text-align: left;
	float: left;
}

div#newsInner dl dd {
	width: 303px;
	text-align: left;
	float: left;
	padding-bottom: 5px;
}

/*primeContent*/
div#primeContent { float:left; background: url(../img/top/prime_back_new.jpg) no-repeat scroll center top #FFFFFF; height: 250px; margin: 0px 20px 0px 10px; width: 563px; border:0px solid #000;}
div#primeBannerMain { float: left; height: 90px; width: 440px; margin:0px 0px 0px 13px; }
div#primeBanner0 { float: left; height: 90px; margin: 5px 0; width: 220px; }
div#primeBannerSet { float: right; height: 90px; margin: 5px 0; width: 558px; }
div#primeBanner1 { float: left; height: 95px; width: 258px; margin:0 11px 0 15px; _margin:0 11px 0 8px; }
div#primeBanner2 { float: left; height: 95px; width: 258px; margin:0 0 0 0; }

div#primeTitle {
	width: 495px;
	_width: 505px;
	height: 30px;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	z-index: 0;
}

body:first-of-type div#primeTitle { padding: 15px 0px 0px 15px; }

ul.marquee {
	display: block;
	margin:0;
	padding:0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	width: 505px;
	height: 22px;
	z-index: 1;
}
ul.marquee li {
	margin:0;
	list-style:none;
	position: absolute;
	top: -999em; left: 0;
	display: block;
	white-space: nowrap;
	padding: 3px 0px 3px 0px;
	z-index: 2;
	color:#000000;
}

/*======= ZONE3 ======*/
.program_info_box { float:left; color:#000000; width:174px; height:320px; margin:10px 10px; padding:0px; border:0px solid #000; line-height: 16px; }
.bn_pic{ margin:0px; border:1px solid #666666; }
dt, p { text-align:center; }
.program_info_box dt a span { display: block; font-size: 10px; font-weight: normal; line-height: 20px; padding-left: 25px; }
.program_info_box dt a { background: url("../img/top/arrow_icon.png") no-repeat scroll left bottom #333333; color: #FFFFFF; display: block; }
.program_info_box dt a:hover { background: url("../img/top/arrow_icon.png") no-repeat scroll left bottom #FF0000; text-decoration: none;}
.program_info_box p { border-bottom: 1px solid #666666; float: left; height: 30px; margin-bottom: 5px; /*overflow: hidden;*/ padding: 5px 0 0; width: 174px; font-size: 10px; line-height: 12px; }

/*ZONE3sub*/
#zone3_sub { float:left; color:#000000; width:370px; height:320px; margin:10px 10px; border:0px solid #000000; line-height: 16px; }

#sns #tweet 	{display:block; width:250px; float:right;margin-right:10px;margin-top:10px;}
#sns #qr	{display:block; width:220px; float:right;margin-right:15px;margin-top:30px;}
#sns img.lil_icon	{position:absolute; top:51px; left:15px;}
#sns .twitters	{position:absolute; top:10px; left:280px; clear:both;}

#sns .panel1 .head1 {
	display:block;
	background:#32393e url(../img/top/top_title_twitter.jpg) no-repeat scroll center top;
	height:38px;
	position:relative;	
	box-shadow:  0 0 10px #b6b6b6;
   	-o-box-shadow:  0 0 10px #b6b6b6;
  	-webkit-box-shadow: 0 0 10px rgba(182, 182, 182, 0);
  	-moz-box-shadow:  0 0 10px #b6b6b6;	
	-moz-border-radius:5px 5px 0 0; 
	-o-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
#sns .panel1	{
	margin:0px 0 20px;
	min-height:120px !important;
	_height: 120px;
	float:left;
	display:block;
	background:#f2f2f2 url(../img/top/back-buck.png) 50% 180px no-repeat;
	position:relative;	
	-moz-border-radius:10px; 
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	box-shadow: inset 0 0 5px #b6b6b6;
   	-o-box-shadow: inset 0 0 5px #b6b6b6;
  	-webkit-box-shadow: inset 0 0 5px rgba(182, 182, 182, 0);
  	-moz-box-shadow: inset 0 0 5px #b6b6b6;	
}
a.twitters	{ float:right; margin-top:0px; padding:2px 5px; color:#fff; background:#1d95c0; }
a.twitters:hover	{ color:#fff; background:#2C8FD3; }

#sns .panel2 .head2 {
	display:block;
	background:#32393e url(../img/top/top_title_mobile.jpg) no-repeat scroll center top;
	height:38px;
	position:relative;	
	box-shadow:  0 0 10px #b6b6b6;
   	-o-box-shadow:  0 0 10px #b6b6b6;
  	-webkit-box-shadow: 0 0 10px rgba(182, 182, 182, 0);
  	-moz-box-shadow:  0 0 10px #b6b6b6;	
	-moz-border-radius:5px 5px 0 0; 
	-o-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}

#sns .panel2	{
	margin:0px 0 20px;
	min-height:170px !important;
	_height:170px;
	float:left;
	display:block;
	background:#f2f2f2 url(../img/top/back-buck.png) 50% 180px no-repeat;
	position:relative;	
	-moz-border-radius:10px; 
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	box-shadow: inset 0 0 5px #b6b6b6;
   	-o-box-shadow: inset 0 0 5px #b6b6b6;
  	-webkit-box-shadow: inset 0 0 5px rgba(182, 182, 182, 0);
  	-moz-box-shadow: inset 0 0 5px #b6b6b6;	
}

/*======= ZONE4 ======*/
#zone4 .panel	{ margin:20px 0; height:300px; _height:320px; display:block; position:relative; border: 0px solid #666666;}
*+html #zone4 .panel {height:330px;}
#zone4 .panel,  x:-moz-any-link, x:default  { height:240px }
#zone4 .ar 	{display:block; width:300px; float:left; margin-left:140px; margin-top:10px;  _position:absolute; _top:20px; _left:10px;  _float:none;}
#zone4 #banner	{display:block; float:left; margin-left:15px; margin-top:10px; text-align: center;}
#zone4 img.lil_flag	{ position:absolute; top:0px; left:15px;}
#zone4 img.lil_goods	{ position:absolute; top:20px; left:460px;}
#zone4 .panel .head { display:block; background:#32393e; height:5px; position:relative; }
#zone4 .panel .head2 { display:block; background:#32393e; height:1px; position:relative; }
#zone4 .ar ul li { display: block; padding-left:12px; color:#333333;}
#zone4 .ar ul li a{ background: url("../img/top/bg_arrow.png") no-repeat scroll 0 6px transparent; display: block; padding-left: 15px; font-size:12px; font-weight:bold; }


/*ie8 hack*/
	/*
	html>/**/body .program_info_box li {
		color: #000\9;
		font-size: 12px\9;
		line-height: 12px\9;
		text-align: left\9;
	 	float: left\9; margin-bottom: 5px\9; width: 174px\9;
	}*/

	/*
	html>/**/body .program_info_box li {
		color: #000\9;
		font-size: 12px\9;
		line-height: 12px\9;
		text-align: left\9;
	 	float: left\9; margin-bottom: 5px\9; width: 174px\9;
	}*/


.line1 { border: 1px solid #707070;}


