@charset "utf-8";
/* /////////////////////////////////////////////////////////////

　現調／物販お申込フォーム　共通設定
	item/order/regist/

///////////////////////////////////////////////////////////// */

/* ===========================================================================
	初期化・汎用設定
============================================================================*/
#contents_wide {
	color: 111px;
	font-family: "helvetica neue", helvetica, arial, meiryo, sans-serif;
}
#contents_wide img {
	vertical-align: bottom;
}
p.comment {/* 注釈 */
	margin: 0 auto;
	padding-left: 1em;
	color: #555;
	font-size: 12px;
	line-height: 1.5;
	text-indent: -1em;
}
form input:focus,
form textarea:focus {/* フォーム選択項目のフォーカス表示 */
	border-color: #4af !important;
	box-shadow: 0 0 4px #ddf;
}
/* calender css overwrite */
.yui-skin-sam .yui-calendar td.calcell a{
	font-size: 14px;
	text-decoration: underline !important;
}
/*--------------------------------
	マスク
--------------------------------*/
.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: -80px;
	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 !important;
  
	/*width: 90px;*/
	/*border: 1px solid #ccc;*/
	/*background:url(/public/img/form/input_back.png) no-repeat left top;*/
}
.pandummy-selected {
	position: relative;
	z-index: 10;
}
.pandummy span {
	display: block;
	padding: 10px 25px 10px 10px !important;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.08);
	background: url("/public/img/item/order/regist/input/ico_select_arrow.png") 95% center no-repeat #fff !important;
	/*background: url(/public/css/form/img/select_right.png) right -2px no-repeat;*/
	font-size: 15px;
	font-family: meiryo, sans-serif;
	text-align: right !important;
	line-height: 1;
}
.pandummy:active span {
	background-position: right -31px;
}
.pandummy:hover {
	color: #000;
	text-decoration: none;

}

input.guide, textarea.guide {
	color: #999 !important;
}
/*--------------------------------
	エラー時
--------------------------------*/
input.invalidBgColor,
textarea.invalidBgColor {
	background-color: #fff7f7;
}

/* ===========================================================================
	タイトル&ヘッダー
============================================================================*/
#order_head {
	width: 674px;
	margin-bottom: 30px;/* 二重窓用 */
	padding: 35px 0 0 30px;
}
#order_head .order_ttl {/* ページタイトル */
	margin-bottom: 20px;
}
#order_head .instruction {/* テキスト */
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.01ex;
}
/*#order_head .notice_builder {いらなければ削除
	margin-top: 7px;
	padding: 6px 13px;
	border: 1px solid #FFD9D9;
	color: #EE0000;
}*/
/*---rm9466 訴求追加---*/
.order-ttl {
	margin-bottom: 15px;
	height: 23px;
	position: relative;
}
.order-ttl--ad {
	height: 22px;
}
.order-ttl_txt {
	position: absolute;
	z-index: 999;
}
.order-ttl_copy {
	position: absolute;
	top: 7px;
}
.order-ttl_note {
  margin-bottom: 20px;
  color: #f00;
  font-size: 15px;
}

/* =============================================================================
	お見積り内容（注文商品の表示）
=============================================================================*/
#order_contents {
	width: 674px;
	margin: 30px 0 0 30px;
}
#order_contents .h_order_contents {
	margin-bottom: 13px;
}
#order_contents .estimate-info {/* 1商品のBOX */
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #ccc;
}

/* 左カラム（商品イメージ）
------------------------------------------------------------------------*/
#order_contents .left {
	clear: both;
	float: left;
}
#order_contents .item_image img {/* 商品画像 */
	border: 2px solid #fff;
}
#order_contents .note_image {/* 注釈 */
	width: 326px;/* カーポートのコメントで幅調整 */
	margin-top: 6px;
	color: #111;
	font-size: 11px;
}
#order_contents .note_image_em {
	color: #f00;
}
#order_contents .note_sim_price {
	color: #111;
	font-size: 11px;
}
#order_contents .item_image_rd {/* 玄関ドア用 */
	text-align: center;
}




/* -----------------------------------------------------------------------------------------------------
	右カラム（商品情報）
-----------------------------------------------------------------------------------------------------*/
#order_contents .right {
	float: right;
	width: 321px;
}

/* 商品名
------------------------------------------------------------------------*/
#order_contents .item_name .maker_logo {
	float: left;
	margin-right: 7px;
}
#order_contents .item_name .name {
	overflow: auto;
}
.model-number::before {
	content: "";
	display: inline-block;
	margin: 0 5px;
	width: 1px;
	height: 12px;
	background-color: #333;
	vertical-align: middle;
}

/* 商品スペック表
------------------------------------------------------------------------*/
#order_contents .item_spec {
	width: 100%;
	margin-top: 15px;
	table-layout: fixed;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#order_contents .item_spec th,
