@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------

当製品ロゴ表示割引を適用されているお客様は、下記スタイルでの
弊社製品ロゴ表示が必要となります。
以下スタイルの削除やコメントアウトをされないよう、ご注意ください。

----------------------------------------------------------*/

#site-search-contents .site-search-input-wrapper input[type="text"],
input.nslm-text-input[type="text"] {
 background: #fff url("brand_logo.svg") no-repeat center right 5px !important;
 background-size: auto !important;
 background-size: 120px 15px !important;
}

#site-search-contents .site-search-input-wrapper input[type="text"]:focus,
input.nslm-text-input[type="text"]:focus {
background-image:none !important;
}

/*----------------------------------------------------------
弊社製品ロゴ表示ここまで
----------------------------------------------------------*/