@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ /
	共通読込　
/ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@import "reset.css";
@import "base.css";
@import "common.css";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ /
	contact.html
/ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2 {
	height: 25px;
	padding: 0;
	margin: 15px 10px;
	border: none;
	border-bottom: #ccc 1px solid;
	background: #e9e9e9;
}
form {
	padding: 0;
	margin: 0;
}
form dl, form p, form td {
	margin: 0.5em 10px;
}
table {
	width: 90%;
	border: none;
	text-align: left;
	background: #fff;
	border-collapse: separate;
	border-spacing: 20px;
}
table th {
	width: 35%;
	height: 1.5em;
	line-height: 1.5em;
	padding: 0 5px;
	margin: 0;
	border-style: solid;
	border-color: #fff #aca899 #aca899 #fff;
	border-width: 1px;
	color: #333;
	vertical-align: top;
	text-align: left;
	background: #ddd;
}
table td {
	padding: 0 5px;
	margin: 0;
	border: #ccc 1px solid;
	background: #fff;
}
table ul {
	margin-left: 0;
}
table select {
	margin-left: -5px;
}
table td.sp {
	border: none;
	background: none;
}
input.name, input.address2, input.address3, textarea.comment {
	ime-mode: active;
}
input.email, input.tel {
	ime-mode: inactive;
}
table input {
	width: 100%;
	height: 1.5em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	border: none;
	vertical-align: middle;
	background: none;
}
table td textarea {
	width: 100%;
	height: 150px;
	padding: 2px 0;
	margin: 0;
	border: none;
	background: none;
}
table ul li {
	padding: 0;
	margin: 0 10px 0 0;
	display: inline;
	text-align: left;
	background: none;
	list-style-type: none;
}
table ul li input {
	width: auto;
	height: auto;
	margin: 0 5px 0 0;
	text-align: left;
	text-indent: 0;
}
.lr {
	width: 11em;
}
button {
	width: auto;
	height: 1.8em;
	line-height: 1.8;
	line-height: 100%;
	padding: 0 2px;
	margin: 5px;
	overflow: visible;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 93%;
	font-weight: normal;
	color: #565656;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	white-space: nowrap;
	background: #f4f4f4;
	cursor: pointer;
}
html>/**/body button {
	padding: 0 8px;
}
button:hover {
	border: 1px solid #ffd5ea;
	color: #ff80bf;
	background: #fcedf4;
}

