@charset "UTF-8";

@import url("base/reset.css");

@import url("common.css");
@import url("layout.css");
@import url("common_contents.css");
@import url("parts_menu.css");

@import url("print.css");


/* /////////////////////////////////////////////////////////////////////////// TOPPAGE */

#bus span {
	border:1px solid #ccc;
	padding:5px 12px;
	text-align:center;
	line-height:3em;
	margin-right:10px;
}

#bus strong {
	padding:6px 0;
	text-align:center;
	line-height:3em;
	color:#00A2D7;
}


#bus .fare {
	width:100%;
}

#bus .fare th,
#bus .fare td {
	text-align:center;
	vertical-align:middle;
}

#bus .fare td {
	width:33%;
}

.timeTable {
	overflow:hidden;
	zoom:1;
	width:620px;
	margin:0 auto 25px;
}

.timeTable li {
	width:295px;
}


