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

	よくあるご質問へのお問い合せ
	/mailform/form09/regist/input.html

//////////////////////////////////////////////////////////*/
/*--------------------------------
	エラー時
--------------------------------*/
input.invalidBgColor,
textarea.invalidBgColor {
	background-color: #fff7f7;
}
/*==============================================================
	質問と回答
==============================================================*/
.faq-answer_hd {
	margin-bottom: 5px;
	color: #448800;
	font-size: 16px;
	text-align: center;
}
dl#faq-answer {
	margin: 0 20px 30px;
	border: 2px solid #7bbe29;
	border-radius: 6px;
}
/*-----------------------------------------------
	Q.
-----------------------------------------------*/
dl#faq-answer dt {
	padding: 13px 18px 14px 46px;
	border-bottom: 1px dotted #7dbe2b;
	font-size: 11px;
	color: #545454;
	background: url("/public/img/faq/detail/ico_q.png") 14px 14px no-repeat;
}
dl#faq-answer.faq-answer--no-answer dt {
	border-bottom: none;
}
dl#faq-answer dt span.title {
	display: block;
	color: #480;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.75;
}
/* Q内のリンク設定
-----------------------------------------------*/
dl#faq-answer dt span.title a {
	color: #480;
	text-decoration: underline;
	font-family: arial, helvetica, meiryo;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	word-wrap: break-word;
}
dl#faq-answer dt span.title a:hover {
	text-decoration: none;
}
/*-----------------------------------------------
	A.
-----------------------------------------------*/
dl#faq-answer dd {
	position: relative;
	padding: 15px 10px 10px 45px;
	font-size: 14px;
	color: #333;
	background: url("/public/img/faq/detail/ico_a.png") 13px 15px no-repeat #fdfff9;
	border-radius: 0 0 6px 6px;
}
dl#faq-answer dd.no-answer {
	padding: 0 0 0 15px;
	background: #fdfff9;
}
dl#faq-answer .no-answer_txt {
	display: table-cell;
	height: 94px;
	padding: 18px 0 5px 111px;
	background: url("/public/img/faq/detail/img_operator.png") left center no-repeat;
	line-height: 2;
	vertical-align: middle;
}
/* 回答テキスト
------------------------------------------------------------------------*/
dl#faq-answer dd p.answer {
	margin-bottom: 27px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
dl#faq-answer dd p.answer a {
	color: #448700;
	text-decoration: underline;
}
dl#faq-answer dd p.answer a:hover {
	text-decoration: none;
}
/* ====================================================
	お気にいりボタン
====================================================*/
#item_list_unit .btn_fav {
	display: none !important;
}
/*===================================
	お問い合わせ商品
===================================*/
#item_list_unit {
	position: relative;
	width: 585px;
	margin: 43px auto 0;
	padding: 35px 34px 32px 31px;
	border: 3px solid #eee;
	border-radius: 3px;
}
#item_list_unit .hd {
	position: absolute;
	top: -15px;
	left: -2px;
	width: 656px;
	font-size: 18px;
	text-align: center;
}
#item_list_unit .hd .inside {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	padding: 0 11px;
	background-color: #fff;
}
#item_list_unit .list_item {
	margin-bottom: 0;
}
#item_list_unit dl.ex_price {
	margin-bottom: 0;
}
/* 商品の不要箇所を非表示
--------------------------------*/
.item_contents .item_base div {
	display: none;
}
.item_contents .item_base .item_img {
	display: block;
}
.item_contents .item_base dl.ex_price {
	display: block;
}
.item_contents .item_detail .description {
	display: none;
}
.item_contents .item_detail .btn_area {
	display: none;
}

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

/* 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 18-*/
#contents_wide :-moz-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: 1;
	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;
}

/* ====================================================
	お問い合わせページ
====================================================*/
.txt_form_lead {
	margin-bottom: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 1.7;
}
.txt_form_lead .strong {
	display: inline-block;
	margin: 0 2px;
	padding: 0px 5px;
	background-color: #fee;
}

/* ---------------------------------------
	フォーム
----------------------------------------*/
table#contact {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 auto 20px;
	border: 1px solid #ccc;
}
table#contact th {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
table#contact td {
	border-bottom: 1px solid #ddd;
}
table#contact th.message {
	border-right: none;
}
table#contact td.message {
	border-bottom: none;
}
table#contact th {
	width: 117px;
	background: #fbfbfb;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 1.7;
	white-space: nowrap;
}
table#contact td {
	padding: 15px 15px;
	padding-left: 20px;
	font-size: 13px;
	text-align: left;
}

