@charset "UTF-8";

/*
--------------------------------------------------
Ac_town Style [ ac-town.css ]
--------------------------------------------------
	1.H4
	2.H5
	3.H6
	4.Table
	5.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;
}


/* 3.H6
--------------------------------------------------*/
#main .maincontents h6 {
	font-size: 1.2em;
	margin-bottom: 5px;
}


/* 4.Table
--------------------------------------------------*/
#main .maincontents table {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin: 5px 0 15px 0;
}
#main .maincontents table tr th {
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	font-size: 1.1em;
	text-align: left;
	padding: 3px;
}
#main .maincontents table tr td {
	border: solid 1px #cccccc;
	font-size: 1.1em;
	height: 22px;
	padding: 3px;
}


/* 5.Station
--------------------------------------------------*/
#main .maincontents .station tr th {
	width: 100px;
}
