@import url("./init.css");
@import url("./general.css");
@import url("./layout.css");
@import url("./base.css");
@import url("./parts.css");

/****************************/
/****** 個別のデザイン ******/
/****************************/

.formmail .notice {
	color: #FF0000;
}

.formmail table {
	width: 100%;
	margin: 10px auto;
}

.formmail table th {
	border: 1px solid #CCCCCC;
	vertical-align: top;
	text-align: justify;
	padding: 5px;
}

.formmail table th .sup {
	color: #FF0000;
}

.formmail table td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.formmail .center {
	text-align: center;
}

.formmail .confirmButton form {
	margin-bottom: 10px;
}
