@charset "utf-8";

/* お問合せ */

#mainRight h2 {
	background-image: url(../inquiry/img/inquiry_ttl.jpg);
	background-repeat: no-repeat;
	width: 630px;
	height: 73px;
	margin-bottom: 32px;
	text-indent: -9999px;
}

#contact {
	width: 534px;
	height: 120px;
	background-image: url(../inquiry/img/tel_fax.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}

#contact a {
	background-image: url(../inquiry/img/dwnld_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 184px;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 307px;
	top: 77px;
}

#contact a:hover {
	background-position: bottom;
}

#pdfDl {
	width: 534px;
	margin: 20px auto;
}

#pdfDl p {
	float: left;
	width: 430px;
}

#pdfDl a {
	float: right;
}

/* フォーム */

#form_ttl {
	background-image: url(../inquiry/img/form_ttl.jpg);
	background-repeat: no-repeat;
	width: 630px;
	height: 37px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

#conf_ttl {
	background-image: url(../inquiry/img/conf_ttl.jpg);
	background-repeat: no-repeat;
	width: 630px;
	height: 37px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

#comp_ttl {
	background-image: url(../inquiry/img/comp_ttl.jpg);
	background-repeat: no-repeat;
	width: 630px;
	height: 37px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

#error_ttl {
	background-image: url(../inquiry/img/error_ttl.jpg);
	background-repeat: no-repeat;
	width: 630px;
	height: 37px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

#thanks_msg {
	background-image: url(../inquiry/img/thanks_msg.jpg);
	background-repeat: no-repeat;
	width: 586px;
	height: 200px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#thanks_msg p {
	padding-top: 150px;
	text-align: center;
}

#formBox {
	width: 586px;
	margin: 0 auto;
}

#privacy {
	width: 530px;
	height: 160px;
	overflow: scroll;
	margin: 0 auto;
	border: solid 1px #cccccc;
	padding: 10px;
}

#privacy p {
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 16px;
}

input,textarea,select {
	border: solid 1px #cccccc;
}

input#contact1,input#contact2,input#contact3,input#submit,
input#time1,input#time2,input#time3,input#time4 {
	border: none;
}

textarea {
	width: 417px;
	height: 160px;
}

.formFrame1 {
	width: 240px;
}

.formFrame2 {
	width: 300px;
}

.formFrame3 {
	width: 100px;
}

#formBtn,.button {
	width: 400px;
	margin: 45px auto 30px auto;
	text-align: center;
}

#submit {
	background-image: url(../inquiry/img/submit_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:184px;
	height: 65px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	*display: block;
}

.button #submit {
	float: left;
}

#myreset {
	background-image: url(../inquiry/img/back_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:184px;
	height: 65px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	*display: block;
}

/* Operaのみ適用 */
*+html:first-child #myreset,
*+html:first-child #submit {
	padding-left: 500px;
}

#myreset:hover,#submit:hover {
	background-position: bottom;
}

p.message,p.confirm,p.success {
	width: 588px;
	margin: 10px auto;
}

/* テーブル */
#table3 {
	width: 586px;
	margin-top: 10px;
	margin-bottom: 40px;
}

#table3 th {
	width: 138px;
	padding-right: 10px;
	text-align: right;
}

#table3 td {
	width: 418px;
	padding-left: 10px;
	padding-right: 0;
}

#table3 table th {
	border: none;
	width: 100px;
	text-align: right;
	font-weight: normal;
	padding: 5px 5px;
}

#table3 table td {
	border: none;
	width: 300px;
	font-weight: normal;
	padding: 5px 0px;
}

.require {
	background-image: url(../inquiry/img/hissu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}