@charset "UTF-8";
/* テーブル */
table.form {
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	border: 1px solid #000000;
	padding: 8px;
}
table.form th {
	white-space: nowrap;
	background-color: #FFFFCC;
}
table.form td {
	background-color: #EDECEE;
}
/* メッセージ */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}
/* 戻りボタン */
form.back {
	margin-top: 2em;
}