#order_contents .item_spec td {
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
}
#order_contents .item_spec th {
	width: 48px;
	padding: 6px 12px;
	background-color: #f7f7f7;
	font-weight: normal;
}
#order_contents .item_spec td {
	padding: 6px 0 6px 15px;
}
#order_contents .item_spec td.color {
	padding-top: 4px;
	padding-bottom: 4px;
}
#order_contents .item_spec .color_name {
	float: left;
	margin-right: 6px;
}


/* -----------------------------------------------------------------------------------------------------
	商品カラー画像
-----------------------------------------------------------------------------------------------------*/

/* 共通設定
------------------------------------------------------------------- */
#order_contents .item_spec p.color_img {
	position: relative;
	float: left;
	overflow: hidden;
	width: 20px;
	height: 20px;
}
#order_contents .item_spec p.color_img img {
	position: absolute;
	top: -20px;
	left: -25px;
}

/* ホバー設定
-------------------------------------------------------------------
#order_contents .item_spec p.color_img:hover {
	overflow: visible;
}
#order_contents .item_spec p.color_img:hover img {
	z-index: 999;
	top: -20px !important;
	left: 0px !important;
	border: 1px solid #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}*/

/* 玄関ドアのカラー画像
------------------------------------------------------------------- */
#order_contents table.rd p.color_img img {
	top: -5px;
	left: -20px;
	cursor: default;
}
/*#order_contents table.rd p.color_img:hover {
	overflow: hidden;
}
#order_contents table.rd p.color_img:hover img {
	z-index: auto;
	top: -5px !important;
	left: -20px !important;
	border: none;
	box-shadow: none;
}*/

/* 門扉のカラー画像
------------------------------------------------------------------- */
#order_contents table.mp p.color_img img {
	top: -6px;
	left: -6px;
	width: 30px;
	height: 45px;
}
/*#order_contents table.mp p.color_img:hover img {
	width: 60px;
	height: 90px;
}*/

/* 物置のカラー画像
------------------------------------------------------------------- */
#order_contents table.mo p.color_img img {
	top: -57px;
	left: -35px;
	height: 139px;
}
/*#order_contents table.mo p.color_img:hover img {
	height: auto;
}*/

/* ガレージシャッターのカラー画像
------------------------------------------------------------------- */
#order_contents table.sh_tostem p.color_img img,
#order_contents table.sh_toex p.color_img img,
#order_contents table.sh_original p.color_img img {
	left: -19px;
}

/* 石材のカラー画像
------------------------------------------------------------------- */
#order_contents table.st p.color_img img {
	left: -20px;
}

/* 長い商品スペック項目のカテゴリ、折り返し対策
------------------------------------------------------------------------*/
#order_contents table.sh_tostem th {
	width: 75px;
}
#order_contents table.sh_toex th {
	width: 89px;
}
#order_contents table.tg th {
	width: 87px;
}
#order_contents table.fj th {
	width: 87px;
}
#order_contents table.aw th {
	width: 79px;
}
#order_contents table.ws th {
	width: 75px;
}
#order_contents table.mo th {
	width: 72px;
}
#order_contents table.gs th {
	width: 66px;
}

/* -----------------------------------------------------------------------------------------------------
	お見積り合計金額
-----------------------------------------------------------------------------------------------------*/
#order_contents .estimate_total_price {
	display: table;
	width: 294px; /* 321px - padding - border */
	height: 49px;
	margin-top: 10px;
	padding: 0 6px 0 19px;
	border: 1px solid #aaa;
	*width: 291px; /* 321px - padding - border */ /* IE7 */
	*height: auto; /* IE7 */
	*padding: 8px 9px 8px 19px; /* IE7 */
}
#order_contents .estimate_total_price dt,
#order_contents .estimate_total_price dd {
	display: table-cell;
	height: 49px;
	vertical-align: middle;
	*height: auto; /* IE7 */
	*vertical-align: auto; /* IE7 */
}
#order_contents .estimate_total_price dt {
	width: 124px;
	*float: left; /* IE7 */
}
#order_contents .estimate_total_price dt .price_txt {
	padding-right: 23px;
	text-align: center;
	border-right: 1px solid #ddd;
	color: #555;
	white-space: nowrap;
	*padding-right: 19px; /* IE7 */
}
#order_contents .estimate_total_price dt .price_txt span {
	font-weight: bold;
}
#order_contents .estimate_total_price dd {
	width: 167px;
	*float: right; /* IE7 */
}
#order_contents .estimate_total_price dd .total_price {
	line-height: 28px;
	text-align: right;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
#order_contents .estimate_total_price dd .total_price span {
	padding-right: 6px;
	line-height: 49px;
	font-size: 28px;
	color: #f00;
	*line-height: 1; /* IE7 */
}
#order_contents .right .note_price {
	margin-top: 3px;
	text-align: right;
	font-size: 10px;
	color: #777;
}
#order_contents .right .note_price .note_creditcard {
	display: block;
	text-align: left;
	color: #f00;
}


