@charset "UTF-8";

/* Default area
-----------------------------------------------------------------------*/
*
			{
			margin:0; padding:0;
			}
body
			{
			background: #7FCEDA;
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			font-size:12px;
			line-height:140%;
			color:#4c4c4c;
			}
#fp-contents{
	padding: 0 15px;
	background: #FFF;
}
.f_left		{ float:left; }
.f_right	{ float:right; }
img			{ border:none; }
ul			{ list-style:none; }
a			{ color:#0066cc; }
a:hover 	{ text-decoration:underline; }

/*Main container
-----------------------------------------------------------------------*/
#container{
	margin:0 auto; padding:0;
	width:640px;
	overflow:hidden;
}

/*header
-----------------------------------------------------------------------*/
#header{
	position:relative;
	padding:20px 0;
	width:1000px;
}

#header h1{
	margin-right:5px;
	float:left;
	font-size: 22px;
	line-height: 105%;
}

/*.headlink
-----------------------------------------------------------------------*/
#header .headlink{
	overflow:hidden; clear:both;
	padding: 5px 0px 15px 5px;
}
#header ul.dateHead li{ float:left; }			
#header ul.dateHead h2{
	width:200px;
	font-size:20px; line-height:20px; text-align:center; 
}
#header ul.dateHead h2 span{font-size:16px;}
#header ul.dateHead h2 .year{font-size:14px; font-weight:normal;}
#header ul.dateHead h2 .s18{font-size:15px;}
#header .bt_detail{
	float:left;
	padding-left:30px; height:20px;
	line-height:20px;
}
#header ul.etc_button{
	float:right;
}
#header ul.etc_button li{
	display:block;
	float:left;
	text-indent: -999em;
	width: 173px; height: 28px; overflow: hidden;
}
#header ul.etc_button li:first-child { margin-right: 5px; }
#header ul.etc_button li a { display:block; width: 173px; height: 28px; }
#header ul.etc_button li a.etc_faq { background:url(../img/parts_tt_faq.png) no-repeat; }
#header ul.etc_button li a.etc_msg { background:url(../img/parts_tt_msg.png) no-repeat; }
#header ul.etc_button li a:hover { filter: alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }

/*.timeslot
-----------------------------------------------------------------------*/
.timeslot{
	clear:both;
	margin:0; padding:0; height:44px;
	overflow:hidden;
}
ul.weektimes,
ul.bt_dayweek,
ul.daytimes{
	float:left;	
	background:#F8F8F8;
	height:28px; padding:7px; margin:0 10px 0 0;
	border:1px solid #BFBFBF;
	overflow:hidden;
}
ul.weektimes li,
ul.bt_dayweek li,
ul.daytimes li{
	float:left;
	width:119px; height:28px;
	text-indent:-999em;
	overflow:hidden;
}
ul.weektimes li a,
ul.bt_dayweek li a,
ul.daytimes li a{
	display:block;
	background: url("../img/parts_tt.png") no-repeat;
	width:119px; height:28px;
}
ul.weektimes li.bt_prevweek a{ background-position: 0 -30px;}
ul.weektimes li.bt_thisweek a{ background-position: -119px -30px;}
ul.weektimes li.bt_nextweek a{ background-position: -238px -30px;}
ul.weektimes li.bt_prevweek a.active{ background-position: 0 -58px;}
ul.weektimes li.bt_thisweek a.active{ background-position: -119px -58px;}
ul.weektimes li.bt_nextweek a.active{ background-position: -238px -58px;}
ul.bt_dayweek li.weekbangumi a{ background-position: -119px -156px;}
ul.bt_dayweek li.daybangumi a{ background-position: 0 -156px;}
ul.bt_dayweek li.weekbangumi a.active { background-position: -119px -184px;}
ul.bt_dayweek li.daybangumi a.active { background-position: 0 -184px;}
ul.daytimes{
	float:right;	
	padding:8px; margin:0;
	background:#EBEBEB; border:none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
ul.daytimes li{width:80px; padding-right:5px;}
ul.daytimes li.bt_midnight{padding-right:0;}
ul.daytimes li a{width:80px;}
ul.daytimes li.bt_morning a{ background-position: 0 -222px; }
ul.daytimes li.bt_noon a{ background-position: -80px -222px; }
ul.daytimes li.bt_night a{ background-position: -160px -222px; }
ul.daytimes li.bt_midnight a{ background-position: -240px -222px; }
ul.daytimes li.bt_morning a:hover{ background-position: 0 -250px; }
ul.daytimes li.bt_noon a:hover{ background-position: -80px -250px; }
ul.daytimes li.bt_night a:hover{ background-position: -160px -250px; }
ul.daytimes li.bt_midnight a:hover{ background-position: -240px -250px; }

ul.weektimes li a:hover,
ul.bt_dayweek li a:hover,
ul.daytimes li a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
ul.weektimes li a.active:hover,
ul.bt_dayweek li a.active:hover,
ul.daytimes li a.active:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/*main area
-----------------------------------------------------------------------*/
#date 		{ width:640px; margin-bottom:0px; }
#date a		{ text-decoration:none; }
#date a:hover{ text-decoration:underline; }	
#datetable{
	margin-bottom:1px;}

