/*-----------------
access
-----------------*/
.access .responsive_box{
	margin-top:30px;
}
#route{
	overflow:hidden;
}
#route section{
	margin:0;
	padding-top: 0;
}
#route section+section{
	padding-top:45px;
}
#route section ul{
	padding-left:1.75em;
}
#route section ul li{
	list-style:disc outside;
}
#route section ul li+li{
	margin-top:1em;
}
#access_txt_area{
	float:left;
	width:67.24%;
}
#access_map_area{
	border:1px solid #ccc;
	float:left;
	width:32.5%;
	text-align:right;	
}
.gMap{
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
}
.gMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}