@charset "utf-8";
/*-------------------------------------------------------------
　　closeのマーク
-------------------------------------------------------------*/
.fixed .formErrorClose {
	display: none;
}
/*-------------------------------------------------------------
　　エラー時のCSS
-------------------------------------------------------------*/
.formErrorMsg,
.formErrorContent{
	color:#C63;
	font-size:12px;
	font-weight:normal;
	padding:5px 0;
}
table td .after.err {
	background: #faf1e6;
	position:relative;
}
table td .after.err input {
	background: #faf1e6;
	position:relative;
}
.errMsg,
.chkradio{
	color:#C63;
	font-size:12px;
	font-weight:normal;
	padding:5px 0;
}