/*
Noto Sans Japanese
*/

@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
		font-weight:300;
    src:url('../fonts/NotoSansJP-Thin.woff') format('woff');
}
@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
		font-weight:400;
    src:url('../fonts/NotoSansJP-Light.woff') format('woff');
}
@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
		font-weight:500;
    src:url('../fonts/NotoSansJP-Regular.woff') format('woff');
}
@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
		font-weight:600;
    src:url('../fonts/NotoSansJP-Medium.woff') format('woff');
}
@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
		font-weight:700;
    src:url('../fonts/NotoSansJP-Bold.woff') format('woff');
}
@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
		font-weight:800;
    src:url('../fonts/NotoSansJP-Black.woff') format('woff');
}
