/* BASIC css start */
/* BASIC css start */
.page_div { width:1280px; margin:0 auto; }
.page_div #map { width:100%; height:600px; margin-bottom:50px; }
.map_div {
    position: relative;
}

.store_info {position:absolute;top:25px;right:25px;z-index:100;padding: 30px;background: rgba(0,0,0,1);width: 407px;box-sizing:border-box;}
.store_info h2 {font-size:20px;color:#fff;font-weight:600;margin-bottom: 30px;}
.store_info dl {  }
.store_info dl dt, .store_info dl dd {font-size: 15px;color: #fff;display: block;}
.store_info dl dt { margin-bottom:5px; }
.store_info dl dd { margin-bottom:25px; color:#aaa; }
.store_info a { width:100%; height:45px; line-height:43px; display:block; text-align:center; border:1px solid #fff; margin-top:50px; transition:.3s all; color:#fff; font-size:15px; font-weight:600; box-sizing:border-box; }
.store_info a:hover { background:#fff; color:#000; }


/* BASIC css end */

