.search-nav {
  padding: 0 15px;
  margin-bottom: 20px;
}
.search-nav .selectBox {
  margin-top: 15px;
}

.restaurant-nav {
  padding: 0 15px;
  margin-top: 10px;
}

.DISP-PC .search-nav {
  padding: 0;
  margin-bottom: 40px;
}
.DISP-PC .search-nav .selectBox {
  width: 600px;
  margin: 20px auto 0;
}

.DISP-PC .restaurant-nav {
  padding: 0;
}

.shoplist-box .list-type02 li {
  border-bottom: none;
  border-top: 1px solid #ccc;
}
.shoplist-box .list-type02 li:first-child {
  border-top: none;
}

.DISP-PC .shoplist-box .list-type02 li:nth-child(2) {
  border-top: none;
}

.restaurant-ranking {
  margin: -10px 0 30px;
  padding: 10px 0;
  background: #F5F5F5;
}

.DISP-PC .restaurant-ranking {
  margin-bottom: 50px;
  padding: 30px 0 0;
  background: transparent;
}


.DISP-PC .restaurant-ranking .list-type08 .slick-prev {
  left: -50px;
}

.DISP-PC .restaurant-ranking .list-type08 .slick-next {
  right: -50px;
}
.list-type07 .shop-text {
  margin-bottom: 10px;
  padding: 0 10px;
}
.DISP-PC .list-type07 .shop-text {
  margin-bottom: 10px;
  padding: 0 10px;
}

@media only screen and (max-width: 1180px) {
  .DISP-PC .restaurant-ranking .list-type08 .slick-prev {
    left: 8px;
  }

  .DISP-PC .restaurant-ranking .list-type08 .slick-next {
    right: 8px;
  }
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}