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

	表札ページ
	item/order/exstyle/

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

/*==================================
	共通
==================================*/
#exstyle-nameplate {
	color: #333;
	font-size: 12px;
	font-family: meiryo, sans-serif;
	line-height: 1.6;
}

strong   { color: #c00; }
span.att { color: #c00; }

li.current_result strong {/* パンくずリスト */
	color: inherit;
}
#exstyle-nameplate img {
	vertical-align: bottom;
}
/*--------------------------------
	エラー時
--------------------------------*/
input.invalidBgColor,
textarea.invalidBgColor {
	background-color: #fff7f7;
}

/*==================================
	タイトル・メインビジュアル
==================================*/
#exstyle-nameplate #mainvisual {
	width: 584px;
	margin: 20px auto;
}
#exstyle-nameplate h2 {
	float: left;
}
#exstyle-nameplate #mainvisual p {
	float: left;
}
#exstyle-nameplate h3.heading {
	width: 670px;
	margin: 30px auto 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	/*text-align: center;*/
}
#exstyle-nameplate h3.heading span {
	display: inline-block;
	margin-right: 12px;
	padding: 1px 7px;
	border-radius: 4px;
	background-color: #c00;
	color: #fff;
	font-size: 15px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1ex;
}


#exstyle-nameplate p.sub {
	width: 670px;
	margin: 0 auto;
	font-size: 15px;
	/*text-align: center;*/
}

/*==================================
	表札シミュレーション
==================================*/
#nameplate-step1 {
	margin-bottom: 10px;
	padding-bottom: 45px;
	background: url(/public/img/img_order/exstyle/bg_arrow.png) no-repeat 50% 100%;
}
#exstyle-nameplate #simulation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 584px;
	margin: 20px auto 0px;
	padding: 20px 40px 15px;
	/*border: 1px solid #e6d4ab;*/
	border-radius: 6px;
	background: #f8f5ee;
}
#exstyle-nameplate #simulation p {/* シミュレーションボタン */
	margin-bottom: 20px;
	text-align: center;
}
#exstyle-nameplate #simulation dl dt {
	width: 18em;
	margin: 0 auto 10px;
	padding-left: 15px;
	background: url(/public/img/img_order/exstyle/icon_attention.png) no-repeat 0 0;
	color: #9a5543;
	font-weight: bold;
	text-align: center;
}
#exstyle-nameplate #simulation dl dd {
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

/*======================================================
	フォーム or 電話
======================================================*/
ul#contact-list {
	display: block;
	margin: 30px 30px 0;
}
ul#contact-list li {
	float: left;
	display: inline;
	margin-right: 20px;
}

/*======================================================
	ご注文フォーム
======================================================*/
form[name="global_main_form"] {
	margin-top: 10px;
}

/*-----------------------------------------
	テーブル
-----------------------------------------*/
table#nameplate-form {
	clear: both;
	width: 580px;
	margin: 0px auto 20px;
	border-collapse: collapse;
	font-size: 13px;
}

/* セル共通
--------------------------------------- */
table#nameplate-form th,
table#nameplate-form td {
	padding: 10px 15px;
	border: 1px solid #a1c7d5;
}

/* 項目セル
--------------------------------------- */
table#nameplate-form th {
	background: #e9f9fe;
	font-weight: normal;
	line-height: 1.3;
	text-align: left;
	white-space: nowrap;
}
table#nameplate-form th.design-num {/* 校正番号 */
	font-size: 13px;
	font-weight: bold;
}

/* 入力セル
--------------------------------------- */
table#nameplate-form td {
	border-left: none;
}

table#nameplate-form td.spacer {
	padding: 0;
	border: none;
}

/*-------------------------------------
	必須表記
------------------------------------ */
span.required {
	display: inline-block;
	margin: 5px 5px 5px 10px;
	padding: 2px 3px;
	border: 1px solid #e55;
	color: #e55 !important;
	font-size: 11px;
	font-weight: normal;
}

/*------------------------------------
	入力要素
----------------------------------- */
table#nameplate-form input,
table#nameplate-form textarea,
table#nameplate-form select,
.pandummy span {
	padding: 10px;
	border: 1px solid #ccc;
	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);
	font-size: 15px;
	font-family: meiryo, sans-serif;
	line-height: 1;
}

