@charset "utf-8";
@font-face {
	font-family: 'webff';
	src: url('../font/webff-light.otf'), url(../font/webff-light.woff);
	font-weight: 100;
}
@font-face {
	font-family: 'webff';
	src: url('../font/webff-normal.otf'), url(../font/webff-normal.woff);
	font-weight: normal;
}
@font-face {
	font-family: 'webff';
	src: url('../font/webff.otf'), url(../font/webff.woff);
	font-weight: bold;
}
@font-face {
	font-family: 'webff';
	src: url('../font/webff-black.otf'), url(../font/webff-black.woff);
	font-weight: 900;
}
@font-face {
	font-family: 'NotoSerif-Light';
	src: url('../font/NotoSerif-Light.otf'), url(../font/NotoSerif-Light.woff);
}
@font-face {
	font-family: 'NotoSerif-Regular';
	src: url('../font/NotoSerif-Regular.otf'), url(../font/NotoSerif-Regular.woff);
}
body {
	width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
