@charset "UTF-8";

/* ======================================================================================
 お見積もり・お問い合わせ
====================================================================================== */
#page-contct,
#page-contact {
	margin-top: 120px;
}


#ttl-contact {
	padding: 20px 0 0;
	margin: 0 0 30px;
}


/* 共通タブナビゲーション
-------------------------------------------------------------------- */
#contact-nav {
	padding: 30px 0 0;
	border-bottom: 5px solid #187600;
}

.contact-nav-inquiry {
	border-bottom: 5px solid #52331a !important;
}


#contact-nav ul li {
	width: 480px;
	float: left;
}

#contact-nav ul li a {
	display: block;
	color: #ffffff;
	text-align: center;
	margin: 0 15px;
	height: 50px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

#contact-nav #tab-quotation a {
	background: url(../images/img_contact_tab.gif) 0 0 no-repeat;
}

#contact-nav #tab-quotation.current a,
#contact-nav #tab-quotation a:hover {
	background-position: 0 -50px;
}

#contact-nav #tab-contact a {
	background: url(../images/img_contact_tab.gif) -450px 0 no-repeat;
}

#contact-nav #tab-contact.current a,
#contact-nav #tab-contact a:hover {
	background-position: -450px -50px;
}

/* お見積もりカテゴリーの選択
-------------------------------------------------------------------- */
#category-choice-box {
	padding: 30px 0 0;
	margin-bottom: 90px;
	display: flex;
	justify-content: space-between;
}

#category-choice-box .category {
	width: 300px;
	text-align: center;
	font-size: 16px;
}

#category-choice-box .category-image {
	margin: 0 0 40px;
}

#category-choice-box a {
	width: 285px;
	/*
	display: block;
	width: 238px;
	height: 46px;
	margin: 0 auto 5px;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	*/
}

#category-choice-box #category-pallet a {
	background-image: url(../images/btn_contact_to_pallet.gif);
}

#category-choice-box #category-kibako a {
	background-image: url(../images/btn_contact_to_kibako.gif);
}

#category-choice-box #category-buzai a {
	background-image: url(../images/btn_contact_to_buzai.gif);
}

#category-choice-box a:hover {
	background-position: 0 -46px;
}

/* お見積もり 全般
-------------------------------------------------------------------- */

#quotation #input-note-box,
#quotation #confirm-box {
	padding: 0;
	margin: 0 0 20px;
}

#inquiry #input-note-box,
#inquiry #confirm-box {
	margin: 0 0 20px;
}

#quotation #input-note-box p,
#quotation #confirm-box p,
#inquiry #input-note-box p,
#inquiry #confirm-box p {
	line-height: 1.8em;
}

#quotation #input-note-box span,
#inquiry #input-note-box span {
	display: block;
	padding: 10px 0 0;
	font-size: 14px;
}

#inquiry #confirm-box {
	margin: 0 0 20px;
	display: none;
}


#quotation #confirm-box {
	display: none;
}

#faq {
	margin-bottom: 50px;
}

#faq .title {
	background-color: #efeacc;
	color: #52331a;
	padding: 10px;
	font-weight: 500;
}


#faq dl {
	margin: 18px 0;
}

#faq dt,
#faq dd {
	padding: 5px 10px;
	font-weight: 500;
}

#faq dt {
	color: #aa0000;
}

#faq dd p span {
	color: #187600;
}


#pallet .radio-horizon .fright p a {
	background: url(../images/btn_contact_blank_pallet.gif) 0 0 no-repeat;
}

#kibako .radio-horizon .fright p a {
	background: url(../images/btn_contact_blank_kibako.gif) 0 0 no-repeat;
}





/* オプション -------------------- */
.quote-option {
	margin: 0 0 20px;
}

.quote-option h4 {
	padding: 0 0 10px;
}

.option-special {
	margin: 0 0 0px;
	display: flex;
	flex-direction: column;
}

