@charset "shift_jis";

/* =======================================

	wws TOPPAGE CommonElements

======================================= */

* {
	margin: 0;
	padding: 0;
}

select {
	overflow: visible!important;
	font-size: 12px;
	height: 17px;
}
textarea {
	overflow: auto!important;
}
img {
	border: 0;
}

#mainArea {
	width: 590px;
	height: 318px;
	background: url(../images/module_bg.gif) no-repeat bottom left;
	margin-top: 15px;
}
h1 {
	margin-bottom: 15px;
}
#mainArea h2 {
	width: 590px;
	height: 22px;
	line-height: 22px;
	background: url(../images/title_bg.gif) no-repeat top left;
	padding-left: 15px;
	font-weight: bold;
	font-size: 12px;
}

#mainArea .main_photo {
	float: left;
	display: inline;
	margin: 12px 0 11px 8px;
}

#mainArea .moduleArea {
	width: 260px;
	float: right;
	display: inline;
	margin: 20px 4px 0 0;
}

#mainArea .moduleArea h3 {
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size: 12px;
}
#mainArea .moduleArea .guide {
	position: absolute;
	margin: -20px 0 0 203px;
}

#mainArea .moduleArea .in {
	width: 240px;
	margin: 13px 0 0 0;
}

#mainArea .moduleArea .in table {
	border-collapse: collapse;
}

#mainArea .moduleArea .in table th {
	width: 50px;
	text-align: left;
	padding: 3px 5px 3px 0 ;
}
:root #mainArea .moduleArea .in table th {
	padding: 6px 5px 6px 0 ;
}
#mainArea .moduleArea .in table td {
	padding: 1px 0;
}
:root #mainArea .moduleArea .in table td {
	padding: 2px 0;
}
#mainArea .moduleArea .city_int {
	width: 130px;
}

#mainArea .moduleArea .coad {
	width: 50px;
	margin-left: 5px;
}
#mainArea .moduleArea .right {
	text-align: right;
}
#mainArea .moduleArea .serch {
	margin: 7px 0 0 60px;
}

#mainArea .moduleArea .num {
	margin: 3px 0;
}
:root #mainArea .moduleArea .num {
	margin: 0;
}
#mainArea .moduleArea .num select {
	width: 50px;
}
#mainArea .moduleArea .class_w {
	width: 120px;
}
.inner_link {
	margin: 10px 0;
	padding: 3px 0;
}
.notes {
	background: url(../images/kisoku_bg.gif) no-repeat top left;
	width: 590px;
	height: 50px;
	margin: 25px 0;
}
.notes img {
	float: right;
	display: inline;
	margin: 10px 59px 0 0;
}
.transit {
	background: url(../images/transit-bg.gif) no-repeat top left;
	width: 589px;
	height: 49px;
	margin: 25px 0;
	padding: 13px 0 0;
	text-align: right;
}
.transit img {
	display: inline;
	margin: 0 10px 0 15px;
}
table.fare {
	border-collapse: collapse;
	width: 590px;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
}
table.fare td,
table.fare th {
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	padding: 8px 2px;
	text-align: center;
}
table.fare th,
table.fare th.bg_gray {
	font-weight: bold;
}
table.fare th {
	background: #efefef;
}
table.fare th.text {
	font-weight: lighter;
}
table.fare th.bg_gray {
	background: #cccccc;
}
table.fare th.thleft {
	text-align: left;
	padding: 8px 12px;
}
table.fare .btn_new {
	margin-bottom: 3px;
}
.contact {
	border: #cccccc 1px solid;
	margin: 15px 0;
	padding: 10px;
}

/* =======================================

	ClearFixElements

======================================= */
#mainArea:after,
.notes:after, .transit:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#mainArea,
.notes, .transit {
	display: inline-block;
}

.clear {
	clear: both;
}