/* カラーパレット:開始 */
/* カラーを常に開く */
#search_l .co_navi + .s_l_d1 { display:block; }

/* 絞込みチェックボックスの非表示と絞込時の画像指定 */
#search_l .co_navi + .s_l_d1 ul li a {
  text-indent:-1000px;
  background:none;
}

#search_l .co_navi + .s_l_d1 ul li a.on {
  background: url(/res/p/common/img/search/ico_02_on.gif) no-repeat 0px 0px;

}

#search_l .co_navi + .s_l_d1 ul li.facet-color00 a.on,
#search_l .co_navi + .s_l_d1 ul li.facet-color30 a.on {
  background: url(/res/p/common/img/search/ico_03_on.gif) no-repeat 0px 0px !important;

}



/* パレットの枠 */
.co_navi + .s_l_d1 li {
  width:20px; height:20px;
  float:left;
  margin:0 0 6px 6px;
  /* 薄い色にボーダーを付ける際に大きさを揃えるため全てに背景色で枠をつける */
  border:1px solid white;
  padding-bottom:0px !important;
}

/* 各パレットの色(背景画像) */
.facet-color00 { background-color:white; border-color:#ccc !important; } /* ホワイト系 */
.facet-color10 { background-color:#a9a9a9; } /* グレー系 */
.facet-color15 { background-color:black; } /* ブラック系 */
.facet-color20 { background-color:#3cb371; } /* カーキ・グリーン系 */
.facet-color30 { background-color:#ffff00; } /* イエロー系 */
.facet-color40 { background-color:#d2691e; } /* ブラウン系 */
.facet-color50 { background-color:#f4a460; } /* ベージュ系 */
.facet-color60 { background-color:#ff0000; } /* レッド系 */
.facet-color65 { background-color:#ff8c00; } /* オレンジ系 */
.facet-color70 { background-color:#ff69b4; } /* ピンク系 */
.facet-color80 { background-color:#9932cc; } /* パープル系 */
.facet-color90 { background-color:#0000cd; } /* ブルー系 */
.facet-color95 { background-color:#333399; } /* ネイビー系 */
.facet-color006 { background-color:#d8bfd8; } /* シルバー */
.facet-color007 { background-color:#daa520; } /* ゴールド */
.facet-color05 { background-color:white; border-color:#ccc !important;  } /* その他 */
/* /カラーパレット:終了 */

/* ファセットのサマリ表示 * /
.facet-summary { padding:8px; background-color:#eee; border-bottom:1px solid #e9e9e9; }
.facet-summary__kind { margin-top: 0.7em; }
.facet-summary__clear-btn { float:right; }
.facet-summary li a {
  background: url(res/p/common/img/search/ico_01.gif) no-repeat 0px 3px;
  padding: 0px 0px 3px 16px;
  display: block;
  font-size: 97%;
}
.facet-summary li a.on {
  background: url(/res/p/common/img/search/ico_01_on.gif) no-repeat 0px 3px; }
/* /ファセットのサマリ表示 */

/* ファセットの選択肢省略表示 */
#search_l .s_l_d1    { display:block; }
#search_l .s_l_d1 ul { overflow:hidden; }


.fold-handle--opened { overflow:hidden; text-indent:9999em; display:block; background:url(/res/p/common/img/search/bt_l_close.gif) right top no-repeat; margin:10px 0; width:165px; height:22px; }

.sub_brand .fold-handle--closed { overflow:hidden; text-indent:9999em; display:block; background:url(/res/p/common/img/search/bt_l_more.gif) right top no-repeat; margin:10px 0; width:165px; height:22px; }
.sub_size .fold-handle--closed { overflow:hidden; text-indent:9999em; display:block; background:url(/res/p/common/img/search/bt_l_more2.gif) right top no-repeat; margin:10px 0; width:165px; height:22px; }


