@charset "utf-8";

.txt_red {
	color: red !important;
}

@media print, screen and (min-width: 641px) {
}

@media screen and (max-width:640px) {

}