@charset 'utf-8';
@font-face {
    font-family: 'Noto Sans EN';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/us/NotoSansEN-Regular.woff2') format('woff2'),
        url('../fonts/us/NotoSansEN-Regular.woff') format('woff'),
        url('../fonts/us/NotoSansEN-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Sans EN';
    src: url('../fonts/us/NotoSansEN-Bold.woff2') format('woff2'),
        url('../fonts/us/NotoSansEN-Bold.woff') format('woff'),
        url('../fonts/us/NotoSansEN-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont-v=4.4.0.eot');
    src: url('../fonts/fontawesome-webfont-.eot#iefix&v=4.4.0')
            format('embedded-opentype'),
        url('../fonts/fontawesome-webfont-v=4.4.0.woff2') format('woff2'),
        url('../fonts/fontawesome-webfont-v=4.4.0.woff') format('woff'),
        url('../fonts/fontawesome-webfont-v=4.4.0.ttf') format('truetype'),
        url('../fonts/fontawesome-webfont-v=4.4.0.svg#fontawesomeregular')
            format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ionicons';
    src: url('../fonts/ionicons-v=2.0.0.eot');
    src: url('../fonts/ionicons-v=2.0.0.eot#iefix') format('embedded-opentype'),
        url('../fonts/ionicons-v=2.0.0.ttf') format('truetype'),
        url('../fonts/ionicons-v=2.0.0.woff') format('woff'),
        url('../fonts/ionicons-v=2.0.0.svg#Ionicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Noto Sans EN', 'Hiragino Kaku Gothic ProN',
        'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial,
        helvetica, sans-serif;
}