/* ==================================================================================
	お申し込みフォームUI
===================================================================================*/

/* BOX
------------------------------------------------------------------------------*/
#order_form {
	width: 674px;
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
}

/* タイトル
------------------------------------------------------------------------------*/
#order_form .order_form_head .h_order_form {
	float: left;
	padding-bottom: 5px;
}

/* 自動入力ボタン
------------------------------------------------------------------------------*/
#order_form .order_form_head .bt_auto_input,
#order_form .order_form_head .bt_del_saveinfo {
	margin-top: 1px;
}
#order_form .order_form_head .bt_auto_input {
	float: left;
}
#order_form .order_form_head .bt_del_saveinfo {
	float: right;
}

/* フォーム内容
--------------------------------------------------------------------------*/
#order_form .form_contents {
	width: 100%;
	margin-top: 12px;
	border-collapse: collapse;
	table-layout: fixed;
	border: 2px solid #bbb;
}

/* フォーム要素
------------------------------------------------------------------------*/
#order_form label {
	cursor: pointer;
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	*padding-top: 2px; /* IE7 */
	*padding-bottom: 1px; /* IE7 */
}
#order_form .form_contents input {
	padding: 6px;
	/*border: 1px solid #ccc;*/
	border-radius: 2px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.07);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.07);
	font-size: 14px;
	font-family: "helvetica neue", helvetica, arial, meiryo, sans-serif;
}
#order_form .form_contents input[type="text"] {
	border: 1px solid #ccc;
}

/*------------------------------------------------------------------------------
	チェックボックス
	(※IE８以前はセレクタ―が対応していない為、ブラウザノーマルのチェックボックスを表示。)
------------------------------------------------------------------------------*/
#order_form input[type="checkbox"] {
	cursor: pointer;
	display: none;

	*display: inline;/* ie 6,7 */
	display: inline\9;/* ie 8-10 */
}
:root #order_form input[type="checkbox"] {/* ie 9-11 */
	display: none;
}

/* オリジナルのチェックボックスを生成
---------------------------------------*/
#order_form input[type="checkbox"] + label:before {
	content: " ";
	float: left;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 17px;
	height: 17px;
	margin-right: 4px;
	border: 1px solid #bbb;
	border-radius: 2px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.08);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.08);
	background-color: #fff;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;

	display: none\9;/* ie 8-10 */
}
:root #order_form input[type="checkbox"] + label:before {/* ie 9-11 */
	display: block;
}

/* オリジナルのチェックボックス選択表示
---------------------------------------*/
#order_form input[type="checkbox"]:checked + label:before {
	border: none;
	background: #0042ff url("/public/img/item/order/regist/input/bg_cate_selected.png") no-repeat center;
	color: #fff;

	display: none\9;/* ie 8-10 */
}
:root #order_form input[type="checkbox"]:checked + label:before {/* ie 9-11 */
	display: block;
}

/* プルダウン（select要素）
-------------------------------------------------*/
#order_form .form_contents .select_form {
	overflow: hidden;
	background-color: #fff;
}
#order_form .form_contents .select_form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	cursor: pointer;
	height: 24px;
	padding: 3px 0 3px 0;
	border: none;
	background: url("/public/img/item/order/regist/input/ico_select_arrow.png") 108px center no-repeat #fff;
	font-size: 14px;
	font-family: "helvetica neue", helvetica, arial, meiryo, sans-serif;

	*height: 28px; /* IE7 */
	*margin-top: -2px; /* IE7 */
	*margin-left: -2px; /* IE7 */
}
#order_form .form_contents .select_form select option {
	font-family: "helvetica neue", helvetica, arial, meiryo, sans-serif !important;
}

/* テキストエリア
-------------------------------------------------*/
#order_form .form_contents textarea {
	width: 448px; /* 472px - padding - border */
	height: 25px; /* 189px - padding - border */
	padding: 9px 11px;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07) inset;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07) inset;
	font-size: 14px;
	font-family: "helvetica neue", helvetica, arial, meiryo, sans-serif;
}

/* プレースホルダ―
------------------------------------------------------------------------*/
#order_form .form_contents textarea::-webkit-input-placeholder {/* Webkit */
	color: #aaa;
}
#order_form .form_contents textarea:-moz-placeholder {/* Mozilla */
	color: #aaa;
	opacity: 1;
}

/* table設定
------------------------------------------------------------------------*/
#order_form .form_contents th,
#order_form .form_contents td {
	border-bottom: 1px solid #bbb;
}
#order_form .form_contents th,
#order_form .form_contents td.type {
	background-color: #fafafa;
}
#order_form .form_contents th {
	width: 110px; /* 116px - padding */
	padding: 10px 0 10px 12px;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	line-height: 1.5;
}
#order_form .form_contents td {
	padding: 10px 20px 10px 20px;;
}

