@charset "utf-8";
/* CSS Document */
.contact {
	width:980px;
	margin:0 auto;
}
.contact .main_head {
	margin-top:9px;
	margin-bottom:30px;
}
.contact h2 {
	background-color:#fff8f0;
	padding:15px;
	margin-bottom:38px;
}
.contact .contact_phone_wrap {
	margin-bottom:90px;
}
.contact .contact_mail_wrap dl {
/*	max-height:1000px; */
}
.contact .contact_mail_wrap dt {
	width:130px;
	height:43px;
 margin-bottom:15px;
	float:left;
}
.contact .contact_mail_wrap dt.sen-1 {
	line-height:44px;
}
.contact .contact_mail_wrap dd {
	min-height:43px;
	margin-bottom:15px;
	margin-left:130px;
}
.contact .contact_mail_wrap dd input {
	width:439px;
	height:39px;
	font-size:18px;
	background-color:#f7f7f7;
	border:1px solid #aaa;
}
.contact .contact_mail_wrap dd.textarea {
 height:300px;
}
.contact .contact_mail_wrap dd textarea {
 width:830px;
 height:300px;
	font-size:18px;
	background-color:#f7f7f7;
	border:1px solid #aaa;
}
.contact .contact_mail_wrap dd #add_no {
	width:283px;
}
.contact .contact_mail_wrap dd #address {
	width:770px;
}
.contact .contact_mail_wrap dd #tel,
.contact .contact_mail_wrap dd #fax {
	width:342px;
}
.contact .contact_mail_wrap dd #mail {
	width:570px;
}
.contact .contact_mail_wrap #confirm_button {
/*	width:980px; */
	text-align:center;
	margin:80px auto;
}
.contact .contact_mail_wrap input#confirm {
	height:53px;
	line-height:53px;
	padding:0 40px;
	background-color:#f26300;
	border:none;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	color:#fff;
	cursor: pointer;
}
/* 送信確認・戻るページ-------------------------------- */
.contact .contact_mail_wrap .confirm_result dd {
 width:840px;
}
.contact .contact_mail_wrap .confirm_result dd.text_label {
	height:43px;
}
.contact .contact_mail_wrap .confirm_result .text_area {
 width:840px;
 word-wrap: break-word;
}
.contact .contact_mail_wrap #confirm_button input#return,
.contact .contact_mail_wrap #confirm_button input#submit,
.contact .contact_mail_wrap #confirm_button input#contact_back {
	height:50px;
	line-height:50px;
	padding:0 30px;
	background-color:#f26300;
	border:none;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	color:#fff;
	cursor: pointer;
}