/* 出発地から選択出来ない目的地の選択肢をグレーアウト */
select option:disabled {
	color: #ccc !important
}

/* 再検索用サイドバーの再検索ボタンの位置調整 */
.btn-search {
	margin-bottom:20px;
	margin-top:20px;
}

/* カレンダーの祝日に色付け */
.holiday {
    color: #da4453 !important;
}
/* 検索不要部分の非表示 */
.search-detail h3,
.search-detail .day-night-select,
.search-detail .busbrand-select,
.search-detail .type-select,
.search-detail .spec-select {
	display: none;
}