/* CSS Document */

#access h3 {
	background:url(image/m_tit.gif) 0 0 no-repeat;
	min-height: 28px;
	font-size: 1.3em;
	color: #fff;
	padding: 0 0 0 0.4em;
	margin: 0 0 15px;
}

#access h4 {
	background: #8DD2E0;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	padding: 0.2em;
}


#access_map {
	text-align: center;
	margin: 15px 0 30px 0;
}

.airport {
	margin-bottom: 30px;
}

.airport .txt {
	float: left;
	width:450px;
}

.airport .txt table {
	border-top : 1px solid #ccc;
	border-right : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	width: 430px;
}

.airport .txt table th,
.airport .txt table td {
	padding: 5px;
}

.airport .txt table th {
	border-bottom : 1px solid #ccc;
	border-left : 1px solid #ccc;
	background: #E3F2F7;
}

.airport .txt table td {
	border-left : 1px solid #ccc;
}


.airport .root {
	width: 320px;
	float: right;
}

#short_range {
	text-align: center;
	margin: 15px 0 30px 0;
}


#mapcol #maptxt {
	float: left;
}

#mapcol #mapimg {
	float: right;
	width: 241px;
}

#mapcol #mapimg #inbox {
	position: relative;
	background: url(image/s_map.jpg) 0 0 no-repeat;
	width: 241px;
	height: 304px;
	border: 1px solid #ccc;
}
#mapcol #mapimg #inbox #zoom {
	position: absolute;
	bottom: 12px;
	right: 5px;
}

p.btn_down {
	margin: 15px 0;
}
