@charset "utf-8";
/*///////////////////////////////////////////////////////////

	施工業者様向け物販専門サービス
	/mailform/form20/regist/input.html

//////////////////////////////////////////////////////////*/
.mail-form20 {
	width: 700px;
	margin: 35px auto 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* ====================================================
	ヘッダ部
====================================================*/
.mail-form20_ttl {
	margin-bottom: 20px;
}
.mail-form20_pr,
.mail-form20_lead {
	width: 674px;
	margin: 0 auto;
}
.mail-form20_pr {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: bold;
}
.mail-form20_lead {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
}
.mail-form20_lead-em {
	font-weight: bold;
	text-decoration: underline;
}


/* ====================================================
	フォーム
====================================================*/
#contents_wide * {
	font-family: "helvetica neue", helvetica, arial, meiryo, sans-serif;
}

/* アイコン付のテキストリンク */
.wrapper a.link::before {
	content: "";
	display: inline-block;
	margin-right: 3px;
	border: 3px solid transparent;
	border-left: 6px solid #2467c5;
	vertical-align: middle;
}

/*--------------------------------
	エラー時
--------------------------------*/
input.invalidBgColor,
textarea.invalidBgColor {
	background-color: #fff7f7;
}
/*===================================
	プレースホルダー
===================================*/

/* Google Chrome, Safari, Opera 15+, Android, iOS*/
#contents_wide ::-webkit-input-placeholder {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 1;
	vertical-align: middle;
}

/* Firefox 19+*/
#contents_wide ::-moz-placeholder {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 39px;
	vertical-align: middle;
}

/* IE 10+*/
#contents_wide :-ms-input-placeholder {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 1;
	vertical-align: middle;
}


/* ====================================================
	お知らせ
====================================================*/
#info {
	width: 590px;
	margin: 30px auto 30px;
	padding: 10px 20px;
	border-radius: 0;
	border: 1px solid #fdd;
	background: #fee;
	font-size: 14px;
}
#info h3 {
	margin: 0 auto 6px;
	/*padding-bottom: 6px;*/
	/*border-bottom: 1px dotted #900;*/
	font-weight: bold;
	text-align: center;
}

