@charset "euc-jp";
.prd-search-hit {
  clear: both;
}


.topicpath-nav{
 display:flex;
 padding:30px 0;
}


.clearfix:after{
  content: "";
   display: block;
   clear: both;
  padding-bottom:20px;
}

.prd-lst-sort{
 float:right;
 padding-bottom:20px;
}

 .prd-lst-pager ul{
  display:flex;
  justify-content:center;
 }

 .prd-lst-pager ul li{
  padding:0 10px;
 }

.prd-search-hit{
padding-bottom:20px;
}
  

@media only screen and (max-width: 768px) {
 
 .prd-lst-pager-phone ul{
  display:flex;
  justify-content:center;
 }

 .prd-lst-pager-phone ul li{
  padding:0 20px 40px;
 }
  
  .prd-lst-pos{
  float: right;
  padding-bottom: 20px;
  }
  
}
