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


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


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


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


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

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

/* カレンダー表示位置の調整
-------------------------------------------------*/
#NTA_JR_calendarContainer { 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;
}