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


.form_link a:link { color:#c9151e; text-decoration:none; }
.form_link a:visited { color:#c9151e; text-decoration:none; }
.form_link a:hover { color:#c9151e; text-decoration:underline; }
.form_link a:active { color:#c9151e; text-decoration:underline; }

.back_link a:link { color:#c9151e; text-decoration:underline; }
.back_link a:visited { color:#c9151e; text-decoration:underline; }
.back_link a:hover { color:#c9151e; text-decoration:none; }
.back_link a:active { color:#c9151e; text-decoration:none; }


form {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
.form_table {
	margin-left: 28px;
	font-size: 12px;
	line-height: 14px;
	color: #111111;
	font: normal 11px Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ＭＳ Ｐゴシック, sans-serif, Arial, Helvetica, sans-serif;
}
.form_table p {
	width:200px;
	margin: 0px 20px 10px 10px;
	padding: 2px 0px 0px;
	float: left;
	height: auto;
	width: auto;
}
.form_table b {
	margin: 0px;
	padding: 0px 0px 8px;
	float: left;
	height: auto;
	width: auto;
	font-size: 10px;
	line-height: 12px;
	clear: left;
	font-weight: normal;
}
.form_table textarea {
	margin-bottom: 17px;
}
.form_agree {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin-left: 24px;
}
.form_hissu p {
	margin-left: 28px;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 14px;
}
.form_error div {
	font-size: 12px;
	line-height: 14px;
	color: #c9151e;
	height: auto;
	width: auto;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 28px;
	text-align: left;
	float: left;
	clear: left;
}
.form_error ul {
	height: auto;
	width: auto;
	margin: 0px;
	padding: 2px 0px 5px;
	font-weight: normal;
}
.form_error li {
	display: inline;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	clear: left;
	float: left;
}

