@charset "utf-8";
.option {
	font-weight: bold;
	text-decoration: underline;
	color: #F00;
}
.font_bold {
	font-weight: bold;
}
.red_bold {
	font-weight: bold;
	color: #F00;
}
.font_red {
	color: #F00;
}