/* 必須・任意
------------------------------------------------------------------------*/
#order_form .form_contents td.type {
	width: 41px;
	padding-left: 0;
	padding-right: 0;
	border-right: 1px solid #bbb;
}
#order_form .form_contents td.type .require,
#order_form .form_contents td.type .optional {
	padding: 2px 4px 2px 5px;
	border: 1px solid #f09191;
	font-size: 11px;
	line-height: 10px;
}
#order_form .form_contents td.type .require {
	color: #e56a6a;
}
#order_form .form_contents td.type .optional {
	color: #1d91f3;
	border-color: #1d91f3;
}


/* -----------------------------------------------------------------------------------------------------
	各入力項目の設定
-----------------------------------------------------------------------------------------------------*/

/* お名前
------------------------------------------------------------------------*/
.name_kanji input,
.name_hiragana input {
	width: 132px; /* 140px - padding */
}
.name_kanji {
	margin-bottom: 10px;
}
.name_kanji .first_name,
.name_kanji .last_name,
.name_hiragana .first_name,
.name_hiragana .last_name {
	padding-right: 8px;
}
.name_kanji .last_name,
.name_hiragana .last_name {
	display: inline-block;
	width: 23px;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	*padding-top: 2px; /* IE7 */
	*padding-bottom: 1px; /* IE7 */
	text-align: right;
	white-space: nowrap;
}
.name_kanji .first_name {
	margin-left: 20px;
	padding-left: 10px;
}
.name_hiragana .first_name {
	margin-left: 20px;
}
.name_kanji .title,
.name_hiragana .title {
	padding-left: 6px;
}

/* 郵便番号
----------------------------------------------------------------------------*/
#order_form .zipcode_box {
	position: relative;
}
#order_form .zipcode_box .zip_code {
	margin-right: 30px;
	font-size: 14px;
}
#order_form .zipcode_box .zip_code .zip_1,
#order_form .zipcode_box .zip_code .zip_2 {
	width: 66px; /* 59px - border */
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
#order_form .zipcode_box .zip_code .zip_1 {
	margin: 0 5px 0 4px;
}
#order_form .zipcode_box .zip_code .zip_2 {
	margin: 0 0 0 6px;
}
#order_form .zipcode_box .confirm_zipcode {
	/*float: left;*/
	position: absolute;
	top: 0;
	left: 51%;
	margin-top: 10px;
	padding-left: 11px;
	background: url("/public/img/item/order/regist/ico_arrow.png") left center no-repeat;
}
#order_form .zipcode_box .confirm_zipcode a {
	text-decoration: underline;
	color: #0034ca;
}

/* 住所入力の共通設定
----------------------------------------------------------------------------*/
#order_form .ttl_pref,
#order_form .ttl_city,
#order_form .ttl_house_number {
	margin-bottom: 6px;
	line-height: 1;
}

/* 都道府県
----------------------------------------------------------------------------*/
#order_form .ttl_pref {
	margin-top: 14px;
}
#order_form .form_contents .select_pref select {
	width: 140px;
	*width: 150px; /* IE7 */
	*background-position: 100px center; /* IE7 */
}

/* 市区郡町村
----------------------------------------------------------------------------*/
#order_form .ttl_city {
	margin-top: 15px;
}

/* 番地その他
----------------------------------------------------------------------------*/
#order_form .form_contents input.ipt_city,
#order_form .form_contents input.ipt_house_number {
	width: 392px; /* 402px - padding - border */
}
#order_form .ttl_house_number {
	margin-top: 15px;
}

/* 商品設置住所の選択ラジオボタン
----------------------------------------------------------------------------*/
#order_form ul.item_location_addr {
	margin-bottom: 10px;
}
#order_form ul.item_location_addr li {
	float: left;
}
#order_form ul.item_location_addr li.same_location {/* 「上記住所と同じ」 */
	margin-right: 56px;
}
#order_form ul.item_location_addr li input.ipt_radio {/* ラジオ */
	position: absolute;
	left: -9000px;
}
#order_form ul.item_location_addr li label {
	padding-left: 19px;
	line-height: 20px;
	background: url("/public/img/item/order/regist/input/bg_radio.png") left center no-repeat;
}
#order_form ul.item_location_addr li label.checked {/* 選択中ラジオボタン */
	background-image: url("/public/img/item/order/regist/input/bg_radio_checked.png");
}

/* 設置住所
----------------------------------------------------------------------------*/
#order_form .notice_addr {
	margin: 5px auto 0;
}

/* 設置場所の状況
----------------------------------------------------------------------------*/
#order_form .form_contents .select_location_state {
	width: 250px;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.07);
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
}
#order_form .form_contents .select_location_state select {
	width: 280px;
	background-position: 238px center;

	*width: 290px; /* IE7 */
}

