@charset "utf-8";
/* お問い合せフォーム */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
#toiawase {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	width: 531px;
	padding-left: 209px;
	background-image: url(../image/formBg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#toiawase img {
	vertical-align: bottom;
	border: none;
}

#logo {
	position: absolute;
	left: 46px;
	top: 46px;
}

.description {
	margin: 15px 0 15px 35px;
}
#inputForm {
	margin-left: 35px;
}
#inputForm fieldset {
	margin-bottom: 15px;
	border: none;
}
#inputForm table {
	width: 100%;
	border: none;
}
#inputForm th, #inputForm td {
	padding: 10px 17px;
	border-bottom: 1px solid #E1D9CA;
	text-align: left;
} 
#inputForm th {
	width: 130px;
}
#inputForm td {
	background: #F8F6F2;
}
#inputForm .submit {
	text-align: center;
}
#inputForm .submit input {
	padding: 3px;
	border: 3px double #E1D9CA;
	background: #FFFFFF;
}
#inputForm .submit input:hover {
	border:  3px double #D94040;
	color: #D94040;
}
#inputForm .required {
	color: #D94040;
	font-style: normal;
}
#inputForm .text1,
#inputForm .text2,
#inputForm .text3,
#inputForm select {
	border: 1px solid #E1D9CA;
	padding: 3px;
}
#inputForm .text1:focus,
#inputForm .text2:focus,
#inputForm .text3:focus,
#inputForm select:focus {
	border: 1px solid #D94040;
}
#inputForm .text1 {
	width: 104px;
}
#inputForm .text2 {
	width: 60px;
}
#inputForm .text3 {
	width: 285px;
}
#inputForm .example {
	color: #787878;
	padding-left: 10px;
}
