@charset "UTF-8";

/*	お問い合わせフォーム	*/
div#inquiryForm dl{
	margin: 20px 0;
	width: 100%;
	overflow: hidden;
}

div#inquiryForm dt{
	margin: 0 0 20px 0;
	width: 140px;
	float: left;
	clear: left;
}

div#inquiryForm dd{
	margin: 0 0 20px 0;
	width: 400px;
	float: left;
}

div#inquiryForm select#inquiry_type{
	width: 20em;
}


div#inquiryForm dd.gender label{
	margin-right: 20px;
}

div#inquiryForm input#customer_name, input#customer_furigana{
	width: 80%;
}

input#address{
	width: 98%;
}

div#inquiryForm textarea{
	width: 98%;
	color: #333;
	background-color: #fff;
}

div#inquiryForm div.submit{
	clear: both;
	margin: 30px 0;
	text-align: center;
}

div#inquiryForm input.submit{
	width: 20em;
	letter-spacing: 0.1em;
}



/*	お問い合わせ内容の確認	*/
dl.confirm dt{
	margin: 0 0 0.5em 0;
	width: 10em;
	float: left;
	clear: both;
}

dl.confirm dd{
	height: 1%;	/* Hack for Win IE6 2行目以降の文字位置のずれを解消 */
	margin: 0 0 0.5em 10em;
}

html>body dl.confirmx dd{
	height: auto;
}

div#confirmSection div.submit{
	margin: 30px 0 0 10em;
	text-align: left;
}


div#confirmSection input.submit{
	width: 20em;
	letter-spacing: 0.3em;
}