@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
.thanks{
	margin-bottom:30px;
}

#company table {
	margin-bottom: 50px;
}
#company table th {
	width: 160px;
}
#company table th,
#company table td {
	padding: 3px 9px 2px;
}
/*-------------------------------------------------------------------
	.contact_tel
-------------------------------------------------------------------*/
#content .contact_tel {
	margin-bottom: 15px;
}
/*-------------------------------------------------------------------
	#mailform
-------------------------------------------------------------------*/
#mailform {
	margin-bottom: 50px;
}
#mailform p.text{
	margin-bottom:13px;
}
#mailform #mailformpro {
	padding: 0;
}
#mailform table th {
	width: 200px;
}
#mailform th img {
 	vertical-align: top;
	padding: 4px 0 0 9px;
}
#mailform table th{
	padding: 5px 9px;
}
#mailform table td {
	padding: 5px 5px 4px 7px;
}
#mailform table td label {
	margin: 0 20px 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 .long {
	width: 399px;
}
#mailform table td input.name {
	width: 248px;
}
#mailform table td input.datepicker {
	width: 118px;
}
#mailform table td select {
	border: 1px solid #CCCCCC;
	height: 24px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
}
#mailform table td input.datepicker {
	margin-right: 10px;
}
#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 #FFF7F7;
	height: 20px;
	padding: 0 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
	line-height: 1.2;
	background: #FFF7F7;
}
#mailform table textarea {
	background-color: #FFF7F7;
 	border: 1px solid #FFF7F7;
	width: 399px;
	height: 120px;
	margin:  3px 0 3px;
	font-family: inherit;
	line-height: 1.6;
}
#mailform p.submit {
	margin: 40px 0 0;
	text-align:center;
}
#mailform p.submit button {
	background: none;
	border: none;
}


/*-------------------------------------------------------------------
	#privacy
-------------------------------------------------------------------*/
#privacy {
	margin-bottom:45px;
}
#privacy ol {
	list-style-type: decimal;
}
#privacy ol {
	margin: 0 0 0 21px;
}
#privacy ol li {
	padding-top: 24px;
}
#content .box dl{
	margin-bottom:10px;
}
#content .box dl dt{
	background:url(../image/icon02.jpg) left center no-repeat;
	padding:0 0 0 30px;
	margin-bottom:3px;
}
#content .box dl dd{
	padding:0 0 0 30px;
}
#content .box{
	margin-bottom:40px;
}

