@charset "utf-8";
div#contact {
	background:#fcf5e3;
	padding:60px 0 60px 0;
	min-height:660px;
	height:auto!important;
	height:660px;
}
div#contact span {
	color:red;
}
div#caution {
width:500px;
font-size:80%;
margin:0px 0 60px 90px;
}
table {
	margin-left:90px;
	border-collapse:collapse;
}
td {
padding:10px 0 10px 0;
}
input {
	width:auto;
	margin:0;
	border:solid 1px #aa8528;
}
input#email{
ime-mode:disabled;
}
textarea {
	border:solid 1px #aa8528;
}
td#submit_btn {
	text-align:center;
}
td#submit_btn input {
	background:#ffffff;
	cursor:pointer;
}
td#submit_btn button {
	width:auto;
	text-decoration:none;
	border:solid 1px #aa8528;
	background:#ffffff;
	color:#333333;
	cursor:pointer;
}
td.kakunin {
background:#fdfcf7;
border:solid 1px #aa8528;
padding:0 15px 0 15px;
width:auto;
}

