@charset "shift_jis";

/* *******************************************
     フォントサイズ
******************************************* */

/*　見出し
------------------------------------------------- */
h1 {
	font-size: 140%;
	line-height: 100%;
}
h2 {
	font-size: 120%;
	line-height: 100%;
}
h3 {
	font-size: 120%;
	line-height: 100%;
}


/*　可変　行間あり
------------------------------------------------- */
.txs{
	font-size: 70%;
	line-height: 130%;
}
.txs_r{
	font-size: 70%;
	line-height: 130%;
	text-align: right;
}
.txm{
	font-size: 83%;
	line-height: 130%;
}
.txm_r{
	font-size: 83%;
	line-height: 130%;
	text-align: right;
}
.txl{
	font-size: 120%;
	line-height: 130%;
}
.txll{
	font-size: 130%;
	line-height: 130%;
}


