@charset "utf-8";
.text-box {
	height: 100px;
	width: 402px;
	overflow: auto;
	font-size: 12px;
	line-height: 1.3em;
	background-color: #eeeeee;
	margin: 0px;
	border: 1px solid #999999;
	padding: 5px;
}
.text-box-label {
	margin-left: 0px;
}
.inquiry-form {
	width: auto;
}
.inquiry-form-bd {
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
}
.item-name {
	float: left;
	height: 23px;
	padding-left: 45px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.item-form {
	float: right;
	width: 500px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
}
.item-1 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
	padding-right: 20px;
	padding-left: 20px;
}
.item-name p {
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
}
.required{
	background-image: url(../img/req-icon.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.item-form li {
	line-height: 14px;
}
.bottm-sp {
	margin-bottom: 1em;
}
.float-l li{
	float: left;
}
.submit-bt button {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.submit-bt {
	margin-left: 120px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.form-l {
	float: left;
	margin-right: 20px;
}
.hotmail-text {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.add-sp {
	width: 100px;
	float: left;
	line-height: 25px;
}
.bd-rd-btm{
	-webkit-border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;;
	-o-border-radius:0px 0px 10px 10px;
	-ms-border-radius:0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
}
.thanks-text{
	font-size: 16px;
	line-height: 1.4em;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;

}
.text-r {
	text-align: right;
}
.fl-cl {
	clear: both;
}