/* 連絡先の項目
----------------------------------------------------------------------------*/
#order_form .form_contents input.ipt_tel,
#order_form .form_contents input.ipt_mobile,
#order_form .form_contents input.ipt_fax {
	width: 172px; /* 182px - padding - border */
}

#order_form .form_contents .note_tel {/* 電話番号 */
	margin-top: 8px;
}
#order_form .form_contents .note_mobile {/* 連絡先（携帯等）*/
	margin-top: 8px;
}

/* メールアドレス
----------------------------------------------------------------------------*/
#order_form .form_contents input.ipt_mail {
	width: 392px; /* 402px - padding - border */
}
#order_form .form_contents .note_mail {/* 注釈テキスト */
	margin-top: 8px;
}

/* -----------------------------------------------------------------------------------------------------
	現場調査ご希望日程
-----------------------------------------------------------------------------------------------------*/
#order_form .form_contents .attention_schedule {
	/*width: 428px;*/ /* 472px - padding */
	height: 49px; /* 58px - padding */
	margin-bottom: 5px;
	padding: 6px 0 0 62px; /*46px; 左余白2行用*/
	background: url("/public/img/item/order/regist/input/bg_balloon_attention.png") left top no-repeat;
	line-height: 2.5;/* テキスト1行変更用クラス、2行に戻す際は削除。 */
}
#order_form .form_contents .attention_schedule span {
	color: #c00;
	font-weight: bold;
}
#order_form .form_contents .appoint_survey {
	width: 464px;
}

/* 平日最短
---------------------------------------------*/
#order_form .form_contents .appoint_survey .shortest {
	/*float: left;*/
	/*width: 135px;*/
	/*margin-bottom: 14px;*/
}
#order_form .form_contents .appoint_survey .shortest dt {
	background-color: #1d91f3;
}
#order_form .form_contents .appoint_survey .shortest dt:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -9px;
	width: 9px;
	height: 22px;
	background: url("/public/img/item/order/regist/input/bg_triangle_input-blue.png") right top no-repeat;
}
#order_form .form_contents .appoint_survey .shortest dd {
	vertical-align: middle;
}
#order_form .form_contents .appoint_survey .shortest input {
	/*position: absolute;*/
	/*left: -9000px;*/
}
#order_form .form_contents .appoint_survey .shortest label {
	/*padding-left: 2px;*/
	/*line-height: 15px;*/
	/*background: url("/public/img/item/order/regist/input/bg_cate.png") left center no-repeat;*/
}
#order_form .form_contents .appoint_survey .shortest label.selected {
	/*background: url("/public/img/item/order/regist/input/bg_cate_selected.png") left center no-repeat;*/
}
#order_form .form_contents .appoint_survey .shortest_time dd.h_check {
	padding-top: 8px;
	padding-left: 76px;
}

#order_form .form_contents .appoint_survey li {
	margin-left: 15px !important;
}

/* 第1希望 */
#order_form .form_contents .appoint_survey li.first {
	margin: 3px 0 14px auto;
}

/* 第3希望 */
#order_form .form_contents .appoint_survey li.last {
	margin: 13px 0 auto;
}
#order_form .form_contents .appoint_survey dt {
	clear: left;
	float: left;
	position: relative;
	width: 56px;
	height: 22px;
	margin-top: 2px;
	padding-left: 2px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	background-color: #555;
}
#order_form .form_contents .appoint_survey dt:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -9px;
	width: 9px;
	height: 22px;
	background: url("/public/img/item/order/regist/input/bg_triangle_input.png") right top no-repeat;
}
#order_form .form_contents .appoint_survey dd {
	float: left;
}

/* 月日・時間共通
----------------------------------------------------------------------------*/
#order_form .form_contents .appoint_survey dd.wish_month .select_form,
#order_form .form_contents .appoint_survey dd.wish_month span,
#order_form .form_contents .appoint_survey dd.wish_time .select_form,
#order_form .form_contents .appoint_survey dd.wish_time span {
	float: left;
}
#order_form .form_contents .appoint_survey dd.wish_month span,
#order_form .form_contents .appoint_survey dd.wish_time span {
	margin-top: 14px;
	line-height: 1;
}
#order_form .form_contents .appoint_survey dd.wish_time span.wavy_line {
	margin-top: 7px;
	padding-left: 2px;
}
#order_form .form_contents .appoint_survey dd.wish_month .select_form,
#order_form .form_contents .appoint_survey dd.wish_time .select_form {
	width: 40px;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.07);
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
}
#order_form .form_contents .appoint_survey dd.wish_month .select_form select,
#order_form .form_contents .appoint_survey dd.wish_time .select_form select {
	width: 67px;
	padding-left: 3px;

	*width: 77px; /* IE7 */
	background-position: 33px center;
}

