
/*----------------------------------
地図詳細
------------------------------------*/
body{

margin:0 auto;
padding:0;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" , Mayrio;
	font-size:12px;
	line-height:22px;
}


img{border:0;}


#map #map_header{
width:600px;
margin:0 auto;
}


#map #contents{
width:550px;
margin:0 auto;
bakground:none;
}




#map #contents #map_detail{
width:550px;
height:297px;
margin:10px auto 0px auto;
border:solid 1px #bcad97;
}

#map #shop_detail{
width:100%;
margin-top:15px;

}


h2{margin:5px 0 10px 0; padding:0; font-size:20px;}



#map #shop_detail table{
width:100%;
margin-top:10px;
border-bottom:solid 1px #0a8c37;
border-left:solid 1px #0a8c37;
border-right:solid 1px #0a8c37;

}

#map #shop_detail table th{
background:#0a8c37;
border-top:1px solid #fff;
color:#fff;
text-align:center;
font-weight:normal;
padding:5px 0;
}

#map #shop_detail table td{
background:#fff;
border-left:solid 1px #0a8c37;
border-top:solid 1px #0a8c37;
padding:5px 10px;
}


#map #shop_detail table .vline1{
border-top:solid 1px #0a8c37;
}


#map #contents p.comment{
font-weight:bold;
margin:10px 0 5px 0;
color:#0a8c37;
}

#map #contents .close{
margin:15px 0;
}