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

	電話予約のお申し込み
	/item/order/callreserve/input.html

//////////////////////////////////////////////////////////*/

#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 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;
}


/* ====================================================
	お知らせ
====================================================*/
#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: 634px;
	margin: auto;
}
.wrapper h1 {/* ページタイトル */
	margin-bottom: 20px;
}
.nav_step {/* ステップ */
	margin-bottom: 30px;
}
p.txt {
	margin-bottom: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 1.7;
}
p.txt .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 td.tips {/* 入力ミス表示 */
	width: 15px;
	padding: 0;
	border-right: none !important;
	background: #fffbfb;
}

/* 入力要素共通
--------------------------------*/
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;
}
a.pandummy {
	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;
}

/* ---------------------------------------
	セキュリティ表示
----------------------------------------*/
.security {
	width: 540px;
	margin: 20px auto;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}
.security dl {
	float: left;
	display: table;
	width: 48%;
}
.security dl.cont_secom {
	float: right;
}
.security dt,
.security dd {
	display: table-cell;
	vertical-align: middle;
}
.security dt {
	padding-right: 10px;
}
.security dt img {
	width: 62px;
}
.security dt form {
	overflow: hidden;
	height: 62px;
}
.security dd {
	margin-left: 5px;
	font-size: 13px;
	line-height: 1.35;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}


/* ---------------------------------------
	その他お問い合わせ
----------------------------------------*/
.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,
.time-error {
	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,
.time-error .error::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;
}
/* time error */
.time-error {
  margin: -5px 0 8px !important;
  padding: 0;
}

/* ================================================
	都道府県選択テーブル
	jQselectExtention()
=============================================== */
#pref_dammy {
	position: relative;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999 #E0E0E0 #E0E0E0 #999999;
	background: url(/public/img/form/input_back.png) no-repeat scroll 0 0 transparent;
}
.jqexpanda::before,
.jqexpanda::after {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 42.5%;
	width: 0;
	border: 10px solid transparent;
	border-top: none;
	border-bottom: 10px solid #fff;

}
.jqexpanda::before {
	top: -11px;
	border-bottom-color: #999;
}
.jqexpanda {
	position: relative;
	min-width: 585px;
	margin-top: 12px;
	margin-left: -224px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #bbb;
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 12px 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: 7px;
}
.jqexpanda li.head {/* 地方見出し */
	width: 60px;
	margin-right: 5px;
	background-color: #0c60a6;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.jqexpanda li.option {
	cursor: pointer;
	background-color: #fff;
	color: #00f;
	text-decoration: underline;
}
.jqexpanda li.option:hover {
	text-decoration: none;
}
.close_panda {/* 閉じるボタン */
	position: absolute;
	top: -7px;
	right: -7px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	padding: 3px;
	border-radius: 50%;
	border: 2px solid #aaa;
	background-color: #fafafa;
	color: #555;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}


/* 都道府県選択
-------------------------------*/
.pandummy {
	cursor: pointer;
	display: inline-block;
	border: 1px solid #ccc;
	background: url(/public/img/form/input_back.png) no-repeat left top;
	vertical-align: middle;
}
.pandummy span {
	display: inline-block;
	padding: 5px 25px 5px 10px;
	background: url(/public/img/item/order/regist/input/ico_select_arrow.png) 96% center no-repeat;
	text-align: left;
}
.pandummy:active span {
	background-position: right -31px;
}
.pandummy:hover {
	color: #000;
	text-decoration: none;
}
a.tip:hover {
	position: relative
}
a.tip span {
	display: none;
}
a.tip:hover span {
	position: absolute;
	top:  10px;
	left: 0px;
	z-index: 100;
	opacity: 0.9;
	display: block;
	width: auto !important;
	min-width: 300px;
	margin: 0px;
	padding: 5px;
	border: #c0c0c0 1px dotted;
	color: #0075d9;
	font-size: 12px;
	font-family: verdana,arial,helvetica,sans-serif;
	text-align: left;
	line-height: 1.5;
	background: #fff;
	white-space:nowrap;
	_left:0px;
}

/*見出し変更20131009*/
h1#ttl {
	margin: 20px auto 30px;
	text-align: center;
}

