@charset "UTF-8";

/*地図右テキストの設定*/
#map_text { float:left; margin:10px auto; padding:0px; width:350px; text-align:left; }
#map_text p { width:350px; text-align:justify; text-justify:distribute;}

/*地図の設定*/
#map { float:right; margin:10px auto; padding:0; width:350px; height:201px;}
#map img { border:1px solid #88C1D9;}

/*店舗情報の設定（都道府県）*/
.shop_box {clear:both; width:710px; height:100%; margin:0 0 5px 0; padding:0 0 5px 0; text-align:left; /*border-bottom:#999999 1px solid;*/}
.zone { float:left; width:50px; height:100%; padding:3px 0 0 0; color:#F20C0C; /*background:#666666;*/ }
.right_box { float:right; margin:0; padding:3px 0; width:660px; border-bottom:#A4C1EF 1px dotted; }
.shop { float:left; width:78px; }
.shop span { float:left; padding:0 0 0 5px;}
.address { float:left; width:225px; border-left:#EFA4A4 solid 3px; }
.address span { float:left; padding: 0 0 0 5px;}
.comment { float:right; width:352px; text-align:justify; text-justify:distribute;}
