@charset "UTF-8";
h1 {
    font-size: small;
    text-align: center;
}
.container-fluid {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* CSS Document */


@media (min-width: 1030px){
.container-fluid {
    width: 1030px;
}
}
.header {
    background-color: #015352;
    color: #FFFFFF;
    margin-top: 20px;
    padding-top: 7px;
    padding-bottom: 0px;
}
.topm {
    margin-left: 30px;
}
.footl {
    background-color: #015352;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footr {
    background-color: #015352;
    color: #FFFFFF;
    font-size: small;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
}
.subtitle {
    background-color: #015352;
    color: #FFFFFF;
    font-size: large;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.tt {
    background-color: #C5E4E4;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ttp {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}