#date table.dateMenu
			{ width:100%; }					
#date table.dateMenu th
			{
			background:#E6E6E6;
			border:1px solid #ccc;
			border-left:none;
			width:84px; height:28px;
			text-align:center;
			}
#date table.dateMenu th.today
			{
			background:#FFF;
			width:90px;
			border-bottom:none;
			}		
#date table.dateMenu th.today a
			{
			color:#333333;
			}		
#date table.datesimple ,#date table.datelist
			{
			width:100%;
			}
#date table.datelist td
			{ 
			border-right:1px solid #d5d5d5; 
			border-bottom:1px solid #d5d5d5; 
			padding: 10px; 
			}

#date table.datelist tr.nowoa td{background-color:#FEFEAA;}
#date table.datelist td.info,
#date table.datelist td.active{
	padding: 10px 25px 10px 10px;
}
#date table.datelist td.info{background: url("../img/arrow_down.png") 400px center no-repeat;}
#date table.datelist td.active{background: url("../img/arrow_link.png") 400px center no-repeat;}

#date #datetable .dateMenu .l_arrow,
#date #datetable .dateMenu .r_arrow{
	width:21px; height:30px;
	padding:0;
}
#date #datetable .dateMenu .l_arrow{margin-right:1px;}
#date #datetable .dateMenu .r_arrow{margin-left:1px;}

#datetable .dateMenu .l_arrow a,
#datetable .dateMenu .r_arrow a{
	display:block;
	width:21px; height:30px;
	text-indent:-999em;
	background: url("../img/parts_tt.png") no-repeat;
	overflow:hidden;
}
#datetable .dateMenu .l_arrow a{background-position:0px -288px;}
#datetable .dateMenu .r_arrow a{background-position:-42px -288px;}
#datetable .dateMenu .l_arrow a:hover,
#datetable .dateMenu .r_arrow a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#datetable .dateMenu .l_arrow a.active{background-position:-21px -288px;}
#datetable .dateMenu .r_arrow a.active{background-position:-63px -288px;}
#datetable .dateMenu .l_arrow a.active:hover,
#datetable .dateMenu .r_arrow a.active:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
			
#date table.datelist .time{
	width:50px;
	text-align:center;
  color:#4C4C4C;
}
#date table.datelist .icon 
			{ width:115px; }
#date table.datelist .icon img
			{ padding-right:3px; }																
#morning	{ background:#96C200; width:10px; text-indent:-999em; }
#noon	    { background:#FF7D00; width:10px; text-indent:-999em; }	
#night	    { background:#38BDF9; width:10px; text-indent:-999em; }	
#midnight   { background:#1E7AF8; width:10px; text-indent:-999em; }		
/*
#date .tx_morning a  { color:#96C200; }
#date .tx_noon a     { color:#FF7D00; }
#date .tx_night a    { color:#38BDF9; }
#date .tx_midnight a { color:#1E7AF8; }
*/
#date .datelist a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#06c;
}
#date .datelist a:hover{
	text-decoration:underline;
}

#date .datelist .notelop a{ text-decoration: none; }
#date .datelist .notelop a:hover{ text-decoration: none; }

