@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
#conts h2 {
	margin: 0 0 15px;
}

#conts p,
#conts th,
#conts td {
	font-size: 1.125em;
}

#conts .hissu {
	color: #f00;
	font-weight: normal;
}

#conts th,
#conts td {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
}

#conts th {
	width: 205px;
	background: #f3f3f3;
	border-right: none;

	vertical-align: top;
}

#conts td {
	width: 350px;
	border-left: none;
}

#conts table .notes {
	margin: 3px 0 0;
	padding: 0;
	display: block;

	font-size: 0.75em;
	font-weight: normal;
	text-indent: 0em;
}

#conts #fCompanyName {
	width: 180px;
}

#conts .fContactName input,
#conts .fContactNameKana input {
	margin-right: 10px;
	width: 100px;
}

#conts #fZipCode01,
#conts #fZipCode01,
#conts .fTel input,
#conts .fFax input {
	width: 65px;
}

#conts td .zipCode {
	margin: 0 0 10px 8em;
}

#conts #fAddress {
	margin: 5px 0 0;
	width: 325px;
}

#conts #fMail,
#conts #fMailCheck {
	width: 300px;
}

#conts #fBody {
	width: 340px;
	height: 170px;
}

#conts .submit {
	margin: 30px 0 0;

	text-align: center;
}

#conts .error {
	border: 2px solid #f00;
}

.preview #conts td {
	vertical-align: middle;
}

.thanks #conts p {
	margin: 1em 0;
}

.thanks #conts .returnTop {
	margin: 40px 0 0;

	text-align: center;
}
