@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

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


#content .mailform{
	margin-bottom: 40px;
}
#content .mailform p.text{
	margin:0 0 15px;


}
#content .mailform #mailformpro {
	padding: 0;
}
#content .mailform th img {
 	vertical-align: top;
	padding: 4px 0 0 9px;
}
#content .mailform table td,#content .mailform table th{
	padding: 8px 10px;
	text-align:left;
}
#content .mailform table th{
	width: 218px;
	background:#F3F3DE;
}

#content .mailform table td label {
	margin: 0 20px 0 0;
	display: inline-block;
	/display: inline;
}
#content .mailform table td label.none {
	margin-right: 0;
}
#content .mailform table td label input {
	border:none;
	margin: 0 5px 0 0;
	vertical-align: -2px;

}
#content .mailform table td .short {
	width: 98px;
}
#content .mailform table td .time {
	width: 150px;
}
#content .mailform table td .middle {
	width:200px;
}
#content .mailform table td .long {
	width: 395px;
}
#content .mailform table td .t01 {
	width: 130px;
}
#content .mailform table td input.datepicker {
	width: 150px;
	margin-bottom:5px;
}
#content .mailform table td select {
	border: 1px solid #CCCCCC;
	height: 20px;
	margin-top: 2px;
	font-family: inherit;
	width: 180px;
	font-size:0.85em;
}
#content .mailform table td input.postage {
	width: 70px;
	height:20px;
}
#content .mailform table td input.address {
	margin-bottom: 5px;
}
#content .mailform table input[type="text"] {
	border: 1px solid #ccc;
	height: 24px;
	padding: 0 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
	line-height: 1.2;
	background: #F7F7EB;

}
#content .mailform table textarea {
 	border: 1px solid #ccc;
	width: 360px;
	height: 120px;
	margin:  3px 0 3px;
	font-family: inherit;
	line-height: 1.6;
	background: #F7F7EB;

}
#content .mailform p.submit{
	text-align:center;
	margin-top:20px;
}
#content .mailform p.submit button {
	background: none;
	border: none;
	outline: none;
}
/*-------------------------------------------------------------------
	#privacy
-------------------------------------------------------------------*/
#privacy {
	font-size:0.85em;
}
#privacy ol {
	list-style-type: decimal;
}
#privacy ol {
	margin: 0 0 0 20px;
}
#privacy ol li {
	padding-top: 10px;
}

#thanks{
	margin-bottom: 30px;
}
