@charset "UTF-8";
/* CSS Document */

#map {
margin-top: 20px;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.m-big{
text-align: center;
margin-top: 15px;
}
.m-big a{
color: blue!important;
text-decoration: underline!important;
}
.m-big a:hover{
color: darkblue;
}
.m-big a:visited{
color: blueviolet!important;
}
.b-gaiyou{
margin-top: 50px;
font-size: 0.9em;
}
.b-gaiyou table {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.b-gaiyou th,.b-gaiyou td {
padding: 7px 10px;
}


