@charset "Shift_JIS";


form {
	margin-top: 20px;
}


div.contact label {
	color: #c64b63;
	background: url(img/marker.gif) no-repeat left center;
	padding-left: 15px;
}
.checkbox {
	padding: 0 20px 5px 0;
	display: block;
	float: left;
}
.group .right {
	width: 400px;
}
input {
	vertical-align: middle;
}
#form {
	width: 635px;
	margin-left: 120px;
	margin-bottom: 100px;
}
fieldset {
	margin-bottom: 20px;
	border: solid 10px #e6e6e6;
	padding: 20px;
}
label {
	width: 140px;
	display: block;
	float: left;
	line-height: 2;
	clear: both;
}
div.group {
	clear: both;
	width: 545px;
	padding: 10px 15px;
	background: url(../common/line_dot.gif) no-repeat left bottom;
}
input {
	height: 22px;
	border: solid 1px #d2d2d2;
	line-height: 22px;
}
textarea {
	border: solid 1px #d2d2d2;
}
#company, #name1, #name2, #tel, #email1, #email2 {
	width: 280px;
}
#address1 {
	width: 380px;
}
#message {
	width: 380px;
}

#btn-box {
	text-align: center;
	padding: 17px;
	height: 26px;
	background: #e9e9e9;
	margin-bottom: 100px;
	
}
#btn-box button {
	width: 100px;
	height: 26px;
}