@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:bold;
	font-weight:400;
	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-weight:500;
	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");
}


* {
	font:300 13px ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans Japanese',sans-serif;
}

/* member以下: マウスホバー時のデコレーションを無効 */
a:hover,
a:focus,
a:active {
	text-decoration: none !important;
}

/* @end */