@charset "utf-8";

input.hasError,
select.hasError,
textarea.hasError {
	background-color: #FFDDE3;
}
input[type="text"].hasError,
select.hasError,
textarea.hasError {
	border: 2px solid #ff4545;
}
@media screen and (max-width: 640px){
	input[type="text"].hasError,
	select.hasError,
	textarea.hasError {
		border: 1px solid #ff4545;
	}
}
.errorMessageArea{
	padding-top: 3px;
}
.errorMessage {
	color: #cc0003;
	font-weight: bold;
}
