/* @import  "http://fonts.googleapis.com/earlyaccess/notosansjapanese.css"; */
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 200;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-DemiLight.otf) format('opentype');
}

* {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
}

body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200 !important;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200 !important;
}