#page_product_list #itemListWrap h2.condition_title {
  padding-bottom: 6px;
  padding-top: 18px;
  min-height: 24px;
  line-height: 24px; }
#page_product_list #itemListWrap .condition_wrap {
  font-weight: normal; }
  #page_product_list #itemListWrap .condition_wrap .condition_line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px; }
  #page_product_list #itemListWrap .condition_wrap .condition_expand {
    margin-left: 14px;
    margin-right: 6px;
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    background: #ededed;
    border-style: none;
    border-radius: 26px;
    float: left;
    cursor: pointer;
    background: #ededed url("/store/assets/v1/img/common/plus.png") no-repeat center center; }
  #page_product_list #itemListWrap .condition_wrap .condition_body {
    display: none; }
  #page_product_list #itemListWrap .condition_wrap.expand .condition_expand {
    background: #ededed url("/store/assets/v1/img/common/minus.png") no-repeat center center; }
  #page_product_list #itemListWrap .condition_wrap.expand .condition_line_body {
    display: none; }
  #page_product_list #itemListWrap .condition_wrap .condition_line_title {
    font-weight: bold;
    font-size: 14px;
    color: #808080; }
  #page_product_list #itemListWrap .condition_wrap .condition_line_category {
    font-weight: bold;
    color: #808080;
    font-size: 12px; }
  #page_product_list #itemListWrap .condition_wrap .condition_line_category_body {
    color: #808080;
    font-size: 12px; }
  #page_product_list #itemListWrap .condition_wrap .condition_body {
    margin-left: 60px; }
    #page_product_list #itemListWrap .condition_wrap .condition_body dl {
      display: flex;
      margin-bottom: 4px; }
      #page_product_list #itemListWrap .condition_wrap .condition_body dl dt {
        font-weight: bold;
        font-size: 12px;
        white-space: nowrap;
        margin-right: 6px;
        min-width: 70px; }
      #page_product_list #itemListWrap .condition_wrap .condition_body dl dd {
        font-size: 12px;
        word-break: break-all; }
  #page_product_list #itemListWrap .condition_wrap #itemListContentExpandFilter {
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-left: 16px;
    background: #c01920 url(/store/assets/v1/img/common/search-add@3x.png) 14px 12px no-repeat;
    background-size: 16px 16px;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px; }

@media screen and (max-width: 812px) {
  #page_product_list #itemListWrap .condition_wrap {
    padding-right: 20px; }
    #page_product_list #itemListWrap .condition_wrap .condition_body {
      margin-top: 10px;
      margin-left: 20px; } }
