@charset "utf-8";
/* CSS Document */
.gallery-inline {
  padding: 4px;
  width: auto;
  height: auto;
  float: left;
}
.gallery-inline.version-6 {
  width: 652px;
}
.gallery-img {
  float: left;
  padding: 4px;
}
.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ccc;
  display: block;
}
.img-wrap-01 {
  width: 208px;
  float: left;
  height: auto;
}
.img-01 {
  width: 109px;
  height: 100px;
}
.img-02{
  width: 99px;
  height: 100px
}
.img-03 {
  width: 208px;
  height: 100px;
}

.img-wrap-02 {
  width: 156px;
  float: left;
  height: auto;
}
.img-04 {
  width: 156px;
  height: 90px;
}

.img-05 {
  width: 67px;
  height: 110px;
}
.img-06 {
  width: 89px;
  height: 110px;
}
.img-07 {
  width: 280px;
  height: 200px;
}