/* CSS Document */

@charset"utf-8";

/*近隣マップ アクセス方法*/
#map section {
	width:950px;
	margin:20px auto 0;
    overflow: hidden;
    position: relative;
    zoom:1;
}
#map section .box {
	width:950px;
	overflow: hidden;
    position: relative;
    zoom:1;
}
#map section .box_01 {
	width:590px;
	float:left;
}
#map section .box_02 {
	width:340px;
	height:auto;
	margin-left:20px;
	float:left;
	font-size:14px;
	line-height:1.5em;
}
#map section .box_02 b {
	display:block;
	margin-top:10px;
	font-size:15px;
	line-height:1.6em;
}
#map section .img_box {
	width:100%;
	margin-top:30px;
    overflow: hidden;
    position: relative;
    zoom:1;
}

