@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	.contact_tel
-------------------------------------------------------------------*/
#content .contact_tel {
	margin-bottom: 30px;
}
/*-------------------------------------------------------------------
	#mailform
-------------------------------------------------------------------*/
#mailform {
	margin-bottom: 30px;
}
#mailform p.text{
	margin:0 0 10px;
}
#mailform .image{
	margin:20px 0 10px;
}
#mailform #mailformpro {
	padding: 0;
}
#mailform table th {
	width: 197px;
}
#mailform th img {
 	vertical-align: top;
	padding: 4px 0 0 9px;
}
#mailform table th,#mailform table td{
	padding: 9px 12px 9px 13px;
}
#mailform table.tab th,#mailform table.tab td{
	padding: 6px 10px;
}

#mailform table th span{
	font-size:0.85em;
	font-weight:bold;
	color:#CC3333;
	line-height:1.4;
}
#mailform table td span{
	font-size:1.4em;
	font-weight:bold;
	color:#CC3333;
}
#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:200px;
}
#mailform table td .long {
	width: 388px;
}
#mailform table td input.name {
	width: 145px;
}
#mailform table td input.datepicker {
	width: 150px;
	margin-bottom:10px;
}
#mailform table td select {
	border: 1px solid #CABFB5;
	height: 28px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
	width:260px;
	background:#FFFAEA;
}
#mailform table td input.postage {
	width: 70px;
	height:20px;
}
#mailform table td input.address {
	margin-bottom: 5px;
}
#mailform table input[type="text"] {
	border: 1px solid #CABFB5;
	height: 28px;
	padding: 0 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
	line-height: 1.2;
	background:#FFFAEA;
}
#mailform table textarea {
 	border: 1px solid #CABFB5;
	width: 388px;
	height: 160px;
	margin:  3px 0 3px;
	font-family: inherit;
	line-height: 1.6;
	background-color:#FFFAEA;
}
#mailform p.submit {
	margin: 20px 0 0;
	text-align:center;
}
#mailform p.submit button {
	background: none;
	border: none;
}

/*-------------------------------------------------------------------
	#privacy
-------------------------------------------------------------------*/
#privacy p {
	margin-bottom: 29px;
}
#privacy p.last {
	margin-bottom: 0;
}

/*-------------------------------------------------------------------
	#thanks
-------------------------------------------------------------------*/
#thanks {
	margin-bottom: 30px;
}