.box table {
	background-color: #BBBBBB;
	margin-top: 15px;
	border-collapse: collapse;
}
.box table th {
	font-weight: normal;
	border-bottom: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-left: 15px;
}
.box table td {
	border-bottom: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.number {
	font-size: 22px;
	color: #45B80A;
}
.box .bt {
	padding-top: 15px;
}
/*======================
form
======================*/
.form table {
	margin-top: 15px;
	margin-bottom: 15px;
}
.form table th {
	font-weight: normal;
	border-bottom: 1px dashed #BBBBBB;

	padding-left: 15px;
}
.form table td {
	border-bottom: 1px dashed #BBBBBB;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sub_btn {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 80px;
}
#container #contents .form input {
	margin-bottom: 5px;
}
/*======================
thanks
======================*/
.thanks {
	text-align: center;
}
.thanks p b {
	font-size: 20px;
	line-height: 300%;
}
