@charset "utf-8";
/* -- お問合わせCSS -- */
#header{ height: 63px; }
#main{ top: 63px; }

ul.caution{ margin-bottom: 40px; }
ul.caution li{
	margin-left: 18px;
	list-style-type: disc;
}

#contact table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
}
#contact table th, #contact table td{
	padding: 8px 10px 6px;
	border: 1px solid #c6c9cd;
}
#contact table th{
	width: 270px;
	vertical-align: top;
	background-color: #e8ebee;
}

#contact input[type=text]{
	padding: 3px;
	border: 1px solid #c5c8cb;
	background: url(../images/bg/input.png) left 0 repeat-x #f8f9fa;
}
#contact textarea{
	width: 500px;
	height: 140px;
	padding: 3px;
	border: 1px solid #c5c8cb;
	background: url(../images/bg/textarea.png) left 0 repeat-x #f8f9fa;
}
.btn{ margin: 25px 0; text-align: center; }
.btn input:hover{ opacity: 0.50; filter: alpha(opacity=50); -ms-filter: "alpha(opacity=50)"; }
