

#yoyaku {
	padding: 50px 0;
	color: #333;
}

.form-area {
	width: 980px;
	margin: 20px auto;
	background-color: #FFF;
	padding: 50px 70px;
}
.caution {
	color:#C00;
	font-weight: bold;
}

table.form-table {
	border-collapse:collapse;
	width: 100%;
	border: none;
}
table.form-table table {
	border: none;
	border-collapse:collapse;
	margin:10px;
}

table.form-table td,
table.form-table th {
	border: 1px solid #CCC;
	padding: 8px;
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-size: inherit;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
	border-bottom: 1px solid #CCC;
}
table.form-table th {
	background-color: #F6F6F6;
	width: 20%;
}
table.form-table input,
table.form-table textarea {
	padding: 2px;
	border: 1px solid #CCC;
	width: 98%;
}
table.form-table select {
	-webkit-appearance: menulist;
	-moz-appearance: toolbarbutton-dropdown;
	border-width: 1px;
}
table.form-table input[type="radio"],
table.form-table input[type="checkbox"] {
	width: initial;
	margin-right: 2px;
}
table.form-table label {
	display: block;
	width: 50%;
	float:left;
	padding: 3px 0;
}
table.form-table td.txt-white {
	background-color:#ff8399;
	color: #FFF;
}

input[type="submit"] {
	background-color:#ff8399;
	color: #FFF;
	padding: 10px 50px;
	border-radius: 30px;
	font-size: 130%;
	cursor: pointer;
}

@media (max-width: 979px) {
	table.form-table label {
		width: 100%;
	}
}
