@charset "utf-8";

table.form {
	border-collapse: collapse;
	margin-top: 1em;
	width: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
table.form th, table.form td {
	text-align: left;
	font-weight: normal;
	padding-bottom: 8px;
}
table.form th {
	white-space: nowrap;
}
table.form td {

}

strong.ttl {
	text-align: center;
	font-size:1.2rem;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #300;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FBB;
}

}

p.msg {
	color: #330000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

form.back {
	margin-top: 2em;
}
