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

/*-------------------------------------------------------------------
	.contact_tel
-------------------------------------------------------------------*/
#content .contact_tel {
	margin-bottom: 40px;
}
/*-------------------------------------------------------------------
	#mailform
-------------------------------------------------------------------*/
#mailform {
	margin-bottom: 50px;
}
#mailform p.text{
	margin:0 0 10px;
}
#mailform #mailformpro {
	padding: 0;
}
#mailform th img {
 	vertical-align: top;
	padding: 4px 0 0 9px;
}
#mailform table th{
	width: 200px;
}
#mailform table th span{
	font-size:0.8em;
}
#mailform table td,#mailform table th{
	padding: 6px 10px;
	line-height:1.6;;
}
#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 .time {
	width: 395px;
}
#mailform table td .middle {
	width:200px;
}
#mailform table td .long {
	width: 395px;
}
#mailform table td input.datepicker {
	width: 150px;
	margin-bottom:10px;
}
#mailform table td select {
	border: 1px solid #ccc;
	height: 20px;
	margin-top: 2px;
	font-family: inherit;
}
#mailform table td input.postage {
	width: 70px;
	height:20px;
}
#mailform table td input.t01 {
	width: 273px;
}
#mailform table td input.address {
	margin-bottom: 5px;
}
#mailform table input[type="text"] {
	border: 1px solid #ccc;
	height: 20px;
	padding: 0 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
	line-height: 1.2;
}
#mailform table textarea {
 	border: 1px solid #ccc;
	width: 395px;
	height: 120px;
	margin:  3px 0 3px;
	font-family: inherit;
	line-height: 1.6;
}
#mailform p.submit{
	text-align:center;
	margin-top:30px;
}
#mailform p.submit button {
	background: none;
	border: none;
}

#mailform span.naiyo{
	font-size:1em;
}
/*-------------------------------------------------------------------
	#privacy
-------------------------------------------------------------------*/
#privacy ol {
	list-style-type: decimal;
}
#privacy ol {
	margin: 0 0 0 21px;
}
#privacy ol li {
	padding-top:23px;
}


