@charset "UTF-8";

div.header h2 { text-align : center; font-size : 20px; padding : 5px 0; }
div.header ul li.access { background : #000000; }
div.header ul li.access a,
div.header ul li.access a:hover,
div.header ul li.access a:visited { color : #ffffff; }

div.information { width : 380px; float : left; position : relative; overflow : hidden; }
div.map         { width : 450px; float : right; }

div.information div.item span.description {
    font-size   : 14px;
    line-height : 1;
    position    : relative;
    bottom      : 5px;
}
div.information div.facade { margin-bottom : 30px; }
div.information div.gmap   { margin-top : 15px; }

@media screen and (max-width:480px) {
    div.information { width : 95%; margin : 0 auto; float : none; overflow : hidden; }
    div.information div.item span.description { font-size : 12px; }
    div.map { width : 95%; margin : 0 auto; float : none; margin-top : 20px; }
}