/* ------------------------------
 contact
 ------------------------------ */
#container {
	margin: 0 auto;
	padding: 40px 0 120px;
	text-align: left;
	width: 960px;
}

#contact:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
#contact { display: inline-block; }
/*\*/
* html #contact { height: 1%;}
#contact { display: block; }
/**/

#form {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: 628px;
}

#form_body {
	padding: 30px;
}

#form h2 {
	font-size: 180%;
	padding: 30px 30px 10px;
}

#form h3 {
	border-bottom: 1px solid #efeeed;
	font-weight: normal;
	line-height: 1.6;
	padding: 0 30px 30px;
}

#form table {
	margin-bottom: 10px;
}

#form th {
	width: 160px;
}

#form td {
	width: 408px;
}

#form .error_holder th,
#form .error_holder td {
	color: #e60000;
	padding-bottom: 20px;
}

#form td input.name,
#form td input.mail,
#form td textarea {
	background: #efeeed;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 0;
}

#form td input.name {
	width: 50%;
}

#form td input.mail {
	width: 100%;
}

#form td textarea {
	width: 100%;
	height: 120px;
}

#form .button {
	height: 50px;
	text-align: center;
}

#button_confirm,
#button_submit {
	background: #333231;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 120%;
	line-height: 50px;
	margin: 0 10px;
	padding: 0;
	text-align: center;
	width: 160px;
	height: 50px;
}
#button_confirm {
	width: 248px;
}

#button_confirm:hover,
#button_submit:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	opacity:0.8;
}

#information {
	background: #dfdedd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
	width: 296px;
}

#information_body {
	padding: 30px;
}

#information h4 {
	font-size: 120%;
}

#information .tel {
	padding-bottom: 1em;
}

#information .map {
	background: #fff;
	margin-bottom: 1em;
	position: relative;
	width: 236px;
	height: 236px;
}

#information .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ------------------------------
 confirm
 ------------------------------ */
#form.confirm .req {
	display: none;
}

#form.confirm th,
#form.confirm td {
	padding-bottom: 20px;
}

#button_back {
	background: #939291;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 120%;
	line-height: 50px;
	margin: 0 10px;
	padding: 0;
	text-align: center;
	width: 160px;
	height: 50px;
}

#button_back:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	opacity:0.8;
}
