﻿/* ----- オレンジ・ボールド12px----- */
.font01 {
	font-size: 12px;
	color: #F17539;
	font-weight: bold;
}
/* ----- 黒12px----- */
.font02 {
	font-size: 12px;
	color: #000000;
}
/* ----- 黒12px 行間16px----- */
.font03 {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
/* ----- 赤10px　行間14px----- */
.font04 {
	font-size: 10px;
	color: #FF0000;
	line-height: 14px;
}
/* ----- 赤10px　ボールド　行間14px----- */
.font05 {
	font-size: 10px;
	color: #FF0000;
	line-height: 14px;
	font-weight: bold;
}
/* ----- 黒10px 行間14px----- */
.font06 {
	font-size: 10px;
	color: #000000;
	line-height: 14px;
}
/* ----- 黒10px ボールド----- */
.font07 {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
/* ----- 黒16px----- */
.font08 {
	font-size: 16px;
	color: #000000;
}
/* ----- 緑16px----- */
.font09 {
	font-size: 16px;
	color: #50BFA3;
}
/* ----- 白12px ボールド----- */
.font10 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
/* ----- 全体ボールド　行間24px----- */
.bold_txt {
	font-weight: bold;
	line-height: 24px;
}

