/* JR横断検索ガジェット　NTAトップ・JRトップ用CSS　第1版（20120405）
 * update: 2012.04.05
 */


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


/* ガジェット 出発地
-------------------------------------------------*/
.departure01 {
	margin-top: 5px;
	padding: 5px 5px;
	background: #FEF1DE;
}


/* ガジェット トピックパス
-------------------------------------------------*/
#NTA_JR2_ZoneTopicPath{
	margin: 10px 0 3px 0;
	font-weight: bold;
}
#NTA_JR2_ZoneTopicPath a { font-weight: normal; }


/* プルダウン 該当無しの設定
-------------------------------------------------*/
option.na {
	color: #999;
	background-color: #DDD;
}

/* チェックボックス・ラベルの該当無し設定
-------------------------------------------------*/
label.na {
	color: #999;
}

/* カレンダー表示位置の調整
-------------------------------------------------*/
#NTA_JR2_popup_calendar_contents { left: 0!important; }


/* ガジェット フッター
-------------------------------------------------*/
.other-links {
	margin-top: 15px;
	zoom: 1;
}
.other-links {
	margin-left: -10px;
	overflow: hidden;
}
.other-links li{
	float: left;
	display: inline;
	margin-left: 10px;
}
.other-links .iBlk {
	padding-left: 15px;
	background: url(../../images/common/icn_arrow_gadget_01.gif) no-repeat 0 0.1em;
}

.iArr01,
.liArr01 li {
	padding-left: 10px;
	background: url(../../images/common/ic_arrow_02.gif) no-repeat 0 0.4em!important;
}