/* BASIC css start */
.page_div { width:100%; margin:0 auto;margin-top:20px; }

.page_div #map {width:100%;height:300px;margin-bottom: 30px;margin-top: 20px;}
.map_div {
    position: relative;
    padding: 0 15px;
}

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

/* BASIC css end */

