@charset "UTF-8";
/* CSS Document */

h4{font-size:16px;color:#007DD5;line-height:1.6;border-bottom:1px solid #007DD5;text-align:center;font-weight:normal;margin:0 -30px 30px;font-weight:bold;}
#map_canvas {width: 430px; height: 430px; float:left; }
#pano {width: 430px; height: 430px; float:right; }

@media screen and (max-width:479px){
h4{margin-bottom:10px;}
#map_canvas{width:300px;height:200px;float:none;margin-bottom:10px;}
#pano{width:300px;height:200px;float:none;}
}