
.contents form table.form {
	width: calc(100% - 10px);
	margin: 30px 5px 0px;
}
.contents form table.form tr td {
	width: 100%;
	display: block;
}
.contents form table.form tr td:first-child {
	width: calc(100% - 10px);
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
.contents form table.form tr td:last-child {
	width: calc(100% - 10px);
	padding-left: 10px;
}
.contents .form tr td input {
	width: calc(100% - 20px);
	margin: 5px 0px;
}
.contents .form tr td input.w334 {
	width: calc(100% - 95px);
}
.contents .form tr td input.w182 {
	width: calc(100% - 131px);
}
.contents .form tr td textarea {
	width: calc(100% - 22px);
	margin: 5px 0px;
}
.contents .form tr td span.gray {
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
}
.contents form .txt_c {
	text-align: left;
}


.contents dl {
	width: 100%;
}
.contents dl dt {
	padding: 10px 0px 0px 14px;
	display: block;
}
