@charset "utf-8";
/* ==========================================================

title : レジデンス新館
scope : トップページ

last modify :
2015/02/27 編集者 編集内容

========================================================== */

/* ---------------------------------------
 googleMap 全画面表示
---------------------------------------- */
#map_box_full {
  display:none;
  position: fixed;
  width:100%;
  height:100%;
  z-index:1000;
}

#gmap_full {
  width:100%;
  height:100%;
}

#map_box_full  #closebtn{
  position:fixed;
  bottom: 20px;
  right:44%;
  width:117px;
  height:38px;
  background:url(//www.homemate-research.com/search/image/dtl_new/btn_map_close.png) no-repeat center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index:300;
  cursor:pointer;
}
#map_box_full  #closebtn:hover{
  opacity:0.8;
}