/* インプット
---------------------------------*/
table#nameplate-form input {
	margin: 4px 0;
}

/* セレクト（都道府県）
---------------------------------*/
table#nameplate-form select,
.pandummy span {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	cursor: pointer;
	padding: 10px 25px 10px 10px;
	background: url("/public/img/item/order/regist/input/ico_select_arrow.png") 95% center no-repeat #fff;
}

/* フォーカス時
---------------------------------*/
table#nameplate-form input:focus,
table#nameplate-form textarea:focus {
	border-color: #4af;
	background-color: #fff !important;
	box-shadow: 0px 0px 4px #ddf;
}

/* プレースホルダー */
#form_repeat_order .form_contents input::-webkit-input-placeholder { font-size: 14px; color: rgba(0,0,0,0.5); }
#form_repeat_order .form_contents input::-ms-input-placeholder     { font-size: 14px; color: rgba(0,0,0,0.5); }
#form_repeat_order .form_contents input::-moz-placeholder          { font-size: 14px; color: rgba(0,0,0,0.5); }
#form_repeat_order .form_contents input:placeholder-shown          { font-size: 14px; color: rgba(0,0,0,0.5); }

/*-------------------------------------------
	住所自動入力ボタン
-------------------------------------------*/
table#nameplate-form span.searchAddress {
	margin: 10px auto;
}
table#nameplate-form input.searchAddress {
	cursor: pointer;
	margin-left: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	background-color: #fafafa;
}

/*-----------------------------------------
	表札番号入力
-----------------------------------------*/
input.num_plate {
	width: 96%;
}

/* プレースホルダー */
input.num_plate::-webkit-input-placeholder { font-size: 13px; }
input.num_plate::-ms-input-placeholder     { font-size: 13px; }
input.num_plate::-moz-placeholder          { font-size: 13px; }
input.num_plate:placeholder-shown          { font-size: 13px; }

/*-----------------------------------------
	名前入力
-----------------------------------------*/
input#name1,
input#name2,
input#name1_kana,
input#name2_kana {
	width: 10em;
}

/* 姓
----------------------------------- */
.name_kanji .last_name,
.name_hiragana .last_name {
	display: inline-block;
	width: 25px;
	margin-right: 7px;
	text-align: right;
	white-space: nowrap;

	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	*padding-top: 2px; /* IE7 */
	*padding-bottom: 1px; /* IE7 */
}

/* 名
----------------------------------- */
.name_kanji .first_name {
	margin-left: 10px;
	margin-right: 7px;
	padding-left: 10px;
}
.name_hiragana .first_name {
	margin-left: 10px;
	margin-right: 7px;
}
.name_kanji .title,
.name_hiragana .title {
	padding-left: 6px;
}

/*-----------------------------------------
	住所入力
-----------------------------------------*/
input#vd_zip1,
input#vd_zip2,
input#vd_site_zip1,
input#vd_site_zip2 {
	width: 5em;
	margin: 0;
}

.ttl_pref {
	margin-top: 10px;
}
.ttl_city {
	margin-top: 10px;
}
.ttl_house_number {
	margin-top: 10px;
}

.form_contents input.ipt_city,
.form_contents input.ipt_house_number {
	width: 392px; /* 402px - padding - border */
}

/*--------------------------------
	マスク
--------------------------------*/
.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;
	/*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: 5px 30px 5px 5px;*/
	background: url("/public/img/item/order/regist/input/ico_select_arrow.png") 95% center no-repeat #fff;
	/*background: url(/public/css/form/img/select_right.png) right -2px no-repeat;*/
	text-align: right;
}
.pandummy:active span {
	background-position: right -31px;
}
.pandummy:hover {
	color: #000;
	text-decoration: none;

}

input.guide, textarea.guide {
	color: #999 !important;
}

.form_contents .pandummy {
	display: block;
	width: auto;
	border: none;
	background: url("/public/img/item/order/regist/input/ico_select_arrow.png") 108px center no-repeat #fff;
	cursor: pointer;
}
.form_contents .pandummy span {
	display: block;
	padding: 5px;
	text-align: left;
	background: none;
}
.form_contents .pandummy:active span {
	background-position: 108px center;
}
textarea#jqv_text1 {
	max-width: 446px;
}






