/*
------------------------------------------------------
WEB FONT
------------------------------------------------------

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url('/_font/NotoSansCJKjp-Thin.eot'); 
    src: url('/_font/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'),
    url('/_font/NotoSansCJKjp-Thin.woff') format('woff'),
    url('/_font/NotoSansCJKjp-Thin.ttf')  format('truetype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url('/_font/NotoSansCJKjp-Light.eot');
    src: url('/_font/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
    url('/_font/NotoSansCJKjp-Light.woff') format('woff'),
    url('/_font/NotoSansCJKjp-Light.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('/_font/NotoSansCJKjp-DemiLight.eot');
    src: url('/_font/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
    url('/_font/NotoSansCJKjp-DemiLight.woff') format('woff'),
    url('/_font/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('/_font/NotoSansCJKjp-Regular.eot');
    src: url('/_font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('/_font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('/_font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('/_font/NotoSansCJKjp-Medium.eot');
    src: url('/_font/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
    url('/_font/NotoSansCJKjp-Medium.woff') format('woff'),
    url('/_font/NotoSansCJKjp-Medium.ttf')  format('truetype');
}
*/
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('/_font/NotoSansCJKjp-Bold.eot');
    src: url('/_font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('/_font/NotoSansCJKjp-Bold.woff') format('woff'),
    url('/_font/NotoSansCJKjp-Bold.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url('/_font/NotoSansCJKjp-Black.eot');
    src: url('/_font/NotoSansCJKjp-Black.eot?#iefix') format('embedded-opentype'),
    url('/_font/NotoSansCJKjp-Black.woff') format('woff'),
    url('/_font/NotoSansCJKjp-Black.ttf')  format('truetype');
}