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

.navbar {
    max-width: 960px;
    /* [disabled]margin-left: auto; */
    /* [disabled]margin-right: auto; */
}
.bg-color-csc {
    background-color: #036f88;
}
.header-hi {
    height: 60px;
}
.top-img {
    background-image: url(../img/top-img.jpg);
    height: 200px;
    background-clip: border-box;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position: center center;
}
.max-wide-lg {
    max-width: 992px;
}
p {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
