@charset "utf-8";

/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/


#company table  {
	margin-bottom: 30px;
}
#content table th {
	width: 160px;
}
#content table th,
#content table td {
	padding: 3px 9px 1px;
}
/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content #map {
	width: 640px;
	height: 400px;
	margin-bottom: 30px;
}

/*-------------------------------------------------------------------
	.contact_tel
-------------------------------------------------------------------*/
#content .contact_tel {
	margin-bottom: 32px;
}


/*-------------------------------------------------------------------
	#mailform
-------------------------------------------------------------------*/
#mailform {
	margin-bottom: 30px;
}
#mailform #mailformpro {
	padding: 0;
}
#mailform table th {
	width: 200px;
}
#mailform th img {
 	vertical-align: top;
	padding: 4px 0 0 9px;
}
#mailform table th,
#mailform table td {
	padding: 3px 10px;
}
#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: 390px;
}
#mailform table td input.name {
	width: 248px;
}
#mailform table td input.datepicker {
	width: 118px;
}
#mailform table td select {
	border: 1px solid #C5C5C5;
	height: 24px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
	width:390px;
}
#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 #C5C5C5;
	height: 22px;
	padding: 0 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
	line-height: 1.2;

}
#mailform table textarea {
	background-color: #fff;
 	border: 1px solid #C5C5C5;
	width: 390px;
	height: 120px;
	margin:  3px 0 3px;
	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: 23px;
}
