@charset "UTF-8";
@media screen and (max-width: 767px) {
  /*************************************************************************
   * 共通部品: 検索結果
   *************************************************************************/
  .SumoSelect {
    width: 100%;
  }

  .search_result .search_show_tabs {
    margin-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .search_result .search_show_tabs .search_show_tab {
    width: 50%;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    background-color: #f0f0f0;
  }

  .search_result .search_show_tabs .search_show_tab .active {
    border-left: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #ffffff;
    color: #333333;
    background-color: #ffffff;
  }

  .search_result .search_show_tabs .search_show_tab button {
    border: 1px solid transparent;
    border-bottom: 1px solid #aaaaaa;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 84%;
  }

  .search_result #search_show_categories,
  .search_result #search_show_makers {
    display: none;
    padding: 10px;
  }

  .search_result #search_show_categories.active,
  .search_result #search_show_makers.active {
    display: block;
  }

  .SumoSelect {
    margin: 5px 0 !important;
  }

  .search_result #search_show_categories button,
  .search_result #search_show_makers button {
    margin: 5px 0 !important;
  }

  .search_result .header {
    margin-bottom: 16px;
  }
  .search_result .count {
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
  }
  .search_result .not-found {
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
  }
  .search_result .pager .number {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  .search_result_items .search_result_item_wrapper {
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 50%;
    border-bottom: 1px solid #A6A6A6;
  }
  .search_result_items .search_result_item_wrapper:nth-child(-n + 6) {
    width: 50%;
  }
  .search_result_items .search_result_item_wrapper .search_result_item {
    padding: 4%;
    height: auto;
  }
  .search_result_items .search_result_item_wrapper .search_result_item .search_result_image_wrapper {
    margin-bottom: 4px;
    text-align: center;
  }
  .search_result_items .search_result_item_wrapper .search_result_item .search_result_categories {
    display: flex;
    flex-wrap: wrap;
  }
  .search_result_items .search_result_item_wrapper .search_result_item .search_result_categories .search_result_category a {
    color: #444444;
    font-size: 11px;
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #BCBCBC;
  }
  .search_result_items .search_result_item_wrapper .search_result_item .search_result_maker {
    font-size: 10px;
    height: 40px;
    margin-bottom: 5px;
    padding: 2px;
    color: #444444;
  }
}
@media screen and (max-width: 480px) {
  .search_result_items .search_result_item_wrapper {
    width: 100%;
  }
  .search_result_items .search_result_item_wrapper:nth-child(-n + 6) {
    width: 100%;
  }
}
