/**
 * エラーメッセージ。
 */
.errorMessage {
	padding: 5px;
	border-width: 2px;
	border-style: dotted;
	border-color: #ff8888;
	background-color: #ffffe0;
}
.errorMessage li {
	list-style-type: none;
	color: #a52a2a;
	font-size: 12px;
	text-align: left;
}
.actionMessage {
	padding: 5px;
	border-width: 2px;
	border-style: dotted;
	border-color: #ff8888;
	background-color: #ffffe0;
}
.actionMessage li {
	list-style-type: none;
	color: #a52a2a;
	font-size: 12px;
	text-align: left;
}
