@charset "utf-8";
/**************************************************
 * 共通部品
 **************************************************/
.required-mark {
	color : #F03;
}

.attention-info {
	color : blue;
}

.required-info {
	margin-bottom : 2px;
}

/* 警告 */
.warning-info {
	color : red;
}

/* エラー */
.errmsg {
	font-size: 12px;
	color: red;
}

.errCtrl {
	background-color: pink !important;
}

/* 常用 */
.R {
text-align: right;
}
.C {
text-align: center;
}
.L {
text-align: left;
}
