<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";

.search_header {
  clear: both;
}

.search_results {
  float: left;
}

.search_sort {
  float: right;
}

.prd_search_hit {
  clear: both;
  font-size: 12px;
}

.catehit {
  font-size:12px;
  color: #595656;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.grp_lst {
  position: relative;
  clear: both;
  margin-left: -2.127%;
  padding-top: 2em;
  text-align:center;
}
.grp_lst_unit {
  text-align:center;
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  width: 17.916%;
  word-break: break-all;
}
  .grp_lst_unit a {
    display: block;
    padding: .5em;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
    text-align:center;
  }
  .grp_lst_unit a:hover {
    text-decoration: underline;
    text-align:center;
  }
  .grp_lst_img {
    display: block;
    margin: 0 auto .5em;
    max-width: 100%;
    height: inherit;
  }
.category_desc_2 {
  padding-top: 2em;
}

.centerline {
  text-align:center;
}

ul.breadcrumb {
  padding: 8px 0 38px;
}

.two_panes {
  clear: both;
}

.side_pane {
  width: 280px;
  float: left;
}

.sub_pane_list_title {
  margin-bottom: 8px;
}

ul.sub_pane_list {
  padding-left: 8px;
  margin-bottom: 33px;
}

ul.sub_pane_list li {
  margin-bottom: 6px;
}

ul.sub_pane_list li a {
  color: #595656;
  text-decoration: none;
}

ul.sub_pane_list li a:hover {
  text-decoration: underline;
}

.main_pane {
  width: 920px;
  float: right;
  padding-left: 30px;
  box-sizing: border-box;
}

.index_page_title {
  font-size: 217%;
}

li.prd_lst_unit.prd_lst_unit_s:nth-child(4n) {
  margin-right: 0;
}
</pre></body></html>