/* 月日
----------------------------------------------------------------------------*/
#order_form .form_contents .appoint_survey dd.wish_month {
	padding-left: 18px;
}
#order_form .form_contents .appoint_survey dd.wish_month .select_wish_month {
	margin-right: 3px;
}
#order_form .form_contents .appoint_survey dd.wish_month .select_wish_day {
	margin: 0 3px 0 7px;
}

/* 時間
----------------------------------------------------------------------------*/
#order_form .form_contents .appoint_survey dd.wish_time {
	padding-left: 38px;
	background: url("/public/img/item/order/regist/ico_clock.png") 17px center no-repeat;
}
#order_form .form_contents .appoint_survey dd.wish_time .select_wish_hour {
	margin-right: 3px;
}
#order_form .form_contents .appoint_survey dd.wish_time .select_wish_minute {
	margin: 0 3px 0 3px;
}

/* カレンダー表示
----------------------------------------------------------------------------*/
#order_form .form_contents .appoint_survey .show_cal {
	clear: both;
	padding-top: 5px;
}
#order_form .form_contents .appoint_survey .show_cal a {
	display: block;
	padding-left: 14px;
	background: url("/public/img/item/order/regist/input/ico_show_cal.png") left center no-repeat;
	color: #0034ca;
	font-size: 11px;
	line-height: 12px;
}

/* 注意事項
----------------------------------------------------------------------------*/
#order_form .form_contents .note_saturday,
#order_form .form_contents .note_hurry,
#order_form .form_contents .note_request_site {
	margin-left: 1em;
	text-indent: -1em;
}
#order_form .form_contents .note_saturday {
	margin-top: 9px;
	margin-bottom: 10px;
	line-height: 1.5;
}
#order_form .form_contents .note_hurry {
	margin-top: 1px;
	margin-bottom: 8px;
}
#order_form .form_contents .note_hurry span {
	font-weight: bold;
}
#order_form .form_contents .request_site_ttl {
	margin-bottom: 5px;
	text-indent: -0.5em;
	font-weight: bold;
}
#order_form .form_contents .note_request_site {
	margin-top: 1px;
}

/* 見出し
----------------------------------------------------------------------------*/
#order_form .form_contents .h_schedule {
	margin-left: 10px;
	margin-bottom: 15px;
	color: #0070c0;
	font-size: 13px;
	font-weight: bold;
}
#order_form .form_contents .h_schedule-ttl {
	margin-bottom: 0;
  cursor: pointer;
}
#order_form .form_contents .h_schedule-ttl::before {
	content: url(/public/img/global/icon_next-brilliantcornflowerblue.svg);
	margin: -2px 3px 0 0; 
	display: inline-block;
  vertical-align: middle;
  transform: scale(0.45) rotate(90deg);
}
#order_form .form_contents .appoint_survey .cage {
	margin-left: 0 !important;
	margin-bottom: 10px;
	padding: 8px 10px 10px 0;
	border: 1px solid #acf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/* アコーディオン設定
----------------------------------------------------------------------------*/
#order_form .non-contact-box {
  display: none;
}
#order_form .form_contents .h_schedule-ttl.active::before {
  transform: scale(0.45) rotate(270deg);
}

/* その他の工事
----------------------------------------------------------------------------*/
#order_form .form_contents .other_const {
	margin-top: 10px;
}
#order_form .form_contents .other_const li {
	float: left;
	width: 155px;
	margin-bottom: 10px;
}
#order_form .form_contents .other_const input {
	/*position: absolute;*/
	/*left: -9000px;*/
}
#order_form .form_contents .other_const label {
	padding-left: 5px;
	/*line-height: 15px;*/
	/*background: url("/public/img/item/order/regist/input/bg_cate.png") left center no-repeat;*/
}
#order_form .form_contents .other_const label.selected {
	/*background: url("/public/img/item/order/regist/input/bg_cate_selected.png") left center no-repeat;*/
}

/* ====================================================================================
	フォーム内容保存ボタン
=====================================================================================*/
#order_form .save_form_info {
	margin-top: 10px;
}
#order_form .save_form_info dt {
	float: left;
	margin-right: 19px;
}
#order_form .save_form_info dd {
	float: left;
	font-size: 11px;
	line-height: 1.5;
}

/* info@ex-shop.net自動入力
----------------------------------------------------------------------------*/
#order_form p.note_mail span#onclick_input_mailaddress {
	cursor: pointer;
	color: #0034CA;
	text-decoration: underline !important;
}
#order_form p.note_mail span#onclick_input_mailaddress:hover {
	text-decoration: none !important;
}
#order_form .note_mail #autoinput-form-noomail {
	margin-bottom: 5px;
	padding-left: 20px;
	line-height: 15px;
	background: url("/public/img/item/order/regist/input/bg_cate.png") left center no-repeat;
	cursor: pointer;
}
#order_form .note_mail #autoinput-form-noomail.checked {
	background: url("/public/img/item/order/regist/input/bg_cate_selected.png") left center no-repeat;
}

