@charset "UTF-8";

/*
# =================================================================
# レイアウト
# =================================================================
*/

body{
	background-color: #fff; /*サイトの背景色*/
}

/*レイアウト　カード用*/
/*画像のサイズがそれぞれ異なる場合*/
.entry-list .entry_thumb {
  overflow: initial;
  max-height: initial;
  /*margin: -20px -20px 10px;*/
  text-align: center;
  padding-top: 100%;
  position: relative;
}

.entry-list .entry_thumb img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
}
/*レイアウト　カード用ここまで*/

