@charset "EUC-JP";
/* 東名各駅時刻表用スタイルファイル */

/* 臨時便 */
.extra-bus, .extra-bus-hanbou, .extra-bus-weekday {
	font-style:italic;
}

/* 種別(超特急、特急、急行)用スタイル */
/* (基本定義は、tomei_default.ja.cssで指定済み) */
/* スーパーライナー(orange) */
a.sup-liner:visited:focus, a.sup-liner:link:focus { color:#f90; background-color:#ff8; }
a.sup-liner:visited, a.sup-liner:link { color:#f90; background-color:#eee; }
a.sup-liner:visited:hover, a.sup-liner:link:hover { color:#f90; background-color:#ff8; }
a.sup-liner:visited:active, a.sup-liner:link:active { color:red; background-color:#ff8; }
/* 超特急 */
a.sup-exp:visited:focus, a.sup-exp:link:focus,
 a.sup-exp-dd:visited:focus, a.sup-exp-dd:link:focus { color:red; background-color:#ff8; }
.sup-exp-dd,
 a.sup-exp:visited, a.sup-exp:link,
 a.sup-exp-dd:visited, a.sup-exp-dd:link { color:red; background-color:#eee; }
a.sup-exp:visited:hover, a.sup-exp:link:hover,
 a.sup-exp-dd:visited:hover, a.sup-exp-dd:link:hover { color:red; background-color:#ff8; }
a.sup-exp:visited:active, a.sup-exp:link:active,
 a.sup-exp-dd:visited:active, a.sup-exp-dd:link:active { color:red; background-color:#ff8; }
/* 特急 */
a.ltd-exp:visited:focus, a.ltd-exp:link:focus { color:green; background-color:#ff8; }
a.ltd-exp:visited, a.ltd-exp:link { color:green; background-color:#eee; }
a.ltd-exp:visited:hover, a.ltd-exp:link:hover { color:green; background-color:#ff8; }
a.ltd-exp:visited:active, a.ltd-exp:link:active { color:red; background-color:#ff8; }
/* 急行 */
a.exp:visited:focus, a.exp:link:focus { color:blue; background-color:#ff8; }
a.exp:visited, a.exp:link { color:blue; background-color:#eee; }
a.exp:visited:hover, a.exp:link:hover { color:blue; background-color:#ff8; }
a.exp:visited:active, a.exp:link:active { color:red; background-color:#ff8; }

/* 各駅時刻表へのスタイル */
table.timetable-sta {
	border:outset 1pt white;
	width:70%;
	table-layout:fixed;
}
table.timetable-sta th, table.timetable-sta td {
	border:inset 1pt white;
	/* white-space: nowrap; */
}
table.timetable-sta th {
}
table.timetable-sta td {
}

/* 各列の幅 */
table.timetable-sta col.hour {
	width:2em;
}
/* .min-*-buses クラスは、その列に*便のバスが存在することを意味する。 */
table.timetable-sta col.min-1-buses {
	width:6em;
}
table.timetable-sta col.min-2-buses {
	width:9em;
}
table.timetable-sta col.min-3-buses {
	width:12em;
}
table.timetable-sta col.min-4-buses {
	width:15em;
}
table.timetable-sta col.min-5-buses {
	width:18em;
}
