﻿@charset "utf-8";

/* エラーメッセージ */
div.error{
	border:2px solid #f46d31;
	padding:1em;
	background-color:#FFD;
	margin-top:1em;
	color:#000;
}
div.error ul{
	list-style:outside;
	font-size:1.25em;
	margin-left:1em;
}

