@charset "utf-8";

/*----------------------------------------*/
/**	Text
------------------------------------------*/
.txt_normal {
	/*font-family:'HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO','Hiragino Maru Gothic Pro','Hiragino Kaku Gothic Pro','ヒラギノ丸ゴ Pro W4','ヒラギノ角ゴ Pro W3','ヒラギノ丸ゴ Pro',serif;*/
	/*font-family: 'HonMinSink-Book JIS2004',serif;*/
	font-family: 'Noto Serif JP', serif;
}
.txt_stylish {
	font-family: "A-OTF 秀英明朝 Pro", "Nyala", "Batang", "Book Antiqua", "Estrangelo Edessa", "Garamond", "Times New Roman", "MS Serif";
}
.txt_stylish2 {
	/*font-family: 'Slabo 27px', serif;*/
	font-family: 'Source Sans Pro', sans-serif;
}
.txt_stylish3 {
	font-family: 'Roboto Slab', serif;
}
.txt_mincho {
	font-family: "A-OTF 秀英明朝 Pro";
}

/*----------------------------------------*/
/**	フォントカラー
------------------------------------------*/
.txt_bold {
	font-size:inherit;
	font-weight:bold;
}
.txt_red {
	color:#CC0000;
	font-size:inherit;
}
.txt_blue {
	color:#00C;
	font-size:inherit;
}
.txt_blue_bold {
	color:#00C;
	font-size:inherit;
	font-weight:bold;
}

/*----------------------------------------*/
/**	フォントサイズ
------------------------------------------*/
.txt_size7 {
	font-size:7px;
	font-size:0.7em !important;
}
.txt_size8 {
	font-size:8px;
	font-size:0.8em !important;
}
.txt_size10 {
	font-size:10px;
	font-size:1.0em !important;
}
.txt_size12 {
	font-size:12px;
	font-size:1.2em !important;
}
.txt_size13 {
	font-size:13px;
	font-size:1.3em !important;
}
.txt_size14 {
	font-size:14px;
	font-size:1.4em !important;
}
.txt_size16 {
	font-size:16px;
	font-size:1.6em !important;
}

