/* ------------------------------
 Individual
------------------------------ */
.btn-search-diagram{
	margin:0;
	background-repeat:repeat-x;
	background-position:50% 100%;
	font: 100% arial;
	white-space:nowrap;
	height:26px;
	background-image:url(/pcstorage/img/railroad/btn_kensaku.gif);
	color:#FFFFFF;
	border:0px solid #999b9a;
	width: 92px;
}

.btn-search-reserve{
	margin:0;
	background-repeat:repeat-x;
	background-position:50% 100%;
	font: 100% arial;
	white-space:nowrap;
	height:41px;
	background-image:url(/pcstorage/img/railroad/btn_yoyaku.gif);
	color:#FFFFFF;
	border:0px solid #999b9a;
	padding:0px 0px 5px 0px;
	width: 154px;
}

.btn-search-transfer{
	margin:0;
	background-repeat:repeat-x;
	background-position:50% 100%;
	font: 100% arial;
	white-space:nowrap;
	height:41px;
	background-image:url(/pcstorage/img/railroad/btn_norikae.gif);
	color:#FFFFFF;
	border:0px solid #999b9a;
	padding:0px 0px 5px 0px;
	width: 224px;
}

.btn-search-jrset{
	margin:0;
	background-repeat:repeat-x;
	background-position:50% 100%;
	font: 100% arial;
	white-space:nowrap;
	height:41px;
	background-image:url(/pcstorage/img/railroad/btn_kensaku2.gif);
	color:#FFFFFF;
	border:0px solid #999b9a;
	width: 154px;
}

.absolute-transfer-title{
	position: absolute;
	top: 10px;
	right: 5px;
}

.transfer_suggestArea{
	position:absolute;
	background-color:#FFF;
	border-width: 1px;
	border-color: #8AC;
	border-style: dashed solid solid solid;
	display:none;
	margin-top:-3px;
	*margin-top:-4px;
	margin-left:0px;
	*margin-left: 3px;
	z-index:1000;
	width: 142px;
	*width: 144px;
	height: 170px;
	height /*\**/: 190px;  
}
.input_station_name{
    height: 20px;
    width: 115px;
}

/* ------------------------------
 Commute
------------------------------ */
.btn-search-commute{
	margin:0;
	background-repeat:repeat-x;
	background-position:50% 100%;
	font: 100% arial;
	white-space:nowrap;
	height:26px;
	background-image:url(/pcstorage/img/railroad/btn_kensaku.gif);
	color:#FFFFFF;
	border:0px solid #999b9a;
	margin-left:60px;
	width: 92px;
}

.commute_suggestArea{
	position:absolute;
	background-color:#FFF;
	border-width: 1px;
	border-color: #8AC;
	border-style: dashed solid solid solid;
	display:none;
	margin-top:-3px;
	*margin-top:-4px;
	margin-left:0px;
	*margin-left: 3px;
	z-index:1000;
	width: 113px;
	*width: 125px;
	height: 170px;
	height /*\**/: 190px;  
}