@charset "shift_jis";
/* CSS Document */


#contents {
    background-color: #000;
}


.map_title {
    text-align: center;
    font-size: 18px;
    margin: 20px auto;
}
.map_wra {
    overflow: hidden;
}
.map_route {
   position: relative;
    width: 330px;
    float: left;
    margin: 20px 0 0 20px; 
}
.map_route img {
    width: 100%;
}
.map_no {
   position: absolute;
    top: 5px;
    left: 5px;
    font-size: 30px;
    font-weight: bold;
    text-shadow:
            3px 3px 3px #000, -3px -3px 3px #000,
           -3px 3px 3px #000,  3px -3px 3px #000,
            3px 0px 3px #000, -3px -0px 3px #000,
            0px 3px 3px #000,  0px -3px 3px #000;
}

/*=============================
   map
=============================*/

.map {
    margin: 50px 20px;
    background-color: #000;
}