/* ====================================================================================
	あわせてご依頼
=====================================================================================*/
#order_form table.other_item_request {
	width: 100%;
	margin-top: 35px;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #f3cb9f;
}
#order_form table.other_item_request th {
	height: 32px;
	padding: 6px 5px 6px 45px;
	border-bottom: 1px solid #f2d9be;
	background: url("/public/img/item/order/regist/bg_plus_cate.png") 10px 8px no-repeat #fff4e8;
	color: #d78428;
	font-weight: bold;
	vertical-align: middle;
}
#order_form table.other_item_request th p.ttl_request {
	float: left;
	margin-right: 18px;
}
#order_form table.other_item_request th p.ttl_request_caption {
	float: left;
	font-weight: normal;
}
#order_form table.other_item_request td {
	padding: 12px 5px 10px 17px;
}
#order_form table.other_item_request td ul.cate_list {
	padding-bottom: 10px;
}
#order_form table.other_item_request td ul.cate_list li {
	float: left;
	width: 155px;
	margin-bottom: 8px;
}
#order_form table.other_item_request td ul.cate_list input {
	/*position: absolute;*/
	/*left: -9000px;*/
}
#order_form table.other_item_request td ul.cate_list label {
	padding-left: 2px;
	vertical-align: top;
	/*background: url("/public/img/item/order/regist/input/bg_cate.png") left center no-repeat;*/
}
#order_form table.other_item_request td ul.cate_list label.selected {
	/*background: url("/public/img/item/order/regist/input/bg_cate_selected.png") left center no-repeat;*/
}
#order_form table.other_item_request td span.multiple_choice {/* 注釈 */
	display: block;
	float: right;
	margin-top: 6px;
	padding-right: 1px;
	line-height: 15px;
	font-size: 10px;
	color: #d78428;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* gte IE10 */
		#order_form table.other_item_request td span.multiple_choice {
			margin-top: 3px;
		}
}
#order_form table.other_item_request td span.multiple_choice { /* IE10 */
	margin-top/*\**/: 3px\9;
}

/* ====================================================================================
	下部エリア
=====================================================================================*/
#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 {
	margin: 0 30px;
	padding: 20px 0;
}
#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: 14px 17px 0 12px;
}
#security_box .security_logo .security_list li.order_secom p.text {
	margin-top: 18px;
}

/* プライバシーマーク
----------------------------------------------------------------------------*/
#security_box .security_logo .security_list li.order_pmark {
	padding: 14px 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: 20px;
}

/* 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;
}

/* ========================================================================================
	「商品の注文方法がわからない！」等、お困りのお客様
========================================================================================*/
.freedial {
	width: 526px;
	margin: 28px auto 0;
}
.freedial dt {
	height: 14px; /* 33px - padding */
	padding: 10px 0 9px;
	text-align: center;
	background-color: #f5f5f5;
}
#contents_wide .freedial dt img {
	vertical-align: top;
}
.freedial dd {
	float: left;
}
.freedial dd.img_dd {
	padding: 13px 18px 13px 15px;
	border: 1px solid #eee;
	border-right: none;
	border-top: none;
}
.freedial dd.text_dd {
	width: 287px; /* 260px - padding */
	height: 59px;
	padding: 13px 13px 11px 0;
	border: 1px solid #eee;
	border-left: none;
	border-top: none;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}


/* ========================================================================================
	セッションエラーページ
	confirm_error.html
========================================================================================*/
#msg_cookie_error {
	margin: 50px 20px;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	border: 1px solid #faa;
	border-radius: 8px;
	box-shadow: 1px 1px 2px #eee;
}
#msg_cookie_error p.ttl {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
}
#msg_cookie_error p.btn_back {
	margin-top: 30px;
}
#msg_cookie_error p.btn_back input {
	padding: 10px 60px;
	font-size: 14px;
	letter-spacing: 1em;
	text-indent: 1em;
}
/* ====================================================
	獲得ポイント
====================================================*/
table#header_result{
	display:block;
	width: 674px;
	margin:0 0 3px;
}
table#header_result th,table#header_result td{
	padding:6px 2px;
	line-height:1;
}
table#header_result th{
	width:240px;
	font-weight:bold;
	text-align:right;
	font-size:120%;
}
table#header_result td{
	width:434px;
	font-weight:bold;
	text-align:right;
}
table#header_result td span{
	font-size:12px;
	color:#333;
	padding:6px;
}
table#header_result th.result_total{
	border-bottom:1px solid #333;
	color:#f00;
}
table#header_result td.result_total{
	border-bottom:1px solid #333;
	font-size:30px;
}
table#header_result th.ecopoint{

}
table#header_result td.ecopoint{
	font-size:24px;
	color:#093;
}
/* ====================================================
	エコリフォーム
====================================================*/
.box_grant_point {
	margin: 10px 20px 20px;
	border: 1px solid #94dab4;
	border-radius: 4px;
	font-size: 15px;
	font-family: meiryo,sans-serif;
}
.box_grant_point .grant {
	margin: 0 auto 10px;
	padding: 6px 12px 4px;
	color: #111;
	font-size: 14px;
	background-color: #c5efd8;
	border-bottom: 1px solid #94dab4;
	border-radius: 3px 3px 0 0;
	text-align: center;
	line-height: 1.5em;
	vertical-align: middle;
}
.box_grant_point .grant_txt {
	margin: 0 auto 5px;
}
.box_grant_point .grant strong {
	margin: 0 5px;
	color: #111;
	font-size: 18px;
	font-weight: bold;
}
.box_grant_point .grant_attention {
	display: inline-block;
	margin-bottom: 15px;
	/*padding: 2px 5px;*/
	border-radius: 2px;
	/*border: 1px solid #fff;*/
	/*background-color: #fff;*/
	color: #f00;
	font-size: 14px;
	font-weight: bold;
}


