@charset "utf-8";
@import url(basic.css);
@import url(inquiry-basic.css);

/*■ページタイトルコンテナ
----------------------------------------------- */
.main-title-container {
	width: 656px;
	clear: both;
	margin-top: 25px;
	overflow: hidden;
}
h3.main-title-inquiry {
	background-image: url(../img/customer-inquiry/main-inquiry-title.gif);
	height: 44px;
	width: 339px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	clear: both;
}
h3.main-title-confirm-inquiry {
	background-image: url(../img/customer-inquiry/main-inquiry-confirm-title.gif);
	height: 44px;
	width: 339px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	clear: both;
}
h3.main-title-error-inquiry {
	background-image: url(../img/customer-inquiry/main-inquiry-error-title.gif);
	height: 44px;
	width: 339px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	clear: both;
}

.main-title-container p {
	font-size: 75%;
	margin-top: 10px;
	width: 550px;
	clear: both;
}
h4.main-title-tel {
	background-image: url(../img/customer-inquiry/main-inquiry-tel.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 46px;
	width: 485px;
	clear: both;
	margin-top: 25px;
}
h3.main-title-inquiry-net {
	background-image: url(../img/customer-inquiry/main-inquiry-topic-net.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 48px;
	width: 656px;
	clear: both;
	margin-top: 35px;
}

/*■お問い合せフォームのご注意
----------------------------------------------- */
.inquiry-form-notice-box {
	width: 654px;
	border: 1px dotted #333;
	background-color: #fdf9f6;
	clear: both;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h4.inquiry-form-notice-title {
	font-size: 80%;
	margin-left: 2em;
}

.inquiry-form-notice-box ul {
	margin-left: 3em;
	margin-top: 0.5em;
}
.inquiry-form-notice-box li {
	font-size: 75%;
	margin-top: 0.5em;
}


/*■お問い合せフォームテーブル
----------------------------------------------- */
.inquiry-form-box {
	clear: both;
	width: 656px;
	margin-top: 15px;
	overflow: hidden;
}
.form-tr {
	background-image: url(../img/customer-pamphlet/main-table-tr-back.gif);
	width: 656px;
	overflow: hidden;
	clear: both;
	margin-top: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: repeat-y;
}
.form-th {
	float: left;
	width: 210px;
	font-size: 80%;
	padding-left: 10px;
	font-weight: bold;
}
.form-th-hisu {
	float: left;
	width: 210px;
	font-size: 80%;
	padding-left: 10px;
	background-image: url(../img/customer-pamphlet/main-table-mark-hisu.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight: bold;
}
.form-th-nini {
	float: left;
	width: 210px;
	font-size: 80%;
	padding-left: 10px;
	background-image: url(../img/customer-pamphlet/main-table-mark-nini.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight: bold;
}

.form-td {
	float: right;
	width: 410px;
	padding-right: 10px;
	font-size: 80%;
}
.form-td span {
	font-size: 90%;
	display: block;
	margin-top: 0.4em;
}

/*フォームエラー*/
label.error{
	display: block;
	color: #F00;
}

/*■お問い合せフォームボタンボックス
----------------------------------------------- */
.form-btn-box1 {
	clear: both;
	width: 180px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
}
.form-btn-box2 {
	clear: both;
	width: 350px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.form-btn-box-left {
	float: left;
}
.form-btn-box-right {
	float: right;
}
.form-complete-box {
	clear: both;
	margin-top: 15px;
}



/*★★お問い合せフォーム 完了ページ★★
----------------------------------------------- */
h2.form-complete-topic1 {
	font-size: 90%;
	padding-left: 7px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #903E17;
}
h3.form-complete-topic2 {
	clear: both;
	margin-top: 1em;
	font-size: 90%;
	color: #F00;
}

.form-complete-box ul {
	margin-top: 1em;
	margin-left: 2em;
	font-size: 80%;
}
.form-complete-box p {
	font-size: 80%;
	margin-top: 1em;
}


/*★★お問い合せフォーム エラーページ★★
----------------------------------------------- */
.form-error-text {
	color: #F00;
	margin-top: 2em;
	font-weight: bold;
}
