
/* access
===============================================================*/
.access {
	width:1000px;
	margin:0 auto 100px auto;	
}

.access #maps {
	width:1000px;
	height:450px;
	margin:0 0 27px 0;
	position:relative;
}
.access #maps iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.access .box_l {
	width:480px;
	float:left;
}

.access .box_r {
	width:480px;
	float:right;
}

.access .box {
	margin:0 0 35px 0;
}

.access .box h2 {
	color:#eb6687;
	font-size:16px;
	font-weight:normal;
	padding:0 0 6px 0;
}

.access .box h3 {
	font-size:13px;
	padding:0 0 3px 0;
}

.access .box p {
	font-size:13px;
}

.access .box p.pd {
	padding:0 0 18px 0;
}

.access .box p.pds {
	padding:0 0 6px 0;
}

.access .box p a {
	color:#eb6687;
}


.access .box #Bus {
	margin-top: -90px;
	padding-top: 90px;
}