@charset "UTF-8";

/* table */
table,tr,td {
	color: #333;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0px;
}

/*番組タイトル*/
.cell td a {
	color: #036;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	line-height:100%;
	/*margin-top: 2px;*/
}

/*番組アイコン*/
.cell td img {
	margin: 2px;
	vertical-align: middle;
}

/*番組説明*/
.cell td p {
	margin: 2px 0;
	font-size: 12px;
	line-height:1.2em;
}

/*番組時間*/
.cell .time {
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
}

/*平日*/
td .titledate {
	color: #333;
	font-weight: bold;
	text-align: center;
	height: 21px;
	background: url(/category/timetable/images/titledate_bg.gif) left bottom repeat-x;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

/*今日*/
td .title_day {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	height: 21px;
	background: url(/category/timetable/images/titledate_bg_day.gif) left bottom repeat-x;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

/*今日背景*/
td .title_day_bg {
	background: #fff;
}

/*土曜*/
td .titledate_sat {
	color: #234488;
	font-weight: bold;
	text-align: center;
	height: 21px;
	background: url(/category/timetable/images/titledate_bg_sat.gif) left bottom repeat-x;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

/*日曜*/
td .titledate_sun {
	color: #C33;
	font-weight: bold;
	text-align: center;
	height: 21px;
	background: url(/category/timetable/images/titledate_bg_sun.gif) left bottom repeat-x;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

/*時間*/
td .time_line {
	color: #666;
	font-weight: bold;
	width: 21px;
	text-align: center;
	background: #EEE url(/category/timetable/images/time_bottom_line.gif) left bottom repeat-x;
}

/*あさ*/
td .am1 {
	color: #FFF;
	font-weight: bold;
	width: 21px;
	text-align: center;
	background: #69C url(/category/timetable/images/ap_bottom_line.gif) left bottom repeat-x;
}

/*午前*/
td .am2 {
	color: #FFF;
	font-weight: bold;
	width: 21px;
	text-align: center;
	background: #598cbf url(/category/timetable/images/ap_bottom_line.gif) left bottom repeat-x;
}

/*午後*/
td .pm1 {
	color: #FFF;
	font-weight: bold;
	width: 21px;
	text-align: center;
	background: #4175aa url(/category/timetable/images/ap_bottom_line.gif) left bottom repeat-x;
}

/*よる*/
td .pm2 {
	color: #FFF;
	font-weight: bold;
	width: 21px;
	text-align: center;
	background: #225588 url(/category/timetable/images/ap_bottom_line.gif) left bottom repeat-x;
}

/*深夜*/
td .pm3 {
	color: #FFF;
	font-weight: bold;
	width: 21px;
	text-align: center;
	background: #003366 url(/category/timetable/images/ap_bottom_line.gif) left bottom repeat-x;
}

div.tooltip {
	width: 350px;
	font-size: 10px;
	position: absolute;
	left: -9999px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #EEE;
}

div.tooltip div {
	color: #FFF;
	background: #003366;
	padding: 5px 10px;
}

div.tooltip div td {
	color: #FFF;
	font-size: 12px;
}
