html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#accordion{width:360px;float:left;}
#map_canvas {
 height:40%; width:100%;
}
#streeview{ height:45%; width:100%;}
.right{float:left;width:500px;height:700px;}

 .labels {
   color: red;
   background-color: white;
   font-family: "Lucida Grande", "Arial", sans-serif;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
   width: 60px;     
   border: 2px solid black;
   white-space: nowrap;
 }
.store_main{height:auto;}
.store_body h3 { margin: 0; padding: 0.4em; text-align: center; font-size:12px;}
.store_body p{line-height:5px;padding-left:5px;text-align:left;}
.store_body{cursor:pointer;margin-top:5px;}
.cityshow{text-align:left;}
#week_tb { border-collapse: collapse;
}
#week_tb td {
          border: 1px solid #AED0EA;
}
.wktitle td {font-size:13px;line-height:20px;padding:2px;
}
.wktime td {font-size:11px;color:#2779AA;text-align:center;font-family:·s²Ó©úÅé;
}
.nowwk {background-color:#2779AA;color:white;
}
a,.gmap{text-decoration:none;
}
.comp_pic{height:310px;width:500px;overflow-y:scroll;overflow-x:hidden;}

@media print {
  html, body {
    height: auto;
  }

  #map_canvas {
    height: 650px;
  }
}