@charset "UTF-8";
#content p.read {
	margin: 0px 75px;
}
#inquiryFormArea {
	color: #000;
	background: #DBE7F5 url(../images/form_bottom.gif) no-repeat left bottom;
	margin: 20px 75px 0px;
	padding-bottom: 15px;
}
#inquiryFormArea p.cap {
	font-size: smaller;
	padding: 25px 30px 5px;
	background: #DBE7F5 url(../images/form_top.gif) no-repeat left top;
}
#inquiryFormArea p.cap span {
	color: #b00a0a;
}
#inquiryFormArea table {
	border-collapse: collapse;
	width: 610px;
	border-top: 1px solid #bacdde;
	margin: 0px 30px;
}
#inquiryFormArea table tr th, #inquiryFormArea table tr td {
	vertical-align: top;
	padding: 7px 0px;
	border-bottom: 1px solid #bacdde;
}
#inquiryFormArea table tr.sendArea th, #inquiryFormArea table tr.sendArea td {
	border: none;
}
#inquiryFormArea table tr th {
	font-weight: normal;
	text-align: left;
	width: 5%;
	white-space: nowrap;
	padding-right: 1em;
}
#inquiryFormArea table tr th span {
	color: #b00a0a;
	font-size: smaller;
}
#inquiryFormArea input {
	width: 99%;
}
#inquiryFormArea textarea {
	width: 99%;
	height: 10em;
}
input#keitai {
	width: auto;
}
input#company {
	width: 300px;
}
input#mail, input#name, input#furigana {
	width: 200px;
}
input#tel1, input#fax1 {
	width: 40px;
}
input#tel2, input#fax2 {
	width: 60px;
}
input#tel3, input#fax3 {
	width: 80px;
}
input#postal1 {
	width: 40px;
}
input#postal2 {
	width: 60px;
}
#inquiryFormArea table tr.sendArea td input#send {
	width: 145px;
	height: 36px;
	float: left;
	margin-right: 15px;
}
p.cancelBtn {
	padding-top: 18px;
}
p.cancelBtn a {
	line-height: 0;
	width: 13em;
	padding: 0px 0px 0px 18px;
	background: url(../images/x01.gif) no-repeat left center;
}

