/***** 沿線リスト *****/
/*----- TD -----*/
/* space */
TD.EnsenListSpaceL
{
	width	: 25px;
}
/* 沿線名 */
TD.EnsenListEnsenname
{
	width		: 100px;
}
/* 区間 */
TD.EnsenListKukan
{
	width		: 145px;
}
/* 駅数 */
TD.EnsenListStationCount
{
	width		: 25px;
	text-align	: right;
}
TD.EnsenListSpaceR
{
	width		: 25px;
}
/* 仕切 */
TD.EnsenListCenter
{
	width		: 4px;
}

/*----- FONT -----*/
FONT.EnsenListKukan
{
	color		: #6e6876;
}


/***** 検索条件 *****/
/*----- FONT -----*/
FONT.SearchConditionValue
{
	color			: #0a8c0d;
	font-weight		: bold;
}
/***** 検索結果 *****/
/*----- FONT -----*/
FONT.ResultCount
{
	color			: #0a8c0d;
	font-weight		: bold;
}


/***** 駅情報検索リスト *****/
/*----- TD -----*/
/* 駅名 */
TD.StationSearchStationName0
{
	font-size			: 100%;
	font-weight			: normal; 
	line-height			: 140%;
	background-color	: #ffffff;
	width				: 30%;
}
TD.StationSearchStationName1
{
	font-size			: 100%;
	font-weight			: normal; 
	line-height			: 140%;
	background-color	: #f4f4f4;
	width				: 30%;
}
/* 住所 */
TD.StationSearchAddress0
{
	font-size			: 100%;
	font-weight			: normal; 
	line-height			: 140%;
	background-color	: #ffffff;
	width				: 70%;
}
TD.StationSearchAddress1
{
	font-size			: 100%;
	font-weight			: normal; 
	line-height			: 140%;
	background-color	: #f4f4f4;
	width				: 70%;
}

