/* Open Sans */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800,700,600,400,300,300italic);

/* Tsuji Serif */
@font-face {
	font-family: 'Tsuji Serif';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/TsujiSerif-Regular.eot) format('embedded-opentype'),
		url(../fonts/TsujiSerif-Regular.woff) format('woff'),
		url(../fonts/TsujiSerif-Regular.ttf) format('truetype');
}

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

body,select,input,button,textarea,button {
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
}
.EN {
	font-family: "Open Sans", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", "メイリオ", sans-serif;
}
.Tsuji {
	font-family: "Tsuji Serif", "Open Sans", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", "メイリオ", sans-serif;
}
.fLight { font-weight: 300; }
.fNormal { font-weight: 400; }
.fSemiBold { font-weight: 600; }
.fBold { font-weight: 700; }
.fExBold { font-weight: 800; }
.fItalic { font-style: italic; }

