@charset "utf-8";

h2 {
	float: left;
	text-align: left;
}

.main {
	width: 620px;
	float: right;
	text-align: left;
}

.note {
	padding: 12px 0 32px 0;
	margin-bottom: 40px;
	border-bottom: 1px dotted #d9d9d9;
}

h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

#form {
	width: 620px;
	background: #ddd;
	text-align: left;
	padding-bottom: 40px;
}

#form th {
	width: 172px;
	padding: 26px 0 0 27px;
	font-weight: normal;
}

#form td {
	padding: 20px 0 0 0;
	vertical-align: top;
}

#form td input[type="text"] {
	width: 400px;
	height: 29px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #fff;
}

#form .kind {
	padding-top: 5px;
	margin-bottom: 25px;
}

#form .kind input {
	vertical-align: 0.1em;
}

#form .date {
	margin-bottom: 20px;
	display: none;
}

#check #form .date {
	display: block;
}

#form .date input[type="text"] {
	width: 50px;
	margin-bottom: 3px;
}

#form .other textarea {
	width: 400px;
	height: 210px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #fff;
}

#form small {
	display: block;
	padding-top: 5px;
	color: #bd0031;
	font-size: 11px;
}

#form .mailNote {
	font-size: 87%;
	padding-top: 5px;
	width: 400px;
}

/**/
#check .kind,
#check .date {
	margin-bottom: 10px;
}

#check .other {
	border-top: 1px dotted #848484;
	border-bottom: 1px dotted #848484;
	padding: 10px 0;
	display: inline-block;
}


/**/
#thanks {
	padding-bottom: 290px;
}

#thanks h3 {
	margin-bottom: 76px;
}