@charset "utf-8";
@import "/css/template.css";
/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
#conts h2 {
	margin: 0 0 23px 0;
}

#conts p {

}

#conts h3 {
	margin: 50px 0 18px 0;
}

#conts h4 {
	margin: 50px 0 18px 0;
}

#conts form {
	margin: 30px 0 0 0;
	background: #fff;
}

#conts form fieldset {
	padding: 25px 29px;

	color: #333;
}

#conts form table {
	margin: 10px 0 0 0;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#conts form th, #conts form td {
	padding-top: 12px;
	padding-bottom: 12px;
	background: url(/img/line/01.gif) repeat-x left bottom;
}

#conts form th {
	padding-right: 38px;
	padding-left: 22px;
	background: #F2F2F2 url(/img/line/01.gif) repeat-x left bottom;

	font-weight: normal;
}

#conts form th img {
}

#conts form th span {
	position: relative;
	top: -3px;
	left: 5px;

	color: #f00;
}

#conts form td {
	padding-left: 20px;
	width: 100%;
}

#conts form input.text {
	padding: 2px;
}

	* html #conts form input.text {
		height: 20px;
		/*Mac IE用ハック*/
		/*\*//*/
		height: auto;
		/**/
	}

#conts form .fName input, #conts form .fNameKana input {
	margin-right: 10px;

	width: 5em;
}

#conts form .fZipCode input {
	width: 5em;
}

#conts form .fAddress th, #conts form .fBody th {
	vertical-align: top;
}

#conts form .fZipCode #fZipCode01 {
	margin-right: 5px;
}

#conts form .fZipCode #fZipCode02 {
	margin-left: 5px;
}

#conts form .fAddress select {
	width: 80px;
}

#conts form .fAddress input {
	margin: 5px 0 0 0;
	width: 370px;
}

#conts form .fTel input, #conts form .fFax input {
	width: 5em;
}

#conts form .fTel #fTel01, #conts form .fFax #fFax01 {
	margin-right: 5px;
}

#conts form .fTel #fTel02, #conts form .fFax #fFax02 {
	margin: 0 5px;
}

#conts form .fTel #fTel03, #conts form .fFax #fFax03 {
	margin-left: 5px;
}

#conts form .fMail input {
	width: 370px;
}

#conts form .fBody th, #conts form .fBody td {
	background-image: none;
}

#conts form .fBody textarea {
	width: 370px;
	height: 70px;
}

#conts form #submit {
	padding: 27px 0 0 0;

	text-align: center;
}

/*------------------------------------------------------------
	エラーメッセージ
------------------------------------------------------------*/
#error #conts .errorMessage {
	color: #f00;
	font-weight: bold;
}

#error #conts .errorImg {
	position: relative;
	top: 3px;
	left: 10px;
}

#error #conts .errorImg02 {
	position: relative;
	top: -3px;
	left: 10px;
}

/*------------------------------------------------------------
	プレビュー
------------------------------------------------------------*/
#preview #conts form td {
	line-height: 1.7;
}

#preview #conts ul#submit li {
	margin: 0 30px;
	display: inline;
}

/*------------------------------------------------------------
	サンキュー
------------------------------------------------------------*/
#thanks #conts {
	padding: 25px 0;
	background: #fff;

	text-align: center;
}




