@import url(http://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
}
a{
    font-family: 'M PLUS 1p', sans-serif;
    font-family: 'Noto Sans KR', sans-serif;
}

body {
    font-family: 'M PLUS 1p','Noto Sans KR',-apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

h1 {
    font-family: 'Titillium Web', sans-serif, 'Noto Serif', 'Sawarabi Mincho', serif;
    font-weight: 400;
    /* normal */
}

@media all and (-ms-high-contrast: none) {
    body {
        font-family: Verdana, Meiryo, ns-serif;
    }
}

