@charset "utf-8";
body {
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-left: 0px;
}

h3 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: -1em;
    font-weight: bold;
    color: #313957;
}

li {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.15em;
    line-height: 120%;
    color: #333333;
    list-style-type: square;
}

a:link {
    color: #313957;
}

a:hover {
    color: #5383BD;
}

@media (max-width: 767px) {
    li {
        font-size: 0.75em;
    }
}