
/* CSS Document */
@import "/common/reset.css";


html{-webkit-text-size-adjust: none; font-family : "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",ArialMT;line-height:1;}
body{width:100%;min-width:320px; overflow-x:hidden; position:relative;margin:0; padding:0;}
/*clearfix*/
.clear{content:"."; display:block; clear:both; hight:0; visibility:hidden }

#wrap ul.date_btn li{float:left;width:32%;list-style:none;text-align:center;border-right:#0ba1fb solid 2px;line-height:2.5;}
#wrap ul.date_btn li.last_li{ border:none;}
#wrap ul.date_btn li a{width:100%; height:40px;text-decoration:none; display:block;color:#16579b;font-weight:bold;line-height:2.5;}



/*番組*/
/*　▼　タブ切り替えパーツ用　▼　*/

#pagewrap .disnon {
	display: none;
}

#pagewrap .tab{
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:-ms-box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	-o-box-orient:horizontal;
	-ms-box-orient:horizontal;
	-moz-box-pack:justify;
	-webkit-box-pack:justify;
	-o-box-pack:justify;
	-ms-box-pack:justify;
	padding:0px;
	list-style:none;
	width:100%;
	position:relative;
}
#pagewrap .tab li{
color:#000;
	padding:5px;
	background: #f1f0f0;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #39F;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align:center;
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
	-o-box-flex:1.0;
	-ms-box-flex:1.0;
	list-style:none;
	width:14.2%;
}
#pagewrap .tab li.select {
	background: #FFF;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-color: #CCC;
	font-weight:bold;
}
#contents *{
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;

}
#contents{
	position:relative;
	padding-top:10px;

}
.content_wrap{
	border-bottom:#3487c9 solid 10px;
}
ul.month_box{width:100%;position:relative;}
ul.month_box li{
	display:none;
}
ul.month_box li.showMonth{
	display:block;
	color:#fff;
	font-weight:bold;
	padding-bottom:5px;
	text-align:center;
	background-color:#3487c9;
	padding:5px 0;
}

table.table
{width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:1%;
	font-size:14px;
	line-height:1.2;
}
div.day{color:#006699;font-weight:bold; padding-bottom:10px;padding-left:10px;}

td span.ttl_mb{
	font-weight:bold;
	font-size:14px;
	color: #1f55a5;
}
td span.ttl_mb a{
	text-decoration:none;
		color: #1f55a5;
}
td span.ttl_mb a:visited{
		color: #1f55a5;
}
td span.ttl_s{
	padding-bottom:10px;
	font-size:12px;
	position:relative;
	display:block;
	margin-top:5px;
}


div.program_contents table tr td{

	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 2px solid #3487c9;
}
div.program_contents table tr td:first-child{
	background-color: #3487c9;
	color:#ffffff;
	text-align:center;
	border-bottom: 2px solid #fff;
	padding:10px 5px;
}
div.program_contents table tr:last-child td{
	border:none;
}

tr.p_1 td:nth-child(2){
	padding:10px 10px;
}
