@charset "UTF-8";
/*
  Theme Name: First Living
  Theme URI: https://www.first-living.jp
  Description: Theme of WordPress for First Living
  Author: MOTOX m1
  Author URI: https://www.digitalmotox.jp
  Version: 0.1
*/

@import url('./assets/css/style.css'); /*上書きしたいCSSの場所*/

/* 20180810 add by chan-naru */
.blog__list li .blog__img__wrap {
  margin: 0 0 10px 0;
  /* width: 360px; */
  width: auto;
  height: 270px;
  overflow: hidden;
  position: relative;
}
.blog__list li .blog__img__wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
