@charset "utf-8";
#map01,#map02,#map03,#map04{
width:290px;
height: 230px;
box-shadow: 0px 3px 5px 0px rgba(155,155,155,.45);
margin-right:10px;
float:left;
border:1px solid #fff;
}
.add{
width:90%;
margin:0 auto;
text-align: center;
font-size:150%;
}
#address{
border: 1px solid #ccc;
width:500px;
margin-top: -10px;
}
#map01:hover,#map02:hover,#map03:hover,#map04:hover{
border: 1px solid #800000;
}
b{font-size:9px;} 
strong{font-weight: bold;color:#800;}