@charset "utf-8";
/* CSS Document */

/* 汎用フォームエラー */
.formErrorLine {
	margin-bottom: 60px;
	padding: 20px;
	border: 1px solid red;
	font-size: 1.6rem;
	text-align: center;
	color: red;
}

/* 入力エラー アラートメッセージ */
.formErrorStr {
	font-size: 1.4rem;
	color: red;
	margin-bottom: 10px;
	font-weight: inherit;
	position: relative;
    top: -5px;
;
}
.formErrorLayout {
	display: block;
	float: left;
}

.red {
	color: #CC3333;
}
