.search_result{
  margin:30px 0;
}

.sort {
  float: right;
  margin-bottom: 20px;
  text-align: right;
}
.sort strong {
  margin-right: 5px;
}
.sort a {
  margin-right: 5px;
  text-decoration: underline;
}
.sort span {
  margin-right: 5px;
  background: #eee;
  text-decoration: none;
  font-weight: bolder;
}

.pager {
  clear: both;
  margin: 0px 0px 30px 0;
  text-align: center;
}
.pager a{
  margin: 15px;
}


/*商品一覧の高さ設定レスポンシブ*/


@media(min-width:1500px){
  .item_box{
    min-height:300px;
  }
}

@media(max-width:1500px){
  .item_box{
    min-height:250px;
  }
}

@media(max-width:1000px){
  .item_box {
    min-height:230px;
  }
}

@media(max-width:800px){
  .item_box {
    min-height:200px;
  }
}

@media(max-width:480px){
    .item_box {
      margin: 1% 1.5% 5% 1.8% !important;
      width:30% !important;
    }

    /*検索画面*/

    .search_result #search input{
      height: 40px !important;
    }
    .search_result img{
      width:6% !important;
    }


}
