@charset "utf-8";
/* CSS Document */
.gallery-inline {
  padding: 4px;
  width: auto;
  height: auto;
  float: left;
}
.gallery-inline.version-4 {
  width: 544px;
}
.gallery-img {
  float: left;
  padding: 4px;
}
.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ccc;
  display: block;
}
.img-01 {
  width: 149px;
  height: 200px;
}
.img-02 {
  width: 125px;
  height: 100px
}
.img-wrap-01 {
  width: 125px;
  float: left;
  height: auto;
}
.img-03 {
  width: 56px;
  height: 100px;
}
.img-04 {
  width: 69px;
  height: 100px;
}
.img-wrap-02 {
  width: 161px;
  float: left;
  height: auto;
}
.img-05 {
  width: 161px;
  height: 100px;
}
.img-06 {
  width: 74px;
  height: 100px;
}
.img-07 {
  width: 87px;
  height: 100px;
}
.img-08 {
  width: 101px;
  height: 200px;
}