@charset "utf-8";

/********************************************************
	スケジュール一覧ページ
	「共通設定import」「ヘッダーナビ（下）上書き」
********************************************************/

@import url(/commons/css/route/import.css);
@import url(/commons/css/route/schedule.css);

/* 緊急用 */
#schedule .table-schedule td.td_price p {
	font-size:77%;/* 14ピクセル相当 → 10ピクセル相当 */
	color:#039;
	font-weight:normal;
	text-decoration:underline;
	padding-left:8px;
	background:url(/commons/images/route/schedule/schedule-linkmark-price.gif) no-repeat 0;
}

/**テーブル幅上書き**/
#schedule .table-schedule td.width60px {
	width:60px;
}
