@charset "EUC-JP";
/* 東名全便時刻表用追加スタイルファイル(Legacy Style) */
table.outer {
	width:100%;
}
table.inner {
	background-color:silver;
	width:100%;
}
caption {
	font-weight:bold;
	font-size:large;
}
/* th,td { overflow:scroll } */
span.superliner { color:#ff9900; font-weight:bold }	/* =orange */
span.supexp { color:red; font-weight:bold }
span.ltdexp { color:green; font-weight:bold }
span.exp { color:blue; font-weight:bold }
th.superliner, td.superliner { background-color:#ffffcc }
	/* =lemonchiffon */
th.supexpdd, td.supexpdd { background-color:#ffcccc }	/* =lightpink */
th.supexp, td.supexp { background-color:#ffccff }
th.ltdexp, td.ltdexp { background-color:#ccffcc }
th.exp,  td.exp  { background-color:#ccffff }	/* =powderblue */

