@charset "shift_jis";

#h1Title {
	height: 130px;
	background: url(../../inquiry/images/h1Title.jpg) left top no-repeat;
}

#wrapperBody #content .baseBox dl {
	margin-right: 20px;
	width: 605px;
}

#wrapperBody #content .baseBox dl dt {
	color: #F27209;
}

#wrapperBody #content .baseBox dl dd {
	width: 420px;
	font-size: 92.5%;
}

.inputTextField {
	background: #FFFFFF url(../../inquiry/images/inputText_bg.jpg) left top repeat-x;
	padding: 3px;
	border: #757575 solid 1px;
	font-size: 92.5%;
	line-height: 1.3;
}

.textFieldName {
	width: 300px;
}

.textFieldName2 {
	width: 100px;
}

.textFieldTel {
	width: 50px;
}

.textFieldAge {
	width: 30px;
}

.textFieldEmail {
	width: 250px;
}

.textFieldAddress {
	width: 400px;
}

.imeEnabled {
	ime-mode: disabled;
}

.textFieldNote {
	width: 400px;
}

.textFieldPrivacy {
	width: 350px;
}

#wrapperBody #content .baseBox .formBtnAreaSingle {
	clear: both;
	margin: 30px auto;
	width: 200px;
}

#wrapperBody #content .baseBox .formBtnAreaDouble {
	clear: both;
	margin: 30px auto;
	width: 400px;
}

#wrapperBody #content .baseBox .formBtnAreaDouble:after {
	content: "";
	display: block;
	clear: both;
}

#btnConf {
	display: block;
	width: 188px;
	height: 49px;
	text-indent: -999999px;
	overflow: hidden;
	background: url(../../inquiry/images/btn_inputConfirm.jpg) left top no-repeat;
	border: none;
}

#btnSend {
	float: left;
	display: block;
	width: 188px;
	height: 49px;
	text-indent: -999999px;
	overflow: hidden;
	background: url(../../inquiry/images/btn_inputSend.jpg) left top no-repeat;
	border: none;	
}

#btnBack {
	float: right;
	display: block;
	width: 188px;
	height: 49px;
	text-indent: -999999px;
	overflow: hidden;
	background: url(../../inquiry/images/btn_inputBack.jpg) left top no-repeat;
	border: none;	
}



