@charset "utf-8";

.text_L {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.text_L_red {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #CC0000;
}
.text_red {
	color: #CC0000;
}
.text_pink {
	color: #FF66FF;
}
.text_bold_green {
	font-weight: bold;
	color: #009900;
}
