table {
	border-collapse: separate;
	border-spacing: 0 25px;
}

tr.required th:after {
	content: "\5FC5\9808";
	background: #e70012;
	color: #fff;
	padding: 3px 6px;
	margin-top: -3px;
	margin-left: 20px;
	float: right;
	line-height: 1;
}

tr:not(.send) th ,
p.th {
	padding-left: 20px;
	font-weight: bold;
	text-align: left;
	border-left: 3px solid #e70012;
}
th,td {
	line-height: 1;
	padding: 0 5px 0 20px;
}
input[type=text] ,
textarea {
	vertical-align: baseline;
	color: #3f3b3a;
	width: 500px;
	padding: 6px;
	box-sizing: border-box;
}
textarea {
	display: block;
	resize: vertical;
	height: 100px;
}



#submit.button:before {
	content: "\f1d8";
}
#myreset.button {
	font-size: 10pt;
	font-weight: normal;
	background-color: #888;
	padding: 5px 20px;
	border-width: 3px;
}
#myreset.button:before {
	content: "\f00d";
}


.attention {
	width: 720px;
}


/* ============================================================================
 zeromail */
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
legend {
	display: none;
}

.validation-failed {
	border: 1px solid #e70012;
	background: #FFF7F8;
}
.validation-advice {
	font-weight: bold;
	color: #e70012;
}


.wtn_copyright {
	display :none;
}



/* [Ajax] Result
--------------------------------------------------*/
/* 結果 */
#result {
	margin: 40px;
	background-color: #fff5f6;
}

#result div {
	border: 1px solid #e70012;
	padding: 20px;
}

#result:empty {
	margin:0;
	padding:0;
	border-width: 0;
}​

#result .confirm {
	font-weight: bold;
}

/* 完了メッセージ */
#result .success {
	font-weight: bold;
}



/*[EOF]*/
