@charset "utf-8";
#main_2 {
	width: 39rem;
}
.form table {
	width: 100%;
    border-style: solid;
    border-width: 1px 0px 0px 1px;
    border-color: #999999;
}

.form {
	font-size: 0.875em;
}
.form span {
	color: #993300;
	font-weight: bold;
}

.form table {
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #999999;
}
.form table.mailform th {
	background: #F5F5F5;
	font-weight: normal;
}
.form table.mailform th,
.form table.mailform td {
	padding: 8px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #999999;
	font-size: 0.875rem;
}
.form table.mailform td input {
	padding: 3px 1px;
}
.form table.mailform td label {
	margin-right: 5px;
	line-height: 18px;
}
.form table.mailform td label input {
	width:  18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
.form p input {
	margin: 0px 10px;
	padding: 10px;
	font-size: 1.2rem;
}
.thanks p {
	text-align: center;
}
@media (max-width: 786px) {
	#main_2 {
		width: 100%;
	}
}