@charset "UTF-8";

p.Hombun {
	margin:0.5em 0!important;
}

span.Hissu {
	font-weight:bold;
	color:red;
}

/* 入力フォーム枠 */

table#FormTable {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border-top:1px solid #666666;
	margin:0 auto 1em auto;
}

table#FormTable th {
	text-align:left;
	font-size:14px;
	white-space:nowrap;
	border-bottom:1px solid #666666;
	padding:5px;
	vertical-align:top;
	background:#DDDDDD;
}

table#FormTable th span {
	font-weight:bold;
	color:red;
}

table#FormTable th.SubTitle {
	text-align:left;
	font-size:14px;
	white-space:nowrap;
	border-bottom:1px solid #666666;
	padding:2px 5px;
	vertical-align:top;
	background:#BBBBBB;
}

table#FormTable td {
	text-align:left;
	font-size:14px;
	border-bottom:1px solid #666666;
	padding:5px;
	vertical-align:top;

}

table#FormTable td span { /* 注釈 */
	font-size:12px;
}

/* エラー表示 */

table#ErrorTable {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border-top:1px solid #FF9999;
	margin:0 auto 1em auto;
}

table#ErrorTable th {
	text-align:left;
	font-size:14px;
	white-space:nowrap;
	border-bottom:1px solid #FF9999;
	padding:5px;
	vertical-align:top;
}

table#ErrorTable td {
	text-align:left;
	font-size:14px;
	border-bottom:1px solid #FF9999;
	padding:5px;
	vertical-align:top;
	color:red;
}

/* サンクス */

div#Thanks {
	text-align:center;
}

div#Thanks p {
	font-size:16px;
	line-height:2;
}

