@charset "utf-8";

/*=== 注目ショップ ===*/
.topics-ttl {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
}
.topics-cont {
  margin-top: 20px;
  padding: 20px 20px 30px;
  background-color: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .topics .shopList-link {
    width: 185px;
  }
  .topics .shopList-thumb {
    height: 137px;
  }
}


/*=== カテゴリーショップ一覧 ===*/
.topics .shopLink-list {
  margin-top: 0;
}
.topics .shopLink-item {
  margin-top: -8px; /* Velocity 処理間が、HTML 上では改行？になってしまうため調整 */
}
.topics-txt {
  margin-top: 20px;
}


@media print, screen and (max-width: 768px) {
  /*=== 注目ショップ ===*/
  .topics-ttl {
    font-size: 20px;
  }
  .topics-cont {
    margin-top: 15px;
    padding: 20px 15px 25px;
  }
}