@charset "UTF-8";

/* Default area
-----------------------------------------------------------------------*/
* { margin:0; padding:0; }
body {
	background: #131313!important;
	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 0 0 2px;
    width: 1000px;
    overflow: hidden;
}	
/*header
-----------------------------------------------------------------------*/
#header{
	position:relative;
	padding:20px 0;
	width:1000px;
}
#header h1{
	width:81px; height:20px; margin-left:5px; margin-right:5px;
	background: url("../img/parts_tt.png") 0 0 no-repeat; text-indent:-999em;
	float:left; overflow:hidden;
}
/*.headlink
-----------------------------------------------------------------------*/
#header .headlink{
	padding-bottom:20px;
	overflow:hidden; clear:both;
}
#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_bangumi{
	height:25px;
	overflow:hidden;
	float:right;
}
#header ul.etc_bangumi li{
	display:block;
	float:left;
	margin-right:2px;
	text-indent:-999em;
	overflow:hidden;
}
ul.etc_bangumi li a{
	display:block;
	background: url("../img/parts_tt.png") no-repeat;
	width:70px; height:25px;
	overflow:hidden;
}
ul.etc_bangumi li a.fujione{ background-position: 0 -96px; }
ul.etc_bangumi li a.fujitwo{ background-position: -70px -96px; }
ul.etc_bangumi li a.fujinext{ background-position: -140px -96px; }
ul.etc_bangumi li a.fujione:hover{ background-position: 0 -121px; }
ul.etc_bangumi li a.fujitwo:hover{ background-position: -70px -121px; }
ul.etc_bangumi li a.fujinext:hover{ background-position: -140px -121px; }	
ul.etc_bangumi li a.fujibs{
	display:block;
	background: url("../img/parts_tt.png") -210px -96px no-repeat;
	width:110px; height:25px; margin:0 8px;
	overflow:hidden;
}
ul.etc_bangumi li a.fujibs:hover{background-position: -210px -121px; }

/*.timeslot
-----------------------------------------------------------------------*/
.timeslot{
	clear:both;
	margin:0; padding:0; height:44px;
	overflow:hidden;
}
ul.weektimes,
ul.bt_dayweek,
ul.daytimes{
	float:left;	
	background:#ebebeb;
	height:28px; padding:7px; margin:0 10px 0 0;
	border:1px solid #ebebeb;
	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:1000px; }
#date a		{ text-decoration:none;
              color: #333;}
#date a:hover{ text-decoration:none; }	
#date table.dateMenu
			{ width:100%; }					
#date table.dateMenu th
			{
			background: #f8f8f8;
			border:1px solid #d5d5d5;
			padding-top:2px;
			width:82px; height:23px;
			text-align:center;
			}
#date table.dateMenu td
			{
			border-bottom:1px solid #d5d5d5;
			width:25px; height:25px;	
			}
#date table.dateMenu th.today {
	background: #ffffff;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	border-top:1px solid #d5d5d5;
	border-bottom:none;	
	width:86px;
	text-align:center;
}		
#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 .time
			{ width:50px; text-align:center; }
#date table.datelist .icon 
			{ width:115px; }
#date table.datelist .icon img
			{ padding-right:3px; }																
/*
#morning	{ background:#cbe645; width:10px; text-indent:-999em; }
#noon	    { background:#ffa142; width:10px; text-indent:-999em; }	
#night	    { background:#57d1fa; width:10px; text-indent:-999em; }	
#midnight   { background:#57a8fa; width:10px; text-indent:-999em; }		
*/
#date .tx_morning a  { color:#7e9007; }
#date .tx_noon a     { color:#df781f; }
#date .tx_night a    { color:#199acb; }
#date .tx_midnight a { color:#1866b5; }

/* 渋谷式 */

#date table {
	/*border-collapse: collapse;*/
}
#date table tr.trtime {
	/*border: 1px solid #CCC;*/
	height:120px;
}

#date table tr#tr29 td {
	border-bottom: 1px solid #FFF;
}

#date table th {
	border-top: 1px solid #cccccc;
	border-right:1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
/*	border-bottom:none;*/
	vertical-align: top ;
    text-align: center;
	font-size:11px;
}
#date table th.thtime {
/*	width:10px;*/
}
#date table th.thdate {
	width: 135px;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.0;
    font-weight: bold;
    color:#333;
	background:#E6E6E6;
}

/*#date table th:nth-child(1) { border-left:1px solid #ffffff; }*/
#date table th:nth-child(9) { border-right:1px solid #ffffff; }
/*#date table td:nth-child(1) { border-left:1px solid #cccccc; }*/