/* ====================================================
	お問い合わせページ
====================================================*/
.wrapper {
	width: 674px;
	margin: auto;
}
.wrapper h1 {/* ページタイトル */
	margin-bottom: 20px;
}
.nav_step {/* ステップ */
	margin-bottom: 20px;
}
.lead_txt {
	font-size: 16px;
	line-height: 1.7;
}
.lead_txt .strong {
	display: inline-block;
	margin: 0 2px;
	padding: 0px 5px;
	background-color: #fee;
}
.lead_txt_extra {
	margin-bottom: 20px;
	font-size: 14px;
}
/*---rm9466 タイトル訴求追加---*/
.form-ttl {
	margin: 31px 0 33px 30px;
	height: 110px;
	position: relative;
}
.form-ttl_txt {
	position: absolute;
	z-index: 999;
}
.form-ttl_copy {
	position: absolute;
	top: 6px;
}
/* ====================================================
	フォーム
====================================================*/
.h_contact-tbl {
	margin-bottom: 20px;
}
table.contact-tbl {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: separate;
	border-spacing: 0;
	border: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.contact-tbl th,
table.contact-tbl td {
	border-bottom: 1px solid #ccc;
}
table.contact-tbl th {
	width: 163px;
	border-right: 1px solid #ccc;
	background-color: #fefce1;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
table.contact-tbl td {
	padding: 20px 0 20px 66px;
}
table.contact-tbl input[type="text"] {
	width: 345px;
	height: 39px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
table.contact-tbl .name_kanji {
	margin-bottom: 16px;
}
/*--------------------------------
	御社名
--------------------------------*/
table.contact-tbl .company_name {
	padding-left: 14px;
}
table.contact-tbl .h_name {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	width: 3em;
	margin-right: 8px;
	font-size: 14px;
	text-align: right;
	vertical-align: middle;
}
/*--------------------------------
	氏名
--------------------------------*/
table.contact-tbl .name {
	padding-left: 29px;
}
table.contact-tbl .last_name,
table.contact-tbl .first_name {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	width: 2em;
	margin-right: 8px;
	font-size: 14px;
	text-align: right;
	vertical-align: middle;
}
table.contact-tbl .first_name {
	margin-left: 13px;
}
table.contact-tbl .name input[type="text"] {
	width: 135px;
}
table.contact-tbl .name .title {
	font-size: 14px;
}
/*--------------------------------
	住所
--------------------------------*/
table.contact-tbl .address {
	padding-left: 44px;
}
table.contact-tbl .zip_code {
	font-size: 14px;
}
table.contact-tbl input.zip_1,
table.contact-tbl input.zip_2 {
	width: 65px;
}
table.contact-tbl input.zip_1 {
	margin: 0 8px 0 10px;
}
table.contact-tbl input.zip_2 {
	margin-left: 8px;
}
table.contact-tbl .ttl_pref,
table.contact-tbl .ttl_city,
table.contact-tbl .ttl_house_number {
	margin-top: 17px;
	font-size: 14px;
}
/* 会社所在地と同じ
--------------------------------*/
table.contact-tbl .check_address {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	height: 24px;
	margin: 0 8px 20px 0;
	font-size: 16px;
	line-height: 24px;
}
table.contact-tbl .check_address input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	border: 1px solid #bbb;
	border-radius: 2px;
	vertical-align: middle;
}
table.contact-tbl .check_address input:checked {
	border: none;
	background: url("/public/img/item/order/regist/input/bg_cate_selected.png") center center no-repeat #0042ff;
}
/*--------------------------------
	ラジオボタン
--------------------------------*/
.list-radio {
	margin: 10px 0 10px -21px;
}
.list-radio li {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	vertical-align: middle;
}
.list-radio li:first-of-type {
	width: 128px;
}
.list-radio_item input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	box-sizing: border-box;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: bottom;
}
.hope_time .list-radio_item input {
	vertical-align: middle
}
.list-radio_item input:checked {
	border: 1px solid #ddd;
	box-shadow: inset 0 0 0 4px white;
	background-color: #2f6afd;
}
.list-radio_item-txt {
	font-size: 16px;
}
/*--------------------------------
	着荷希望時間帯
--------------------------------*/
table.contact-tbl .select_time {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 179px;
	height: 41px;
	padding-left: 12px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: url("/public/img/item/order/regist/input/ico_select_arrow.png") 95% center no-repeat #fff;
	font-size: 16px;
}
/*--------------------------------
	配送に関する注意点
--------------------------------*/
table.contact-tbl td.box_notice {
	padding-left: 75px;
}
table.contact-tbl .h_notice {
	margin-bottom: 10px;
	font-size: 16px;
}
table.contact-tbl .h_notice .optional {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	height: 17px;
	padding: 0 7px;
	border-radius: 2px;
	background-color: #aaa;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
}
table.contact-tbl .textarea_notice {
	width: 502px;
	height: 79px;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 0 auto 0px;
	padding: 10px;
}
table.contact-tbl .txt_supplement {
	margin-top: 3px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 11px;
}
/*--------------------------------
	添付画像
--------------------------------*/
table.contact-tbl td.pic-upload {
	padding-left: 75px;
}
table.contact-tbl .pic-upload_hd {
	margin-bottom: 10px;
	font-size: 16px;
}
table.contact-tbl .pic-upload_list li {
	margin-bottom: 10px;
}
table.contact-tbl .pic-upload_list li:last-of-type {
	margin-bottom: 0;
}
/*--------------------------------
	お見積り商品
--------------------------------*/
table.contact-tbl--item td {
	padding-left: 45px;
	font-size: 16px;
}
table.contact-tbl td.maker_name {
	padding-top: 30px;
	padding-bottom: 30px;
}
table.contact-tbl--item input[type="text"] {
	width: 367px;
}
table.contact-tbl--item .textarea_item {
	width: 367px;
	height: 79px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
/* ======================================================================================
	確認画面ボタンまわり
=======================================================================================*/
#order_foot {
	margin: 34px 0 0;
	padding: 16px 0 0 0;
	background: url("/public/img/item/order/regist/input/bg_order_foot_input.png") left top no-repeat #f0f4f9;
}
#order_foot .before_submit {
	text-align: center;
	line-height: 1.7;
	font-size: 16px;
	font-family:  Arial, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
#order_foot .bt_confirm {
	margin: 29px 0 0 0;
	text-align: center;
}
/* ====================================================================================
	下部エリア
=====================================================================================*/
#order_foot .before_submit {/* 送信ボタンのリード文 */
	line-height: 1.6;
}

#order_foot p.deny_resale {/* 業者様お断り表記 */
	width: 408px; /* 434px - padding - border */
	margin: 25px auto 0;
	padding: 7px 12px;
	border: 1px solid #ffd9d9;
	color: #e00;
}

/* ====================================================================================
	セキュリティ表記
=====================================================================================*/

/* 共通設定
----------------------------------------------------------------------------*/
#security_box {
	padding: 20px 0;
	background-color: #f0f4f9;
}
#security_box .security_logo {
	width: 509px; /* 524px - padding */
	margin: 0 auto;
	padding: 10px 0 12px 15px;
	background-color: #fff;
}
#security_box .security_logo p.pr_security_protection {/* テキスト */
	padding-left: 16px;
	background: url("/public/img/item/order/regist/ico_rock.png") left center no-repeat;
	color: #12830a;
	font-size: 11px;
	line-height: 13px;
}
#security_box .security_logo .security_list {
	margin-top: 15px;
}
#security_box .security_logo .security_list li {
	float: left;
	width: 133px;
	text-align: center;
}
#security_box .security_logo .security_list li p.text {/* 解説テキスト */
	font-size: 11px;
	line-height: 1.4;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

