/*
 * フォーム：エラー表示
 */

div.error, span.error, p.error{
	font-size:80%;
	color: #ff8c00;
	padding-top:2px;
}
input.error, select.error{
	background:#ffffef;
	border: solid 1px;
}

.fix_w {
	width: 148px;
	height: 21px;
}

.fix_w_error {
	width: 148px;
	height: 21px;
	background:#ffffef;
}
