
/* font 
===================================================================*/
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}


/* font color //フォントカラー
===================================================================*/
.text_red {
	color: #E60004 !important;
}
.text_black {
	color: #000000 !important;
}
.text_orange {
	color: #ED6D00 !important;
}
.text_blue {
	color: #003AA4 !important;
}
.text_skyblue {
	color: #00AAE8 !important;
}
.text_emerald {
	color: #63BCB6 !important;
}
.text_winered {
	color: #AE002F !important;
}
.text_white {
	color: #ffffff !important;
}
.text_brown {
	color: #2B0906 !important;
}


/* font style //フォントスタイル
===================================================================*/
.font_b {
	font-weight: bold !important;
}


/* text-decoration //リンク装飾
===================================================================*/
.link_under {
	text-decoration: underline !important;
}


/* line-height //行高さ
===================================================================*/
.lh15 {
	line-height: 1.5;
}

.lh16 {
	line-height: 1.6;
}

.lh17 {
	line-height: 1.7;
}
