/* 全サイトのフォントのみ適用 */

.font_strong_green {
	font-size: 13px;
	color: #4D993E;
	font-weight: bold;
}

.font_small_red {
	font-size: 10px;
	color: #CC3300;
}
.font_strong_red {
	font-size: 13px;
	color: #CC3300;
	font-weight: bold;
}
