@import url(../basic.css);
div#contents h2 {
margin-bottom: 10px; }
div#contents p {
margin-right: 10px;
margin-bottom: 20px;
margin-left: 10px; }
div#contents p.photo {
text-align: center;
margin-right:  10px;
margin-bottom: 20px;
margin-left:   10px; }

div#contents p.caution {
font-size: 80%;
margin-top: -15px; }

#map {
    position: relative;
    width: 100%;
    height: 300px;
    border: 1px solid #fff;
    overflow: hidden;
}
#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
