/* 横断検索ガジェット　NTAトップ用CSS　第3版（20100907）
 * update: 2011.06.20
 */


/* ガジェット Container
-------------------------------------------------*/
#NTA_BUS_wrap { width: 300px; }


/* ガジェット 日付で検索
-------------------------------------------------*/
.bus-date dl {
	margin-top: 10px;
	padding-bottom: 11px;
	background: url(../../images/common/line_dot_01.gif) repeat-x left bottom;
}
.bus-date dt {
	font-weight: bold;
	color: #3838A2;
}

/* ガジェット 都道府県リスト
-------------------------------------------------*/
.todouhuken-list dt {
	width: 5em;
	margin-top: 10px;
	font-weight: bold;
	line-height: 1.2em;
}
.todouhuken-list dd {
	margin-top: -1.2em;
	margin-left: 5em;
	line-height: 1.2em;
	overflow: hidden;
	zoom: 1;
}
.todouhuken-list dd ul {
	margin-top: -5px;
	margin-left: -6px;
	overflow: hidden;
	zoom: 1;
}
.todouhuken-list dd li {
	float: left;
	display: inline;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #D4D4D4;
	white-space: nowrap;
}


/* ガジェット バス会社一覧
-------------------------------------------------*/
.bus-view { margin-top: 5px; }
.bus-view li {
	padding-left: 15px;
	background: url(../../images/common/icn_arrow_gadget_01.gif) no-repeat 0 0.1em;
}
