@charset "shift_jis";

/* テーブル */
table.form{
	border : 1px solid #41924b;
	border-collapse: collapse;
}
table.form th, table.form td{
	text-align: left;
	border: 1px solid #41924B;
	padding: 8px;
	font-weight: normal;
}
table.form th{
	white-space: nowrap;
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #a5dea0;
  color : #3e3e3e;
}
table.form td{
	background: #d2eecf;
}

/* タイトル装飾 */
strong.ttl{
	text-align: left;
	border-left: solid 4px #00b359;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}

/* メッセージ */
p.msg{
	color: #dd0000;
	margin: 2em;
}
span.msg{
	color: #dd0000;
}

/* 戻りボタン */
form.back{
	margin-top: 2em;
}
