
/* map_up */

a.map_button {
    display:block;
    width:117px;
    height:44px;
    background-image: url("images/map_button.png");
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    left:50%;
    margin-left:-17px;
    top: -43px;
    z-index: 1;
}
a.map_button.active {
    /* bottom: 263px; */
}

#map_ap {
    height:300px;
    background: #fff;
    display: none;
    overflow: hidden;
}