#maps{
    background-color:gray;
    width:100%;
    height:400px;
    margin-bottom:80px;
}
.map_nav{
    width:100%;
    display:table;
}
.map_nav .map_img{
    width:40%;
    display:table-cell;
    vertical-align:middle;
    padding-right:20px;
}
.map_nav .map_img img{width:100%;}
.map_nav .map_nav_detail{
    display:table-cell;
    vertical-align:top;
}
.map_nav_detail .map_title{
    color:#121126;
    font-weight:bold;
    font-size:1.5em;
    letter-spacing:0.1em;
    margin:0px;
    padding:15px 0px 5px 0px;
}
.map_nav_detail .map_address{
    color:#333333;
    font-size:1.2em;
    padding:5px 0px 10px 0px;
}
.map_nav_detail a{
    padding:10px 0px 0px 0px;
    text-decoration:underline;
}
.map_nav_detail .map_title a{
    color:#121126;
    text-decoration: none;
}
.map_nav_detail .map_address a{
    color:#333333;
    text-decoration:none;
}
.type2 .map_nav_detail .map_title a{
    color:#a68d6f;
}

.action1{
    width:90%;
    margin:auto;
    padding:30px 0px 10px 0px;
    display:table;
}
.action1 a{
    display:table-cell;
    width:33%;
    padding:5px
}
.action1 img{width:100%;}


.action3{
    width:60%;
    margin:auto;
    display:table;
    font-size:0px;
    padding:20px 0px 50px 0px;
}
.action3 a{
    display:table-cell;
    width:45%;
    padding:5px;
}
.action3 img{width:100%;}

.action4{
    width:80%;
    margin:auto;
    padding:20px 0px;
    display:table;
}
.action4 > a{
    display:table-cell;
    width:50%;
}
.action4 img{
    width:95%;
    display:block;
}