@charset "utf-8";
/* CSS Document */
/*ここからお問合せ*/

.contact {
	width:645px;
	font-size: 13px;
	color: #333;
	border-collapse:separate;
	border-spacing:2px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 20px;
}

.contact th {
	padding:8px 10px;
	text-align:left;
	background-color: #fef0f4;
}

.contact td {
	padding:10px;
	background:#eceff1;
}
table.contact .w25{
	width:25%;
	margin:0 1%;
}
table.contact .w25:first-of-type{
	margin-left:0;
}
.submit-form {
	text-align:center;
	padding-bottom: 20px;
}
.table_submit {
	text-align: center;
}

.submit {
	text-align: center;
    border-collapse: collapse;
}

.submit th {
    border: 1px solid #fff;  
	padding:10px;
	text-align:center;
	vertical-align: middle;
}

.submit td {
	border: 0px solid #FFF;
	text-align: center;
	padding: 10px;
}
.first01 ul {
	margin-left: 20px;
}

.estex {
	float: left;
	width: 200px;
}
.esimg {
	float: right;
	width: 330px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #903;
}
.esimg dt {
	line-height: 30px;
	background-image: url(../images/common/icon01.gif);
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	color: #900;
	font-size: 14px;
}
.esimg li {
	margin-left: 15px;
}

/*見積りフォームボタン*/
#orderForm .sendBtn {
    margin: 40px 0 60px 0;
    text-align: center;
}
#orderForm .sendBtn input {
    margin: 0 15px;
}