.option-special-list {
	margin: 0 0 20px;
}

.option-special-list div {
	float: left;
	width: 100px;
}

.option-special-list div label {
	display: block;
	margin: 0 20px 0 0;
	height: 110px;
	cursor: pointer;
	background: 0 0 no-repeat;
}

.option-special-list div label.checked {
	background-position: -83px 0;
}

.option-special-list div input {
	display: block;
	width: 83px;
	height: 88px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}

.option-special-list div span {
	display: block;
	text-align: center;
	width: 83px;
	color: #a9a9a9;
	font-size: 16px;
	font-weight: 500;
}

.option-special-list div label.checked span {
	color: #333333;
}

.option-special-list .autoConfirmVal {
	display: none;
}

#pallet .option-special-list #op-name label {
	background-image: url(../images/img_op_name_pallet.jpg);
}

#kibako .option-special-list #op-name label {
	background-image: url(../images/img_op_name_kibako.jpg);
}

.option-special-list #op-handling label {
	background-image: url(../images/img_op_handling.jpg);
}

.option-special-list #op-break label {
	background-image: url(../images/img_op_break.jpg);
}

.option-special-list #op-water label {
	background-image: url(../images/img_op_water.jpg);
}

.option-special-list #op-bari label {
	background-image: url(../images/img_op_bari.jpg);
}

.option-special-list #op-r label {
	background-image: url(../images/img_op_r.jpg);
}

.option-special-list #op-kanagu label {
	background-image: url(../images/img_op_kanagu.jpg);
}

.option-special-list #op-kukuri label {
	background-image: url(../images/img_op_kukuri.jpg);
}

.option-special-list #op-color label {
	background-image: url(../images/img_op_color.jpg);
}

.option-special-list #op-mizo label {
	background-image: url(../images/img_op_mizo.jpg);
}

.option-special-list #op-u label {
	background-image: url(../images/img_op_u.jpg);
}

/* 重量 -------------------- */
.superimpose input {
	border: 1px solid #bbbbbb;
	padding: 2px 0;
	width: 70px;
	padding-right: 5px;
	text-align: right;
}

/* 数量 -------------------- */
.necessary-amount input {
	border: 1px solid #bbbbbb;
	padding: 2px 0;
	width: 70px;
	padding-right: 5px;
	text-align: right;
}

/* 納品日 -------------------- */
.delivery input {
	border: 1px solid #bbbbbb;
	text-indent: 5px;
	padding: 2px 0;
	width: 120px;
}

/* jQuery UI datepicker */
#ui-datepicker-div {
	padding: 12px 12px 10px;
	background: #ffffff;
}

.ui-datepicker-header {
	overflow: hidden;
	zoom: 1;
	padding: 0 0 5px;
}

.ui-datepicker-prev {
	float: left;
	display: block;
}

.ui-datepicker-prev span {
	font-weight: 500;
	cursor: pointer;
}

.ui-datepicker-prev.ui-state-disabled span {
	color: #aaaaaa;
	cursor: default;
}

.ui-datepicker-next {
	/*float: right;*/
	display: block;
}

.ui-datepicker-next span {
	font-weight: 500;
	cursor: pointer;
}

.ui-datepicker-title {
	text-align: center;
}

#ui-datepicker-div{
border: 1px solid #E0DDD3;
	border-radius: 4px;
}

#ui-datepicker-div table {
	width: 100%;
}

#ui-datepicker-div table th span {
	font-size: 14px;
}

#ui-datepicker-div table th {
	background: #e3f4d1;
	text-align: center;
}


#ui-datepicker-div table td {
	text-align: center;
}

#ui-datepicker-div table .ui-state-disabled span {
	color: #aaaaaa;
	padding: 7px 12px;
	display: block;
}

#ui-datepicker-div table td a {
	font-size: 14px;
	padding: 7px 12px;
	display: block;
}

/* 入力エリア お問い合わせ
-------------------------------------------------------------------- */
#inquiry {
	padding: 0 15px;
}