/* SECOM
----------------------------------------------------------------------------*/
#security_box .security_logo .security_list li.order_secom {
	padding: 2px 17px 0 12px;
}
#security_box .security_logo .security_list li.order_secom p.text {
	margin-top: 17px;
}

/* プライバシーマーク
----------------------------------------------------------------------------*/
#security_box .security_logo .security_list li.order_pmark {
	padding: 12px 17px 15px 21px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#security_box .security_logo .security_list li.order_pmark p.text {
	margin-top: 22px;
}

/* JADMA
----------------------------------------------------------------------------*/
#security_box .security_logo .security_list li.order_jadma {
	padding: 34px 0 0 22px;
}
#security_box .security_logo .security_list li.order_jadma p.text {
	margin-top: 36px;
}

/* ---------------------------------------
	エラー確認メッセージ
----------------------------------------*/
#confirm_message {
	position: relative;
	width: 400px;
	margin: -10px auto 20px;
	padding: 0;
	border: 1px solid #a00;
	border-radius: 2px;
}
#confirm_message h3 {
	margin: 0;
	padding: 5px;
	background: #a00;
	color: white;
	font-weight: bold;
	text-align: center;
}
#confirm_message ul {
	margin: 10px;
	list-style: decimal;
}
#confirm_message ul li {
	margin-left: 30px;
	padding: 4px 10px;
	border-bottom: 1px solid #fff;
	color: #f00;
	font-size: 12px;
}

/* ---------------------------------------
 for plugins
--------------------------------------- */

/* jQinputGuide() */
p.jqv_alert {
	display: inline-block;
	margin: 2px !important;
	padding: 3px 10px 3px 5px;
	border: 0px solid #fdd !important;
	background-image: none !important;
	color: #f00 !important;
	font-size: 12px;
	font-weight: bold !important;
	line-height: 1.5 !important;
	text-indent: 0;
}
p.jqv_alert::before {
	content: "!";
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	margin-right: 5px;
	padding: 0 0.1ex 0.1ex;
	border-radius: 1em;
	background: #f00 none repeat scroll 0 0;
	color: white;
	font-family: helvetica, arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	vertical-align: middle;
}


/* ================================================
	都道府県選択テーブル
	jQselectExtention()
=============================================== */
/*--------------------------------
	マスク
--------------------------------*/
.mask-jqexpanda {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
	z-index: 9;
}
/* 都道府県入力
-----------------------------------*/
.jqexpanda::before,
.jqexpanda::after {
	content: "";
	display: block;
	position: absolute;
	top: -13px;
	left: 134px;
	width: 0;
	border: 11px solid transparent;
	border-top: none;
	border-bottom: 16px solid #fff;

}
.jqexpanda::before {
	top: -16px;
	border-bottom-color: #1d91f3;
}
.jqexpanda {
	position: relative;
	min-width: 585px;
	margin-top: 22px;
	margin-left: -120px;
	border-radius: 4px;
	border: 2px solid #1d91f3;
	box-shadow: 7px 7px 24px 0px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	font-size: 14px;
	font-family: "helvetica neue", helvetica, arial, meiryo, sans-serif;
}
.jqexpanda ul {
	border-bottom: 1px solid #ddd;
}
.jqexpanda ul:last-of-type {
	border-bottom: none;
}
.jqexpanda li {
	float: left;
	padding: 9px;
}
.jqexpanda li.head {
	width: 45px;
	margin: 0 4px -1px 0;
	border-bottom: 1px solid #8ec8f9;
	background-color: #1d91f3;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.jqexpanda ul:last-of-type li.head {
	border-bottom:none;
}
.jqexpanda li.option {
	cursor: pointer;
	background-color: #fff;
	color: #0070cf;
	text-decoration: none;
}
.jqexpanda li.option:hover {
	text-decoration: underline;
}
.close_panda {
	position: absolute;
	top: -16px;
	right: -14px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #aaa;
	background:url("/public/img/form/icon_cross-white.png") center center no-repeat #aaa;
	cursor: pointer;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}



.pandummy {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
.pandummy-selected {
	position: relative;
	z-index: 10;
}
.pandummy span {
	display: block;
	padding: 10px 25px 10px 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: url("/public/img/item/order/regist/input/ico_select_arrow.png") 95% center no-repeat #fff;
	font-size: 15px;
	font-family: meiryo, sans-serif;
	text-align: right;
	cursor: pointer;
	line-height: 1;
}

.pandummy:active span {
	background-position: right -31px;
}
.pandummy:hover {
	color: #000;
	text-decoration: none;

}