@charset "utf-8";

/********************************************************
	スケジュール一覧ページ
	「共通設定import」「ヘッダーナビ（下）上書き」
********************************************************/

@import url(/commons/css/route/import.css);
@import url(/commons/css/route/schedule.css);

/**テーブル幅上書き**/
/*#schedule .table-schedule td.td_amenity {
	width:60px;
	font-size:83%; 12ピクセル相当 → 10ピクセル相当 
}*/

/**テーブル幅上書き**/
#schedule .table-schedule td.width60px {
	width:60px;
}

#schedule .table-schedule td.at {
	width:150px;
}