#date table td {
	vertical-align: top ;
	border-right:1px solid #cccccc;
	font-size:11px;
	padding:0;
}
#date table td:nth-child(8) {
    border-right: none;
}

#date table td.timebar {
	text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    width: 21px;
    padding: 4px 0 0;
    border-top: 1px solid #cccccc;
    border-bottom: none;
}

#date table td dl {
	border-top: 1px dotted #999;
	padding:2px;
	background-color: #ffffff;
	/*overflow:hidden;*/
}
#date table td dl.borderNone { border: none; }
#date table td dt{
	padding-bottom:2px;
	overflow:hidden;
}
#date table td dt a {
	display:block;
	height:15px; padding:0 3px;
	color: #333; line-height:15px;
	float:left;
}
#date table td dt p {
	width:71px; height:15px; margin-left:3px;
	text-indent:-999em;
	background: url("../img/icon_tt02.png") no-repeat;
	overflow:hidden; float:left;
}
#date table td dt p.drama{background-position: 0 0;}
#date table td dt p.variety{background-position: 0 -15px;}
#date table td dt p.inform{background-position: 0 -30px;}
#date table td dt p.sports{background-position: 0 -45px;}
#date table td dt p.anime{background-position: 0 -60px;}
#date table td dt p.mini{background-position: 0 -75px;}
#date table td dt p.movie{background-position: 0 -90px;}
#date table td dt p.other{background-position: 0 -105px;}
#date table td dd {
	clear:both;
}
#date table td dd a.pgtitle {
	display:block;
	font-size:12px;
	font-weight:bold;
  text-decoration:none;
}

#date table td dd a.subtitle {
	display:block;
	font-size:9px;
	text-decoration:none;
}

#date table td dd .btn img{
	width: 30px;
	height: auto;
}

#loading{
	text-align:center;
	position: fixed;
	z-index: 5000;
	background-color: #ffffff;
	font-size: 12px;
	color: #666666;
	padding: 50px;
}
.bubbleInfo {position: relative;}
.popup {
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */
}

/* オーバーレイで出すツールチップ */
div#vtip {
	border: 2px dotted #0066cc;
	padding-top:18px;
	display: none;
	position: absolute;
	left: 5px;
	font-size: 0.8em;
	background-color: transparent;
	z-index: 100;
}

div#vtip dl { padding:1px 2px 0px 2px; }
div#vtip dl dd {}
div#vtip dl dd.thumb {padding:5px 0;}
div#vtip dl dd.thumb img{display:block;margin:0 auto; border:1px solid #ccc; }
div#vtip dl dd.icon{padding-bottom:5px; overflow:hidden;}
div#vtip dl dd.icon img{margin-left:2px;}
div#vtip dl dd a {
	display:block;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
div#vtip dl dd a.subtitle {
	display:block;
	font-size: 9px;
	font-weight:normal;
	text-decoration:none;
}

div#vtip dl dd a.moviebox { display:inline; }

div#vtip dl dd img {}

div#vtip dl dd .btn_area .btn {
	margin-top: 4px;
	margin-right: 2px;
	float: left;
}
div#vtip dl dd .btn_area .btn img {
	width: 50px;
	height: auto;
}
div#vtip dl dd p.tx_pad { padding:0 1px;font-size:10px; color:#666; line-height: 14px; }
div#vtip dl dd p.cast { padding:0 1px;font-size:10px; color:#966; }



/*p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }*/

#date table td dl.active{
	background:#fffdeb !important;
}
#fixWrap {
	background:#E6E6E6;
	display: none;
	left: 50%;
	margin: 0 0 0 -500px;
	position: fixed;
	z-index:200;
	top: 0;
	width: 998px;
}

#trdatebar .thtime{
	border-top:none;
	border-bottom:none;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}
#trdatebar .thtime a{
	display:block;
	width:21px; height:30px;
	text-indent:-999em;
	background: url("../img/parts_tt.png") no-repeat;
	overflow:hidden;
}
#trdatebar #thtimePrev a, #trdatebar #t_thtimePrev a {background-position:0px -288px;}
#trdatebar #thtimeNext a, #trdatebar #t_thtimeNext a {background-position:-42px -288px;}
#trdatebar .thtime a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#trdatebar #thtimePrev a.active, #trdatebar #t_thtimePrev a.active{background-position:-21px -288px;}
#trdatebar #thtimeNext a.active, #trdatebar #t_thtimeNext a.active{background-position:-63px -288px;}
#trdatebar .thtime a.active:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#fixHdr #trdatebar .thdate {
	text-align: center;
	background: #E6E6E6;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0;
	width: 135px;
}
#fixHdr #trdatebar th.today { background:#fce0e9; }
#fixHdr #trdatebar th {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#fixHdr #trdatebar th#thtimePrev, #fixHdr #trdatebar th#t_thtimePrev {
	border-right: 1px solid #FFF;
}
#fixHdr #trdatebar th.thtime {
	border-bottom: 1px solid #FFF;
}
#fixHdr #trdatebar th:nth-child(9) { border-right:1px solid #ffffff; }

