@charset "UTF-8";

/*
--------------------------------------------------
Price_index Style [ ac-price_index2.css ]
--------------------------------------------------
	1.H4
	2.H5
	3.Station

	ClearFix
--------------------------------------------------*/



/* 1.H4
--------------------------------------------------*/
#main .maincontents h4 {
	height: 23px;
	font-size: 1.5em;
	color: #000000;
	font-weight: 900;
	margin-bottom: 10px;
}


/* 2.H5
--------------------------------------------------*/
#main .maincontents h5 {
	font-size: 1.3em;
	margin-bottom: 5px;
}
#main .maincontents h5 a:link{ text-decoration:none; color:#000000;}
#main .maincontents h5 a:visited{ text-decoration:none; color:#000000;}
#main .maincontents h5 a:hover{ text-decoration:underline; color:#666666;}


/* 3.Station
--------------------------------------------------*/
#main .maincontents .station {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin-top: 5px;
}
#main .maincontents .station tr th {
	width: 13%;
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	font-size: 1.1em;
	text-align: left;
	padding: 3px;
}
#main .maincontents .station tr td {
	border: solid 1px #cccccc;
	width: 30%;
	height: 22px;
	font-size: 1.1em;
	line-height: 1.7;
	padding: 3px;
	
}