.info dl
			{
			clear:both;
			float:none;
			}
.info dt
			{
			float:left;
			overflow:hidden;
			width:70px;
			}			
.info dd
			{
			margin-left:80px;
			}
/*			
.info dd a
			{
			float:left;
			display: block;
			width:245px;
			}
.nowoa .info dd a
			{
			width:245px;
			}
*/
#date .datelist .info p.tx_pad{
	color: #666;
	font-size: 11px;
	padding-top: 2px;
}
#date .datelist .info p.tx_pad a
			{
			font-size: 12px;
			font-weight: normal;
			color:#06c;
			}
			
#date .datelist .info dl dd span{
	display:block;
	width:71px; height:15px; margin-right:5px;
	text-indent:-999em;
	background: url("../img/icon_tt02.png") no-repeat;
	overflow:hidden; float:left;
}
#date .datelist .info dl dd span.drama{background-position: 0 0;}
#date .datelist .info dl dd span.variety{background-position: 0 -15px;}
#date .datelist .info dl dd span.inform{background-position: 0 -30px;}
#date .datelist .info dl dd span.sports{background-position: 0 -45px;}
#date .datelist .info dl dd span.anime{background-position: 0 -60px;}
#date .datelist .info dl dd span.mini{background-position: 0 -75px;}
#date .datelist .info dl dd span.movie{background-position: 0 -90px;}
#date .datelist .info dl dd span.other{background-position: 0 -105px;}
#date .datelist .info dl dd span.yokoku{
	display:inline;
	width:34px; height:17px; text-indent:0;
	background:none; overflow:hidden; float:none;
}
.genre
			{ padding-right:10px; }
.nowoa 
			{ background:#FEFEAA; }

.yokoku
			{ padding-left:10px; }
.yokoku img
			{ vertical-align:middle; }

/*common area
-----------------------------------------------------------------------*/
.l_arrow ,.r_arrow{
	display:block;
	width:20px; height:20px;
	text-indent:-999em;
	overflow:hidden;
}
.l_arrow a,.r_arrow a{
	display:block;
	width:20px; height:20px;
}			
.l_arrow a{background: url("../img/parts_tt.png") -81px 0 no-repeat;}
.r_arrow a{background: url("../img/parts_tt.png") -121px 0 no-repeat;}	
.l_arrow a.active{background-position: -101px 0;}
.r_arrow a.active{background-position: -141px 0;}
.l_arrow a:hover,
.r_arrow a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.l_arrow a.active,
.r_arrow a.active{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
					
/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */
.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 */		

/* ------------------------------------------------------------------------
  bottomBtns
------------------------------------------------------------------------- */
#bottomBtns{
	width:266px; height:24px;
	padding:8px 9px 0 9px; margin-left:205px;
	background: url("../img/parts_tt.png") 0 -328px no-repeat;
	overflow:hidden; clear:both;
	z-index:150;
	position: fixed;
	left: 50%; bottom: 0;
}
#bottomBtns a{
	display:block;
	width:130px; height:18px;
	background: url("../img/parts_tt.png") no-repeat;
	text-indent:-999em;
	overflow:hidden; float:left;
}
#bottomBtns .iconinfo a{background-position:0 -371px; width:136px;}
#bottomBtns .iconinfo a.active{background-position:0 -389px;}
#bottomBtns .pagetop a{background-position:-136px -371px;}
#bottomBtns a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#bottomBtns .property{
	position: fixed;
	left: 50%; bottom: 0;
	margin-left:-165px;
	z-index:175;
	width:357px;
	display: none;
}
#bottomBtns .property .bg_table{
	background: #f8f8f8;
	width:357px;
	border:1px solid #d5d5d5;
	border-bottom:none;
}
#bottomBtns .property .ln_table{
	background:#FFF;
	border-left:1px solid #d5d5d5;
	width:2px;
}
#bottomBtns .property img{vertical-align:middle; }
p#bottomText{
	padding:15px 0;
	font-size:10px;
	float:left;
}
p#bottomText span{
	text-align:center;
	display:block;
	padding-top:7px;
	color:#999;
}

.notelop { opacity: 0.3; }
