@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 15px;
}
/*-------------------------------------------------------------------
	.contact_tel
-------------------------------------------------------------------*/
#content .contact_tel {
	padding: 12px 0 30px;
}

/*-------------------------------------------------------------------
	#mailform
-------------------------------------------------------------------*/
#mailform {
	margin-bottom: 26px;
}
#mailform #mailformpro {
	padding: 0;
}
#mailform table th {
	width: 188px;
	padding: 3px 0 0 10px;
}
#mailform th img {
 	vertical-align: top;
	padding: 4px 0 0 9px;
}
#mailform table td {
	padding: 4px 0 4px 10px;
}
#mailform table td label {
	margin: 0 10px 0 0;
	display: inline-block;
	/display: inline;
}
#mailform table td label.none {
	margin-right: 0;
}
#mailform table td label input {
	border:none;
	margin: 0 5px 0 0;
	vertical-align: -2px;
}
#mailform table td .short {
	width: 98px;
}
#mailform table td .middle {
	width: 198px;
}
#mailform table td .middle2{
	width: 144px;
	margin: 0 8px 0 8px;
}
#mailform table td .middle3{
	width: 33px;
	margin: 0 5px 0 5px;
}
#mailform table td .long {
	width: 403px;
}
#mailform table td .long2 {
	width: 343px;
}
#mailform table td input.name {
	width: 248px;
}
#mailform table td input.datepicker {
	width: 144px;
	margin: 0 5px 8px 0;
}
#mailform table td select {
	border: 1px solid #CCC;
	background:#fff;
	height: 24px;
	width:140px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
}
#mailform table td input.postage {
	width: 70px;
	margin-bottom: 4px;
}
#mailform table td input.address {
	margin-bottom: 5px;
}
#mailform table input[type="text"] {
	border: 1px solid #CCC;
	background:#fff;
	height: 22px;
	padding: 0 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
	line-height: 1.2;
}
#mailform table textarea {
	border: 1px solid #CCC;
	background:#fff;
	width: 405px;
	height: 120px;
	margin:  3px 0 8px;
	font-family: inherit;
	line-height: 1.6;
}
#mailform p.submit {
	margin: 20px 0 0;
	text-align:center;
}
#mailform p.submit button {
	background: none;
	border: none;
}

/*-------------------------------------------------------------------
	#privacy
-------------------------------------------------------------------*/
#privacy ol {
	list-style-type: decimal;
}
#privacy ol {
	margin: 0 0 0 21px;
}
#privacy ol li {
	padding-top: 26px;
}
#main #pagetop {
	padding: 25px 0 0;
}

/* thanks */
#content .thanks {
	margin-bottom: 20px;
}