<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.category-list {
  margin: 0 auto;
  max-width: 1280px;
}
.search_header {
  margin: 30px 0 0;
  font-size: 18px;
}
.category_words {
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}
.search_conditions {
  padding: 0;
  border-top: 2px solid #333;
  box-sizing: border-box;
}
.condition_button {
  display: block;
  width: 100%;
  outline: none;
  border: none;
  background: #E1E1DD;
  line-height: 40px;
  font-size: 14px;
  position: relative;
}
.condition_button:after {
  content: "+";
  position: absolute;
  right: 10px;
}
.open .condition_button:after {
  content: "-";
}
.condition_chooser {
  transition: all 300ms 0s ease;
  background: #F4F4F1;
  max-height: 0px;
  overflow: hidden;
  box-sizing: border-box;
}
.search_title {
  font-size: 12px;
  font-weight: bold;
}
.search_categorys {
  font-size: 11px;
}
.search_categorys .item {
  display: inline-block;
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 5px;
  padding: 5px 10px;
  color: #333;
}
.search_categorys .item:hover {
  text-decoration: underline;
}
.search_categorys .item.selected {
  background: rgba(120, 50, 0, 0.2);
  font-weight: bold;
}
.condition-search {
  position: relative;
}
.condition_selected {
  font-size: 12px;
}
.condition_selected .search_selected_title {
  display: block;
  margin: 20px 0 10px;
  font-size: 12px;
  font-weight: bold;
}
.condition_selected .search_type {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  border-right: 1px solid #E1E1DD;
}
.condition_selected .search_type:last-child {
  border-right: none;
}
.condition_selected .remove_item {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #E1E1DD;
  padding: 5px;
  margin: 0 5px 5px;
  color: #333;
  font-size: 12px;
}
.condition_selected .remove_item:after {
  content: "��";
  transform: rotate(45deg);
  display: inline-block;
}
.list_count {
  margin: 10px 0;
  font-size: 14px;
}
.list_count .number {
  margin: 0 5px;
  font-size: 18px;
}
.no_list {
  text-align: center;
  font-size: 14px;
  margin: 20px 0 40px;
}
@media screen and (max-width: 769px) {
  .open .condition_chooser {
    max-height: 500px;
  }
  .search_title, .search_categorys {
    margin: 20px 20px 10px;
  }
  .condition-search {
    width: 80%;
    margin: 20px auto;
  }
}
@media screen and (min-width: 770px) {
  .open .condition_chooser {
    max-height: 300px;
  }
  .condition_item {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #fff;
  }
  .search_title {
    min-width: 140px;
  }
  .condition-search {
    width: 300px;
  }
}</pre></body></html>