@charset "utf-8";
/*
*
* inquiryform.php
*
*/


/*----------- inquiryform.php ------------------*/
.inquirytitle01 {
	margin: 6px 0 0 0;
}

.inquiryformtext {
	margin: 22px 0 0 0;
	font-size: 13px;
	color: #444;
	line-height: 1.5em;
}
.inquiryformtext a:link {
	color: #0583c9;
}
.inquiryformtext a:visited {
	color: #0583c9;
}
.inquiryformtext a:hover {
	color: #0583c9;
	background-color: #eee;
}
.inquiryform_form {
	margin: 30px 0 0 0;
	width: 650px;
}
.inquiryform_form .note {
	text-align: right;
	font-size: 11px;
	color: #444;
}
.inquiryform_form table {
	border-collapse: collapse;
	width: 650px;
}
.inquiryform_form table tr th {
	width: 130px;
	border-style: solid;
	border-color: #A6A6A6;
	border-width: 1px;
	color: #0583c9;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	padding: 8px;
	background-color: #f2f3ff;
}
.inquiryform_form table tr td {
	border-style: solid;
	border-color: #A6A6A6;
	border-width: 1px;
	color: #444;
	font-size: 14px;
	padding: 8px;
	line-height: 1.5em;
}
.inquiryform_form table tr td input {
	margin: 0 3px 5px 3px;
}
.inquiryform_form table tr td select {
	margin: 0 3px 5px 3px;
}
.inquiryform_form table tr td textarea {
	margin: 0 3px 5px 3px;
}
.inquiryform_form table tr td .dashedline {
	border-style: dashed none none none;
	border-color: #A6A6A6;
	border-width: 1px;
	padding: 8px 0 0 0;
	margin: 8px 0 0 0;
}
.inquiryform_form table tr td .telcolor {
	color: #0583c9;
}
.inquiryform_form .confirmbutton {
	margin: 15px 0 0 293px;
}

/*----------------- inquiry.php のメールフォーム ---------------------*/
.inquiryform_form table tr td #mform_namesei {
	width: 150px;
}
.inquiryform_form table tr td #mform_namemei {
	width: 150px;
}
.inquiryform_form table tr td #mform_furiganasei {
	width: 150px;
}
.inquiryform_form table tr td #mform_furiganamei {
	width: 150px;
}
.inquiryform_form table tr td #mform_company {
	width: 460px;
}
.inquiryform_form table tr td #mform_companykana {
	width: 460px;
}
.inquiryform_form table tr td #mform_email {
	width: 460px;
}
.inquiryform_form table tr td #mform_emailcompare {
	width: 460px;
	margin-top: 5px;
}
.inquiryform_form table tr td #mform_zipa {
	width: 50px;
}
.inquiryform_form table tr td #mform_zipb {
	width: 50px;
}
.inquiryform_form table tr td #mform_addra {
}
.inquiryform_form table tr td #mform_addrb {
	width: 460px;
}
.inquiryform_form table tr td #mform_telaa {
	width: 60px;
}
.inquiryform_form table tr td #mform_telab {
	width: 60px;
}
.inquiryform_form table tr td #mform_telac {
	width: 60px;
}
.inquiryform_form table tr td #mform_faxa {
	width: 60px;
}
.inquiryform_form table tr td #mform_faxb {
	width: 60px;
}
.inquiryform_form table tr td #mform_faxc {
	width: 60px;
}
.inquiryform_form table tr td #mform_comment {
	width: 460px;
}


/*----------------- error ---------------------*/
.errormsg {
	margin: 20px 0 10px 0;
	border-style: none none dotted none;
	border-color: #ddd;
	border-width: 1px;
}
.errormsg01 {
	font-size: 13px;
	color: #900;
	line-height: 2em;
	border-style: dotted none none none;
	border-color: #ddd;
	border-width: 1px;
}
.errormsg02 {
	margin: 0 0 0 7px;
}


/*--------- end of file ----------*/
