@charset "UTF-8";

/*
--------------------------------------------------
Price_index Style [ price_index.css ]
--------------------------------------------------
	1.H4
	2.H5
	3.Pricearea
	4.Station

	ClearFix
--------------------------------------------------*/



/* 1.H4
--------------------------------------------------*/
#main .maincontents h4 {
	font-size: 1.4em;
	margin-bottom: 5px;
}


/* 2.H5
--------------------------------------------------*/
#main .maincontents h5 {
	font-size: 1.2em;
	margin-bottom: 5px;
}


/* 3.Pricearea
--------------------------------------------------*/
#main .maincontents .pricearea {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin: 5px 0 10px 0;
}
#main .maincontents .pricearea tr th {
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	font-size: 1.1em;
	text-align: center;
	padding: 3px;
}
#main .maincontents .pricearea tr td{
	border: solid 1px #cccccc;
	font-size: 1.1em;
	height: 22px;
	padding: 3px;
}


/* 4.Station
--------------------------------------------------*/
#main .maincontents .station {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin: 5px 0 10px 0;
}
#main .maincontents .station tr th {
	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: 250px;
	font-size: 1.1em;
	height: 22px;
	padding: 3px;
}
