@charset "utf-8";
@import "import.css";

#inquiry h2 {
	background: url(../images/titleBg-b.jpg) no-repeat left bottom;
	color: #fff;
	font-size: 1.33em;
	letter-spacing: 1px;
	margin-bottom: 35px;
	text-shadow: 0 0 3px #333;
}

#inquiry h2 span {
	background: url(../images/titleBg-t.jpg) no-repeat left top;
	display: block;
	padding: 13px 50px;
}

#inquiry .section {
	margin-bottom: 40px;
}

/* #to-tel */

#to-tel img {
	margin: 0 0 10px 40px;
}

#to-tel p {
	color: #c00;
	margin-left: 10px;
}

/* #to-mail */

#to-mail form {
	margin: 0 25px;
}

#to-mail table {
}

#to-mail th {
	background: url(../images/icon-circle.gif) no-repeat left 2px;
	font-weight: normal;
	padding: 0 10px 20px 18px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

#to-mail th span {
	color: #c00;
	font-weight: bold;
}

#to-mail td {
	color: #999;
	padding-bottom: 20px;
}

#to-mail td span {
	display: block;
}

#to-mail td input,
#to-mail td textarea {
	background-color: #eee;
	border: 1px solid #ccc;
}

#to-mail td input {
	width: 155px;
}

#to-mail .long td input {
	width: 300px;
}

#to-mail td textarea {
	height: 150px;
	width: 400px;
}

#to-mail p.submit {
	margin-right: 30px;
	text-align: right;
}

#thanks p {
	margin: 0 5px;
}
