@charset "utf-8";


/*err*/
.err{
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	display: block;
}
/*error*/
div.error{
	border: solid #f00 1px;
	padding: 10px 10px 0;
	background-color: #FFF4FF;
	margin-right: 5px;
	margin-bottom: 10px;
}
/*must*/
span.must{
	color: #f60;
	font-style: normal;
	font-weight: bold;
	padding: 0 2px;
	font-size: 12px;
}
/*ex*/
.ex{
	color: #848FAE;
	font-size: 100%;
}

