@charset "UTF-8";
@import url("/css/common/common.css");
@import url("/css/common/base.css");


/*----- トップページ 設定 ----------------------------------------------------*/

ul.about { width:100%; margin:20px 0 10px 0; float:left; }
ul.about li{ width:100%; margin-bottom:10px; float:left; }

ul.about li a{ color:#333; }

div#map_area { width:100%; margin:50px 0 10px 0; float:left; }
div#map { width:100%; height:450px; }

div#map img{ max-width:none; }

div.l_map { width:96%; margin:5px 2%; padding:0; }
div.l_map a{ color:#333; }
div.l_map a:hover{ text-decoration:underline; }

/*----- 480px以下の画面設定 ----------------------------------------------------*/

@media screen and (max-width:480px) {

	div#map { width:90%; height:400px; margin:0 5%; }

}
