@charset "utf-8";


/*---------------------------/
 input
/---------------------------*/
/*#entryform .multiple-with-text-1 {
	border:1px solid #8b8b8b;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 3px;
	width: 200px;
}
#entryform .untouched {
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	padding: 3px;
	border-top-color: #b9b9b9;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	border-left-color: #b9b9b9;
	background-color: #FFF3D7;
}*/


/* etH[
-----------------------------------------------------------------*/

#form-products {
	width: auto;
	margin-bottom: 30px;
}
#form-products .first {
	font-size: 80%;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#form-products .estimate-error {
	font-size: 80%;
	line-height: 18px;
	font-weight: normal;
	color: #FF0000;
	margin: 0px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#form-products table.formEtf {
	width: 100%;
	margin-bottom: 15px;
	font-size: 100%;
	background-color: #D3C6C2;
}
#form-products table.formEtf th {
	border: solid 1px #D3C6C2;
	width: 30%;
	background-color: #FFEED7;
	text-align: left;
	vertical-align: top;
	font-size: 80%;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#form-products table.formEtf th.thabsolute {
	background: #FFEED7 url(../images/icon_form_absolute.gif) no-repeat 122px 16px;
}
#form-products table.formEtf th.tharbitrariness {
	background: #FFEED7 url(../images/icon_form_arbitrariness.gif) no-repeat 122px 16px;
}
#form-products table.formEtf td {
	border: solid 1px #D3C6C2;
	width: 70%;
	padding: 15px;
	font-size: 80%;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#form-products table.formEtf td:hover{
	background-color: #F2EFEC;
}
#form-products table.formEtf input,
#form-products table.formEtf textarea {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	background-color: #FAFAFA;
	padding: 3px 3px 3px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b9b9b9;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	border-left-color: #b9b9b9;
}
#form-products table.formEtf select {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	background-color: #FAFAFA;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b9b9b9;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	border-left-color: #b9b9b9;
}
#form-products table.formEtf input:focus,
#form-products table.formEtf textarea:focus,
#form-products table.formEtf select:focus {
	background-color: #FDF3D9;
}
.smalltxt {
	font-size: 85%;
	font-weight: normal;
	color: #999999;
	margin-left: 5px;
}
.exampletxt {
	font-size: 100%;
	line-height: 24px;
	font-weight: normal;
	color: #6a6a6a;
}
.ruletxt {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.btn-area {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.2em;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.inner-box {
	width: auto;
	margin-top: 15px;
}
.w-30 {
	width: 30px;
}
.w-40 {
	width: 40px;
}
.w-150 {
	width: 150px;
}
.w-200 {
	width: 200px;
}
.w-250 {
	width: 250px;
}
.w-350 {
	width: 350px;
}



/*---------------------------/
 entry form
/---------------------------*/
a.estimate-back01 {
	background-image: url(../images/bt_form_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 54px;
	width: 244px;
	margin-left: 175px;
}
a.estimate-back01:hover {
	background-image: url(../images/bt_form_back.gif);
	background-repeat: no-repeat;
	background-position: 0px -54px;
}
.estimate-back01 span { display:none; }
.estimate-back02 {
	background-image: url(../images/bt_form_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 54px;
	width: 244px;
	float: left;
	margin-right: 15px;
	margin-left: 46px;
}
a.estimate-back02:hover {
	background-image: url(../images/bt_form_back.gif);
	background-repeat: no-repeat;
	background-position: 0px -54px;
}
.estimate-back02 span { display:none; }
.estimate-submit {
	display: block;
	float: left;
	height: 54px;
	width: 244px;
}


/*---------------------------/
 inquiry
/---------------------------*/
.privacy-box {
	background-color: #FFEED7;
	padding: 10px;
	height: 150px;
	width: auto;
	border: 1px solid #D3C6C2;
	overflow: auto;
	margin-bottom: 20px;
}
.privacy-box p {
	font-size: 80%;
	line-height: 18px;
	font-weight: normal;
	color: #3333333;
	margin: 0px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.privacy-box ul {
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
.privacy-box ul li {
	line-height: 16px;
	font-weight: normal;
	color: #505050;
	font-size: 80%;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
	margin-left: 40px;
}
.privacy-box span {
	font-size: 80%;
	line-height: 18px;
	font-weight: normal;
	color: #3333333;
	width: auto;
}
.privacy-box div {
	width: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 80%;
	line-height: 18px;
	color: #505050;
}
.privacy-check {
	width: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 80%;
	font-weight: normal;
	color: #333333;
}
.inquiry-error {
	font-size: 80%;
	line-height: 18px;
	font-weight: normal;
	color: #FF0000;
	margin: 0px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