#inquiry-step {
	padding: 20px 0 30px;
}

#inquiry-step ol {
	width: 930px;
	height: 41px;
	margin: 0 auto;
	background: url(../images/img_contact_step_inquiry.gif) 0 0 no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

#inquiry-step ol#step2 {
	background-position: 0 -41px;
}

#inquiry-step ol#step3 {
	background-position: 0 -82px;
}

#inquiry-step ol#step4 {
	background-position: 0 -123px;
}

#inquiry .note p {
	margin: 0 0 40px;
	line-height: 1.8em;
}

#inquiry .note p span {
	display: block;
	padding: 10px 0 0;
	font-size: 14px;
}


.input-user-data {
	background: #efeacc;
	padding: 10px;
}

.input-user-data dl {
	overflow: hidden;
	zoom: 1;
	padding: 20px 30px;
	margin-bottom: 1px;
	background: #ffffff;
}

.input-user-data dt {
	float: left;
	width: 180px;
	color: #52331a;
	font-weight: 500;
	overflow: hidden;
	zoom: 1;

}

.input-user-data dt span {
	background: #aa0000;
	color: #ffffff;
	font-size: 14px;
	display: block;
	width: 3.5em;
	padding: 2px 0;

	text-align: center;
	/*float: right;*/
}

.input-user-data dd {
	margin-left: 200px;
}

#input-user dd span.notice {
	display: block;
	font-size: 14px;
	padding: 5px 0 0;
	color: #888888;
}

/* ページ切り替え、送信ボタン
-------------------------------------------------------------------- */
/*#btn-box {
	margin: 0 auto 40px;
	padding: 30px 0 0;
	width: 380px;
}

#btn-box.button1 #confirm {
	margin: 0 auto;
}

#btn-box.button1 #confirm input {
	margin: 0 auto;
}


#btn-box.button2 #prev,
#btn-box.button2 #change {
	width: 170px;
	float: left;
}

#btn-box.button2 #confirm {
	width: 170px;
}


#confirm input {
	display: block;
	background: url(../images/btn_contact_to_confirm.gif) 0 0 no-repeat;
	width: 150px;
	height: 46px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	zoom: 1;
	border: none;
	cursor: pointer;
}


#prev a {
	display: block;
	width: 150px;
	height: 46px;
	margin: 0 auto;
}

#prev a span {
	display: block;
	background: url(../images/btn_contact_to_prev.gif) 0 0 no-repeat;
	width: 150px;
	height: 46px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	zoom: 1;
}

#prev a:hover span {
	background-position: 0 -46px;
}

#change input {
	display: block;
	background: url(../images/btn_contact_to_change.gif) 0 0 no-repeat;
	width: 150px;
	height: 46px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	zoom: 1;
	border: none;
	cursor: pointer;
}

#submit input {
	display: block;
	background: url(../images/btn_contact_to_submit.gif) 0 0 no-repeat;
	width: 150px;
	height: 46px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	zoom: 1;
	border: none;
	cursor: pointer;
}*/

label.error {
	font-size: 14px;
	color: #ffffff;
	background: #E61E1E;
	padding: 3px 5px;
	margin: 0;
	position: absolute;
	right: 0;
}

/* 確認画面 英字折り返し
-------------------------------------------------------------------- */
.cotact-textarea .autoConfirmVal {
	display: block;
	word-break: break-all;
}


/* サンクスページ
-------------------------------------------------------------------- */

#complete-submit-box #thx-ms p {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 2em;
	padding: 40px 0 60px;
}

#quotation #complete-submit-box #thx-ms {
	color: #187600;
}

#inquiry #complete-submit-box #thx-ms {
	color: #52331a;
}

#complete-submit-box #thx-notice {
	margin: 0 auto 80px;
}

#complete-submit-box #thx-notice p {
	padding: 15px;
	line-height: 1.8em;
}