/* 入力要素共通
--------------------------------*/
table#contact input,
table#contact textarea {
	padding: 7px 10px;
	border-radius: 2px;
	border: 1px solid #bbb;
	box-shadow: inset 1px 1px 2px #eee;
	font-size: 16px;
}
table#contact input:focus,
table#contact textarea:focus {
	border-color: #4af !important;
	box-shadow: 0px 0px 4px #ddf;
}
table#contact input {
	line-height: 1;
}
table#contact textarea {
	line-height: 1.5;
}
table#contact select {
	display: inline-block;
}

/* 名前入力
--------------------------------*/
table#contact .name_kanji {
	text-indent: 1em;
}
table#contact td.name {
	padding-right: 0;
}
table#contact td.name input {
	display: inline-block;
	width: 162px;
	margin: 5px 0 5px 7px;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 1;
}
table#contact input#name1 {
	margin-right: 22px;
}
table#contact input#name1_kana {
	margin-right: 9px;
}

/* 都道府県
--------------------------------*/
table#contact select {
	margin: 0 5px;
	padding: 3px;
	border-radius: 2px;
	border: 1px solid #bbb;
	box-shadow: inset 1px 1px 2px #eee;
}

/* メールアドレス
--------------------------------*/
input#jq_mailaddress {
	width: 426px;
	font-size: 20px !important;
	font-family:Arial, Helvetica, verdana,sans-serif;
}
p.attention {/* メール注釈 */
	margin-top: 7px;
	font-size: 11px;
}
p.attention span {
	cursor: pointer;
	color: #0031ac;
	font-size: 12px;
	text-decoration: underline;
}

/* 電話番号
--------------------------------*/
input#jq_tel {
	width: 426px;
}

/* お問い合わせ内容
--------------------------------*/
table#contact th.message {
	padding-top: 10px;
	padding-bottom: 0;
	border-bottom: none;
	background-color: #fff;
	text-align: center;
	font-size: 15px;
}
table#contact td.message {
	padding: 10px 15px 15px;
	border-top: none;
}
table#contact td.message textarea {
	width: 96%;
	max-width: 96%;
	padding: 10px;
	font-size: 13px;
}

/* 確認ボタン
--------------------------------*/
p.bt_submit {
	margin: 25px auto;
	text-align: center;
}

/* ---------------------------------------
	ご注意
----------------------------------------*/
ul.comment {
	width: 540px;
	margin: 0 auto;
}
ul.comment li {
	margin-bottom: 3px;
	padding-left: 1em;
	font-size: 11px;
	text-indent: -1em;
}

/* ---------------------------------------
	その他お問い合わせ
----------------------------------------*/
.other-contact {
	margin: 40px auto 100px;
}
.other-contact li {
	float: left;
	border: 1px solid #ddd;
}
.other-contact li img {
	vertical-align: bottom;
}

/* FAX
-------------------------------*/
.other-contact li.fax {
	float: right;
	display: table;
	width: 264px;
	height: 119px;
	text-align: center;
	vertical-align: middle;
}
.other-contact li.fax img {
	margin-top: 19px;
}
.other-contact li.fax a {
	display: block;
	margin-top: 15px;
	font-size: 12px;
	color: #2467c5;
	text-decoration: underline;
}
.other-contact li.fax a:hover {
	text-decoration: none;
}

/* よくあるご質問
-------------------------------*/
.other-contact dl {
	clear: both;
	margin-top: 16px;
	padding: 18px 20px 18px 30px;
	border: 1px solid #ddd;
	font-size: 13px;
}
.other-contact dt {
	margin-bottom: 10px;
}
.other-contact dt a {
	color: #2467c5;
	text-decoration: underline;
}
.other-contact dt a:hover {
	text-decoration: none !important;
}

/* ---------------------------------------
	エラー確認メッセージ
----------------------------------------*/
#confirm_message {
	position: relative;
	width: 400px;
	margin: -10px auto 20px;
	padding: 0;
	border: 1px solid #a00;
	border-radius: 2px;
	/*box-shadow: 2px 2px 2px #ccc;*/
}
/*#confirm_message:after {
	content: " ";
	position: absolute;
	bottom: -12px;
	left: 175px;
	border-top: 10px solid #a00;
	border-left: 10px solid white;
	border-right: 10px solid white;
}*/
#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;
	/*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;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: url("/public/img/item/order/regist/input/ico_select_arrow.png") 95% center no-repeat #fff;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.08);
	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;

}
/* info@ex-shop.net自動入力
----------------------------------------------------------------------------*/
.note_mail {
	margin-top: 8px;
}
.note_mail #autoinput-form-noomail {
	padding-left: 20px;
	line-height: 15px;
	background: url("/public/img/item/order/regist/input/bg_cate.png") left center no-repeat;
	cursor: pointer;
}
.note_mail #autoinput-form-noomail.checked {
	background: url("/public/img/item/order/regist/input/bg_cate_selected.png") left center no-repeat;
}