/*-----------------------------------------
	メールアドレス
-----------------------------------------*/
.note_mail {
	margin-top: 10px;
}
#nameplate-form .note_mail span#onclick_input_mailaddress {
	cursor: pointer;
	color: #0034CA;
	text-decoration: underline !important;
}
#nameplate-form .note_mail span#onclick_input_mailaddress:hover {
	text-decoration: none !important;
}
#nameplate-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;
}
#nameplate-form .note_mail #autoinput-form-noomail.checked {
	background: url("/public/img/item/order/regist/input/bg_cate_selected.png") left center no-repeat;
}

/*-----------------------------------------
	詳細
-----------------------------------------*/
table#nameplate-form textarea {
	width: 450px;
	max-width: 450px;
	margin: 10px auto;
	line-height: 1.6;
}


/* フォーム注釈 */
p.nameplate-comment {
	display: block;
	width: 660px;
	margin: 0px auto;
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
}



a.button04 {
	margin: auto;
}

input#vd_addr2,
input#vd_addr3,
input#site_addr2,
input#site_addr3 {/* 住所入力欄 */
	width: 90%;
}

/* 注意書き */
p.note {
	margin: 3px 0;
	color: 555px;
	font-size: 11px;
}

p.comment {
	padding-left: 1em;
	text-indent: -1em;
}

/*----------------------------------------
	表札に関するお問い合わせ
----------------------------------------*/
dl#nameplate-contact {
	margin: 20px 105px;
	padding: 8px 15px 10px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 13px;
}
dl#nameplate-contact dt {
	width: 20.5em;
	margin: 0 auto 6px;
	background: url(/public/img/img_order/exstyle/icon_contact.png) no-repeat 0 50%;
	color: #9a4343;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
dl#nameplate-contact strong {
	color: #0a0;
}

/* ======================================================================================
	確認画面ボタンまわり
=======================================================================================*/
#order_foot {
	margin: 34px 30px 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;
}

/*
----------------------------------------------------------------------------*/
#security_box {
	margin: 0 30px;
	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;
}


/* ========================================================================================
	[！] 未入力エラーJS表示設定
========================================================================================*/
td.jqv_invalid {
	background: white !important;
}
p.jqv_alert {
	display: inline-block;
	margin: 10px 3px !important;
	padding: 3px 10px 3px 5px !important;
	color: #f00 !important;
	line-height: 1.5 !important;
	border-radius: 1em !important;
	border: 0px solid #fdd !important;
	font-weight: bold !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
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;
	color: white;
	font-family: "メイリオ", Meiryo, arial, helvetica;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}
p.zip_code p.jqv_alert {
	display: block;
}


/*==================================================
	エラー画面　※regist.cssのオーバーライト
==================================================*/
div#confirm_message {
	overflow: hidden;
	width: 500px;
	margin: 0 auto 30px;
	padding-bottom: 5px;
	border: 1px solid #faa;
	border-radius: 4px;
	background-color: #fffafa;
}
div#confirm_message h3 {
	margin-bottom: 5px;
	border: none;
	background-color: #c00;
	text-align: center;
}

div#confirm_message ul.message {
	padding-left: 30px;
	list-style: decimal;
}
div#confirm_message ul.message li {
	margin: 0;
	padding: 2px 0;
	background-color: #fffafa;
	color: #d00;
	text-indent: 0;
}

/*==================================
	エラーメッセージ
==================================*/
div#confirm_message {
	width: 70%;
	margin: 30px auto;
}
div#confirm_message h3 {
	text-align: center !important;
	background: #a00 !important;
}

/* 見出し変更 2013/10/10
------------------------------------------------------------------------*/
#exstyle-nameplate h1 {
	float: left;
}

/*==================================
	関連する商品
==================================*/
.related_data {
	margin-top: 50px;
}
.related_data .hd {
	height: 31px;
	padding-left: 9px;
	background-color: #eee;
	color: #111;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 31px;
}
.related_data .h_maker {
	margin: 20px 0 10px;
	padding-left: 5px;
	border-left: 3px solid #999;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}
.related_data .slides {
	position: relative;
	padding: 0 33px;
}
.related_data .slides ul {
	display: flex;
	gap: 0 7px;
}
.related_data .slides li {
	position: relative;
	width: 162px;
	height: 180px;
	margin: 0 0 20px 0;
}
.related_data .slides li.rightmost {
	margin-right: 0;
}

/* ホバー効果 */
.related_data .slides li {
	transition: all 0.2s ease-in 0s;
}
.related_data .slides li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 0.2s ease-out 0s;
}
.related_data .slides li a:hover {
	color:#333;
	text-decoration: none;
}
.related_data .slides .item_img {
	position: relative;
	width: 162px;
	height: 122px;
}