.box_grant_point .required {
	display: table;
	margin: 0 auto;
	border-collapse: collapse;
	/*border-spacing: 5px;*/
}
.box_grant_point .required li {
	display: table-cell;
	margin: 5px;
	padding: 7px 7px 5px;
	background-color: #fffffa;
	/*border-radius: 4px;*/
	font-size: 12px;
	border: 1px solid #eda;
	text-align: center;
}
.box_grant_point .required li .type_um {
	font-size: 14px;
	font-weight: bold;
}
.box_grant_point .required li .num_um {
	color: #f00;
	font-size: 16px;
	font-weight: bold;
}
.box_grant_point .txt {
	float: left;
	margin-top: 5px;
	padding-left: 45px;
	font-size: 14px;
	font-weight: bold;
}
.box_grant_point_note {
  margin: 5px 0 10px 40px;
  font-size: 14px;
}

.box_grant_point .btn_add {
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}
.box_grant_point .btn_add a {
	position: relative;
	display: inline-block;
	width: 34%;
	margin: 10px auto 0;
	padding: 7px 0 7px 20px;
	border: 1px solid #bbb;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.07);
	background-color: #fafafa;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;

	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
}
.box_grant_point .btn_add ::before {
	content: "+";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: auto;
	border-radius: 50%;
	background-color: #777;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1;

	*display: none; /* IE7 */
}

/*--------------------------------
	ユーザ情報の保持機能
--------------------------------*/
/* 保存ボタン
--------------------------------*/
.btn_lclstr_save {
	position: relative;
	float: right;
	width: 183px;
	height: 37px;
	border: 1px solid #a5cced;
	border-radius: 2px;
	background-color: #f3faff;
	transition: opacity ease-in-out 0.2s;
	opacity: 1;
}
.btn_lclstr_save:hover {
	opacity: 0.7;
}
.btn_lclstr_save img {
	position: absolute;
	top: 6px;
	left: 29px;
	z-index: 1;
}
.btn_lclstr_save .save {
	position: relative;
	display: block;
	padding: 10px 159px 10px 7px;
	background-image: url(/public/img/global/gnav/bg_link-cover.png);
	z-index: 2;
}
#order_form input[type="checkbox"] + .looking {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	width: 15px;
	height: 15px;
	border: 1px solid #a5cced;
	background-color: #fff;
}
#order_form input[type="checkbox"]:checked + .looking {
	background: url("/public/img/item/order/regist/input/icon_check.png") 1px 2px no-repeat #fff;
}
@media \0screen\,screen\9 { /* lte IE8 */
	#order_form input[type="checkbox"] + .looking {
		display: none;
	}
}

/* 削除ボタン
--------------------------------*/
.btn_delete_lclstr {
	display: none;
	float: right;
	margin-left: 8px;
}
.btn_delete_lclstr .link {
	display: block;
	padding: 9px 7px 10px 6px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background-color: #f5f5f5;
}
/* ====================================================
	社内用
====================================================*/
.exshop-internal-use {
	margin-top: 28px;
}
.exshop-internal-use .list-btn {
	text-align: center;
	font-size: 0; /* inline-blockの隙間対策 */
}
.exshop-internal-use .list-btn li {
	display: inline-block;
}
.exshop-internal-use .list-btn li.middle {
	margin: 0 30px;
}
.exshop-internal-use .list-btn input {
	width: 160px;
	height: 50px;
	cursor: pointer;
}
/* テキストエリア
--------------------------------*/
.exshop-internal-use .admin_memo textarea {
	display: block;
	width: 526px;
	max-width: 600px;
	margin: 15px auto;
	padding: 6px;
	font-size: 12px;
	line-height: 1.25;
	background: #fcfcfc;
	border: 1px solid #bbb;
	box-shadow: 1px 1px 2px #ddd inset;
	border-radius: 3px;
}