@chraset Shift_JIS;
.floorlist{
  width:735px;
  text-align:center;
  margin-top:8px;
  padding-left:48px;
}
.floorlist li{
  width:64px;
  float:left;
  margin-left:4px;
  margin-right:4px;
  list-style-type:none;
  border-top:solid 3px #9BB5BC;
  border-left:solid 1px #cccccc;
  border-right:solid 1px #cccccc;
  background-color:#eeeeee;
}
.floorlist li#floor_here{
  background-color:#ffffff;
}
.floorlist li a{
  display:block;
  color:#000000;
  text-decoration:none;
}
.floorlist li a:hover{
  color:#009999;
  background-color:#ffffff;
}

.floorimage{
  clear:both;
  width:735px;
  text-align:center;
  border-right:solid 1px #cccccc;
  border-bottom:solid 1px #cccccc;
}

#floor_navi{
  text-align:center;
}

#floor_navi li{
  list-style-type:none;
  display:inline;
  margin-left:8px;
  margin-right:8px;
}
#floor_navi_lower:before{
  content:"<<";
  margin-right:8px;
}
#floor_navi_upper:after{
  content:">>";
  margin-left:8px;
}

/***  index.html $BMQ(B  ***/

#map_table{
  margin-left:117px;
  text-align:center;
  clear:both;
}

#photo_hontyo, #map_wide{
  padding:0 29px;
  text-align:center;
}

#map_detail{
  width:735px;
  text-align:center;
}

#floor_address{
  clear:none;
  width:450px;
  margin-left:16px;
}
#floor_address dt{
  clear:none;
  margin:0;
  padding:0;
  width:450px;
}
#floor_address dd{
  float:none;
  width:450px;
}

#floor_table{
  clear:both;
  line-height:120%;
  margin:16px;
  width:703px;
  border-collapse:collapse;
}
#floor_table th{
  border-top:solid 1px #dedede;
  border-bottom:solid 1px #dedede;
  width:64px;
  font-size:normal;
  text-align:center;
}
#floor_table td{
  border-top:solid 1px #dedede;
  border-bottom:solid 1px #dedede;
  height:40px;
  font-size:normal;
}
#floor_table td li{
  float:left;
  margin-left:4px;
  margin-right:4px;
  list-style-type:none;
  white-space:nowrap;
}


