@charset "UTF-8";

html {
    font-size: 0.9rem;
}

ul {
    list-style: none;
}

.notice {
    color: #FF0004;
}

.notice_small {
    margin-left: 45px;
}

.notice_small3 {
    margin-left: 88px;
}

.notice_blue {
    color: #3043D6;
}

.main {
    background-image: url(../images/main_v.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.display-title {
    margin-top: 35px;
}

/*
dt {
    float: left;
}
*/

/*
dd {
    margin-left: 80px;
}
*/

@media screen and (max-width:480px) {
    #title h1 {
        font-size: 2em;

    }

    #title p {
        font-size: 1em;

    }

    dd {
        margin-left: 0;
    }

    h3 {
        font-size: 1.4em !important;
    }
}