/* 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;
}
/* ====================================================
	フリーダイヤル案内
====================================================*/
.guide-freedial {
	width: 491px;
	margin: 36px 0 39px 115px;
	padding: 3px 0 9px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
}
.guide-freedial_hd {
	position: relative;
	top: -10px;
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	padding: 0 9px;
	background-color: #fff;
	color: #009028;
	font-size: 14px;
	line-height: 1;
}
.guide-freedial_holder-tel {
	margin-bottom: 4px;
	line-height: 1;
}
.guide-freedial_tel {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	padding-left: 38px;
	background: url("/public/img/item/order/callreserve/common/icon_freedial.png") left center no-repeat;
	color: #12a73b;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	vertical-align: middle;
}
.guide-freedial_time {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	vertical-align: middle;
}
.guide-freedial_time-num {
	font-size: 13px;
}
.guide-freedial_note {
	font-size: 11px;
}
/* ---------------------------------------
	日時テーブル
----------------------------------------*/
.callreserve-date {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 auto 20px;
	border: 1px solid #1678ca;
}
.callreserve-date th {
	width: 117px;
	background: #f0f8ff;
	color: #1678ca;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #3077c8;
}
.callreserve-date th:first-letter {
	padding-right: 1em;
}
.callreserve-date td {
	padding: 18px 10px 14px 20px;
	font-size: 14px;
	text-align: left;
}
/*--------------------------------
	見出し
--------------------------------*/
.callreserve-date_hd {
	margin-bottom: 12px;
	color: #1678ca;
	font-size: 13px;
	font-weight: bold;
}
/*--------------------------------
	プルダウン（select要素）
--------------------------------*/
.callreserve-date_select {
	overflow: hidden;
	cursor: pointer;
	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;
	*padding: 0; /* IE7 */
	*border: none; /* IE7 */
}
.callreserve-date_select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	cursor: pointer;
	width: 67px;
	height: 24px;
	*width: 77px; /* IE7 */
	padding: 3px 0 3px 3px;
	border: none;
	background: url("/public/img/item/order/regist/input/ico_select_arrow.png") 108px center no-repeat #fff;
	background-position: 33px center;
	font-size: 14px;
	font-family: "helvetica neue", helvetica, arial, meiryo, sans-serif;
}
.callreserve-date_select select option {
	font-family: "helvetica neue", helvetica, arial, meiryo, sans-serif !important;
}
/*--------------------------------
	月日・時間共通
--------------------------------*/
.callreserve-date_select,
.callreserve-date_date-txt {
	float: left;
}
.callreserve-date_date-txt {
	margin-top: 14px;
	line-height: 1;
}
.callreserve-date_date-txt--wave {
	margin-top: 7px;
	padding-left: 2px;
}
.callreserve-date_select {
	width: 40px;
}
/*--------------------------------
	月日
--------------------------------*/
.callreserve-date_date {
	float: left;
}
.callreserve-date_select--month {
	margin-right: 3px;
}
.callreserve-date_select--day {
	margin: 0 3px 0 7px;
}
/*--------------------------------
	時間
--------------------------------*/
.callreserve-date_date-time {
	float: left;
	padding-left: 38px;
	background: url("/public/img/item/order/regist/ico_clock.png") 17px center no-repeat;
}
.callreserve-date_select--hour {
	margin-right: 3px;
}
.callreserve-date_select--hour-to {
	margin: 0 3px 0 3px;
}
/*--------------------------------
	カレンダー表示
--------------------------------*/
.callreserve-date_cal {
	clear: both;
	margin-bottom: 10px;
	padding-top: 5px;
}
.callreserve-date_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;
}
/*--------------------------------
	YUIカレンダー
--------------------------------*/
.yui-skin-sam .yui-calcontainer table.yui-calendar {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.yui-calendar th,
.yui-skin-sam .yui-calendar th.calhead,
.yui-skin-sam .yui-calendar .calweekdayrow th.calweekdaycell,
.yui-skin-sam table.yui-calendar td.calcell {
	padding: 10px;
	text-align: left;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 13px;
}
.yui-skin-sam .yui-calendar th.calweekdaycell {
	width: 110px;
	font-weight: normal;
}
table.yui-calendar th {
	*width: auto; /* IE7 */
}
.yui-skin-sam table.yui-calendar th.calhead {
	color: #333;
}
.yui-skin-sam .yui-calendar .calweekdayrow th.calweekdaycell {
	background-color: #fafafa;
}
table.yui-calendar th:first-letter {
	padding-right: 0;
}
table.yui-calendar span.close-icon,
table.yui-calendar span.calclose,
.yui-calcontainer .close-icon,
.yui-skin-sam .yui-calcontainer .calclose {
	float: none;
	margin-top: 0;
}
/* 先月と来月
--------------------------------*/
.yui-skin-sam table.yui-calendar td.calcell.oom {
	color: #ccc;
	background-color: #eee;
}
/* 今月の終了した日
--------------------------------*/
.yui-skin-sam table.yui-calendar td.calcell.previous {
	color: #ccc;
}
.yui-calcontainer {
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.yui-skin-sam table.yui-calendar td.calcell a {
	display: inline;
	height: auto;
	text-decoration: underline;
}
/*--------------------------------
	注意事項
--------------------------------*/
.callreserve-date_note {
	font-size: 12px;
}

/*---rm9466 タイトル訴求追加---*/
.reserve-ttl {
	margin: 31px 0 29px 30px;
	height: 110px;
	position: relative;
}
.reserve-ttl_txt {
	position: absolute;
	z-index: 999;
}
.reserve-ttl_copy {
	position: absolute;
	top: 6px;
}
#contents_wide .guide-freedial {
	width: 430px;
	border: none;
	padding: 0;
	margin: 0 0 32px 97px;
}
#contents_wide .guide-freedial .guide-freedial_hd {
	background-color: #12a73b;
	color: #fff;
	line-height: 25px;
	border-radius: 15px;
	padding: 0;
	width: 430px;
	text-align: center;
	font-weight: bold;
	position: initial;
	margin: 0 0 8px;
}





