﻿.font-s{
	font-size: small;
}

div#title{
	display: none;
}
div#top_info{
	padding-top: 7px;
	text-align: center;
}



div.contents_title{
	border-left: solid 10px blue;
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin: 20px 8px 5px;
	padding-top: 4px;
	padding-left: 7px;
}



/* 時刻表最外装 */
table.sch{
	border: none;
	border-collapse: collapse;
	cursor: default;
	max-width: 980px;
	table-layout: fixed;
	visibility: hidden;
}
table.sch td{
	vertical-align: top;
}
td div.scr{
/*	cursor: move;*/
	overflow-x: scroll;
	position: relative;
}

table.sch_data{
	background-color: #D8D8D8;
	border-collapse: collapse;
	font-family: "Osaka",sans-serif;
	font-size: 12px;
	margin: 0px auto;
	width: 100%;
}
table.sch_data a{
	color: blue;
/*	text-decoration: none;*/
}
table.sch_data a:hover{
	color: #FFFFFF;
}


/* 時刻表ヘッダー初期値 */
table.sch_data th{
	background-color: #F4F5F7;
	color: #F4F5F7;
	font-weight: bold;
	height: 14px;
	padding: 3px 5px 1px 5px;
	text-align: left;
	white-space: nowrap;
}
span#dt{
	color: black;
	font-weight: bold;
}
/* 時刻表セル初期値 */
table.sch_data td{
	font-family: "MS UI Gothic","Osaka",sans-serif;
	height: 14px;
	vertical-align: middle;
	white-space: nowrap;
}
/* 放送状態表示列 */
td.p_status{
	vertical-align: top;
}
td.p_status table.sch_data td.dmy{
	height: 15px;
}
/* タイトル情報表示部セル */
table.t_info th{
	color: black;
}
table.t_info td{
	padding: 0px 2px;
}
table.t_info td img{
	vertical-align: text-bottom;
}



/* 時刻表ボーダー設定 */
table.sch td.bor{
	border-left: solid 1px #ADADAD;
	border-right: solid 1px #ADADAD;
}
table.sch_data th{
	border-top: solid 1px gainsboro;
}
table.t_info th{
	border-right: solid 1px gainsboro;
}
table.t_info td{
/*	border-left: solid 1px #ADADAD;*/
	border-right: solid 1px #ADADAD;
}
table.sch_data th{
	border-bottom: double 3px silver;
}



/* 時刻表部分 */
table.sch_data td.sch{
	color: dimgray;
	font-family: "Osaka-等幅","ＭＳ ゴシック",monospace;
	text-align: left;
}
/* 時刻表日付表示 */
table.sch_data td.sch_date{
	background-color: #657586;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	height: 24px;
	padding-left: 5px;
}
/* 時刻表時間表示 */
table.sch_data td.sch_tw{
	background-color: #657586;
	height: 16px;
	padding: 0px 3px 0px 2px;
}


/* 時刻表最速アイコン表示 */
td.im_once{background: transparent url(./img/im_once.png) no-repeat left center;}
td.im_first{background: transparent url(./img/im_first.png) no-repeat left center;}
td.im_same{background: transparent url(./img/im_same.png) no-repeat left center;}
td.im_late{background: transparent url(./img/im_late.png) no-repeat left center;}

/* 時刻表時間表示テーブル */
table.sch_t{
	border-collapse: separate;
	border-spacing: 2px 0px;
	border: none;
	height: 16px;
/*	width: 100%;*/
	color: #FFFFFF;
}
/* 時刻表時間表示セル */
table.sch_t td{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 82px;
}
table.sch_t td.sch_ts{
	background-color: #97BB69;
	border: none;
}
table.sch_t td.sch_to{
	background-color: #819F5A;
	border: none;
}

/* 放送休止時背景色 */
.bg_s{
	background-color: #B9B9B9;
}
/* 時刻表部分文字色 */
span.sch_color_n{
	color: #0056BB;
}
span.sch_color_d{
	color: #CA1C0F;
}
span.sch_color_u{
	color: #E88B00;
}

/* タイトル情報時刻部追加設定 */
td.t_time{
	text-align: center;
}
/* タイトル情報時刻部背景色追加設定 */
td.t_time_bg_d{
	background-color: #E58B84;
}
td.t_time_bg_u{
	background-color: #FFCC80;
}



/* jQuery用クラス */
.bg_bc{
	background-color: mistyrose;
}
.bc_now{
	background: transparent url(./img/bc_now.gif) no-repeat left center;
	height: 14px;
	margin-left: -55px;
	position: absolute;
	width: 54px;
}
#t_line{
	border: solid 1px red;
	display: none;
	top: 16px;
	left: 0px;
	position: absolute;
	width: 0px;
}
.bg_click{
	background-color: #99CCFF;
	color: #FFFFFF;
}
.bg_hover{
	background-color: #99CCCC;
}
td.sch_date p,td.sch_date div{
	float: left;
}
td.sch_date div.size{
	width: 29px;
	height: 18px;
	overflow: hidden;
}
td.sch_date div.size img{
	vertical-align: text-bottom;
}





.sch_spacer{
	width: 940px;
	height: 1px;
	border-bottom: solid 1px #D3D3D3;
	margin: 10px auto;
}
