@charset "utf-8";


/*  テキスト揃え  */
.alignL { text-align: left ; }
.alignC { text-align: center ; }
.alignR { text-align: right ; }

/*　フォント　*/
.small	{ font-size: 0.9em; }
.big	{ font-size: 1.16em; }
.bold	{ font-weight: bold; }

/*  フォント色  */
.red	{ color:#FF0000 ;}
.gray	{ color:gray ;}
.green	{ color:#4daf38 ;}

.fontsize-11 {
	font-size: 11px;
	line-height: 1.8em;
}
.fontsize-12 {
	font-size: 12px;
	line-height: 1.8em;
}
.fontsize-13 {
	font-size: 13px;
	line-height: 1.8em;
}
.fontsize-14 {
	font-size: 14px;
	line-height: 1.8em;
}
.fontsize-15 {
	font-size: 15px;
	line-height: 1.8em;
}
.fontsize-16 {
	font-size: 16px;
	line-height: 1.8em;
}
.fontsize-18 {
	font-size: 18px;
	line-height: 1.8em;
}
.fontsize-19 {
	font-size: 19px;
	line-height: 1.8em;
}
em{
    font-style: normal;
}

.gothic{
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.mincho{
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

