@charset "UTF-8";
.color_red {
	color: #f0190f !important;
}
.color_pink {
	color: #ff4191 !important;
}
.color_orange {
	color: #ff7f00 !important;
}
.color_yellow {
	color: #ffe100 !important;
}
.color_green {
	color: #64d200 !important;
}
.color_blue {
	color: #00b9ff !important;
}
.bg_red {
	background-color: #f0190f !important;
}
.bg_pink {
	background-color: #ff4191 !important;
}
.bg_orange {
	background-color: #ff7f00 !important;
}
.bg_yellow {
	background-color: #ffe100 !important;
}
.bg_green {
	background-color: #64d200 !important;
}
.bg_blue {
	background-color: #00b9ff !important;
}
.border_red {
	border-color: #f0190f !important;
}
.border_pink {
	border-color: #ff4191 !important;
}
.border_orange {
	border-color: #ff7f00 !important;
}
.border_yellow {
	border-color: #ffe100 !important;
}
.border_green {
	border-color: #64d200 !important;
}
.border_blue {
	border-color: #00b9ff !important;
}