/* 渋谷式 */
.info dl { clear:both; float:none; overflow:hidden; }
.info dt { overflow:hidden; width:131px; }
.info dt img { margin:0 0 0 5px; }
.info dd a { font-size:12px; }
.info p.tx_pad { padding-top: 2px; font-size:10px; }
p.tx_pad { padding:0 1px; font-size:10px; color:#666; }

.genre { padding-right:10px; }
.nowoa { background:#f6f7eb; }
.yokoku { padding-left:10px; }
.yokoku img { vertical-align:middle; }
#date table #trdatebar th.today{ background:#fce0e9; }

/*  */
#datetable { float:left; }
#timetable { float:left; border-bottom:1px solid #ccc; }

#datetable .timebar { width: 55px; }
#datetable .timebar tr { height: 128px; }
#datetable .timebar tr.topblank { height: 30px; }
#datetable .timebar td { text-align:center; padding-top: 10px; border-bottom: 1px solid #ffffff;  }
#timetable div { float:left; }
#timetable .datebar { width: 131px; }
#timetable .datebar tr.topdate { height: 30px; }
#timetable .datebar tr.topdate td { font-size:14px; text-align:center; }
#timetable .datebar td { font-size:12px; }
.disapear { display:none; }
/*.morning	  { background:#f57f17; width:10px; }
.noon	      { background:#8bc34a; width:10px; }
.night	    { background:#0d47a1; width:10px; }
.midnight   { background:#1a237e; width:10px; }*/
.morning	  { box-sizing: border-box;
                border-left: #f57f17 solid 2px; 
}
.noon	      { box-sizing: border-box;
                border-left: #8bc34a solid 2px; 
}
.night	     { box-sizing: border-box;
                border-left: #0d47a1 solid 2px; 
}
.midnight    { box-sizing: border-box;
                border-left: #1a237e solid 2px; 
}
.morning_r	  { box-sizing: border-box;
	border-left: 1px solid #cccccc;
	border-right: #f57f17 solid 2px !important; 
}
.noon_r	      { box-sizing: border-box;
	border-left: 1px solid #cccccc;
	border-right: #8bc34a solid 2px !important; 
}
.night_r	     { box-sizing: border-box;
	border-left: 1px solid #cccccc;
	border-right: #0d47a1 solid 2px !important; 
}
.midnight_r    { box-sizing: border-box;
	border-left: 1px solid #cccccc;
	border-right: #1a237e solid 2px !important; 
}

/*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;
}
.property{
	position: fixed;
	left: 50%; bottom: 0;
	margin-left:-165px;
	z-index:175;
	width:357px;
	display: none;
}
.property .bg_table{
	background: #f8f8f8;
	width:357px;
	border:1px solid #d5d5d5;
	border-bottom:none;
}
.property .ln_table{
	background:#FFF;
	border-left:1px solid #d5d5d5;
	width:2px;
}
.property img{ vertical-align:middle; }
p#bottomText{
	padding:15px 0;
	width:680px;
	font-size:10px;
	float:left;
}
p#bottomText span{
	text-align:center;
	display:block;
	padding-top:7px;
	color:#999;
}

.pointer { cursor:pointer; }

#date table th.sat, #fixWrap table th.sat { color:#004ed0 !important; }
#date table th.sun, #fixWrap table th.sun { color:#d60f00 !important; }

.nolink { color:#555555; }

.dl_today { background:none !important; }
.dl_noprogram { background:none !important;/*border: none !important;*/ }
.a_last { color:#555555; font-size: 12px; font-weight: bold; }

.noprogram { background-color: #eeeeee !important; border-top:1px dotted #999999; padding: 2px !important; }
.noprogram a { font-size: 12px; font-weight: bold; text-decoration: none; }

.hidden { overflow:hidden; }

.dd_overview { position: relative; }
.p_overview { padding:0 1px; font-size:10px; line-height: 14px; color:#666; position: absolute; }

