@charset "utf-8";
/* CSS Document */

/* ウェブフォントの読み込み */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* 日本語ウェブフォント */
body {
	font-family: 'Noto Sans Japanese', Verdana, "游ゴシック", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif, serif;
	font-size: 14px;
}
.title {
	font-weight: 700;
}

.noto_thin 			{ font-weight: 100; }
.noto_light 		{ font-weight: 200; }
.noto_demilight	{ font-weight: 350; }
.noto_regular		{ font-weight: 400; } /* デフォルト */ 
.noto_medium		{ font-weight: 500; }
.noto_bold			{ font-weight: 700; }
.noto_black			{ font-weight: 900; }


/* 英字フォント */
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville);

.font_en {
	font-family: 'Libre Baskerville', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
	font-size: 14px;
	line-height: 1.5;
}


/* 特例
--------------------------*/
/* IEではボタンやナビバーでウェブフォントの高さをちゃんと計算しない？ので上方にずれる。
また、IEだけ適用する方法がなくなったので、この際ボタンやナビバーでウェブフォントを外す */
.btn,
.nav-tabs,
.nav-pills,
.cate {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif, serif;
}
	