
/********************
お問い合せ
********************/
#inquiry {
	background: url(../images/event_back_d.png) repeat;
	position: relative ;
	padding: 10px 0px;
	width: 700px;
}
#customersvoice fieldset {
	padding: 5px;
	margin: 10px;
	border: 1px solid #e2d7c6;
}

#customersvoice label {
	display: inline-block;
	width: 160px;
	vertical-align: top;
}

#customersvoice input,
#customersvoice textarea {
	width: 460px;
}

#customersvoice #zip {
	width: 120px;
}

#submit_btn {
	text-align: center;
}

#submit_btn input {
	width: 100px;;
	margin: 10px;
}