@charaset "UTF-8";
/**
 * common_location.css
 * 全店舗用共通CSS
 */

/* form
----------------------------------------------- */
form .form_error {
	background: #fee;
}
form .form_error_message {
	color: #e00;
	display: block;
}
