/* happyell below the fold placeholders css */
/* フッターの後読み込み */
.happyell-lazy-single-footer__placeholder {
  min-height: 300px;
  padding: 20px 10px;
  text-align: center;
  color: #777;
  background: #fffafa;
}

/* 新着記事の後読み込み */
.happyell-lazy-category-extra__placeholder {
  min-height: 260px;
  padding: 18px 10px;
  text-align: center;
  color: #777;
  background: #fffafa;
}