/* 商品写真
--------------------------------*/
.related_data .slides .item_img {
	*display: inline; /* IE7 */
}
.related_data .slides .item_img .item_pic {
	border: 1px solid #ddd;
}
.related_data .slides .item_img img {
	width: 160px;
	height: 120px;
}
/* ランキング
--------------------------------*/
.related_data .slides .item_img span {
	position: absolute;
	left: 0px;
	top: -17px;
	display: block;
	text-indent: -9000px;
	width: 52px;
	height: 45px;
	overflow: hidden;
	*cursor: pointer; /* IE7 */
}

/* 工事費
--------------------------------*/
.related_data .slides .item_img .const_cost {
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 51px;
	height: 51px;
	overflow: visible;
}

/* メーカー名
--------------------------------*/
.related_data .slides .maker_name {
	margin: 4px 0 6px;
	font-family: verdana, meiryo, sans-serif;
	font-size: 10px;
	line-height: 1;
}

/* 商品名
--------------------------------*/
.related_data .slides .item_name {
	margin-bottom: 7px;
	font-size: 11px;
	line-height: 1;
}

/* 割引率
--------------------------------*/
.related_data .slides .price_off {
	float: left;
	height: 17px;
	padding: 0 3px 0 2px;
	background-color:#fff3f3;
	border: 1px solid #ffb0b0;
	border-radius: 2px;
	color:#f00;
	font-family: verdana, meiryo, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

/* 価格
--------------------------------*/
@supports (-ms-accelerator:true) { /* Edge */
	.related_data .slides .ex_price {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 162px;
		height: 23px;
		line-height: 23px;
	}
}
.related_data .slides .price {
	float: right;
	color:#f00;
	font-size: 13px;
}
.related_data .slides .price .num {
	margin-left: 2px;
	font-family: verdana, meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: -0.1ex;
}

/* swiper
--------------------------------*/
.related_data .swiper-button-prev,
.related_data .swiper-button-next {
	position: absolute;
	top: 25px;
	display: block;
	width: 24px;
	height: 70px;
	margin-top: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.08);

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.related_data .swiper-button-prev {
	left: 0;
	background: url("/public/img/global/icon_prev.png") center center no-repeat #fafafa;
}
.related_data .swiper-button-next {
	right: 0;
	background: url("/public/img/global/icon_next.png") center center no-repeat #fafafa;
}

/*==================================
	バイヤーブログへのリンク
==================================*/
#relatedExBlog {
	margin: 53px auto -36px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
/* タイトル
--------------------------------*/
#relatedExBlog dl.exBlogPost dt.ttl {
	height: 31px;
	padding-left: 9px;
	background-color: #eee;
	color: #111;
	font-size: 13px;
	line-height: 31px;
}
/* リンクリスト
--------------------------------*/
#relatedExBlog dl.exBlogPost dd {
	padding: 16px 0 5px;
}
#relatedExBlog dl.exBlogPost ul {
	color: #0034ca;
}
#relatedExBlog dl.exBlogPost li {
	margin: 0 0 10px 0;
}
#relatedExBlog dl.exBlogPost li a {
	color: #002fb8;
	text-decoration: underline;
}
#relatedExBlog dl.exBlogPost li a:hover {
	text-decoration: none;
}
#relatedExBlog dl.exBlogPost li a::before {
	content: "";
	display: inline-block;
	margin-right: 7px;
	border: 3px solid transparent;
	border-left: 5px solid #002fb8;
	border-right: none;
	vertical-align: middle;
}

/*==================================
	よくあるご質問
==================================*/
#faq_box {
	margin: 70px auto 0;
}

/*==================================
	関連カテゴリ
==================================*/
#advanced_search {
	width: 585px;
}
#advanced_search h3 {
	height: auto;
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000;
	line-height: 1;
}
#advanced_search .site_link p.faq {
	margin-right: 0;
}