@charset "utf-8";
/* CSS Document */
.gallery-inline {
  padding: 4px;
  width: auto;
  height: auto;
  float: left;
}
.gallery-inline.version-1 {
	width: 655px;
}
.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: 189px;
  height: 200px;
}
.img-02 {
  width: 120px;
  height: 200px
}
.img-wrap-01 {
  width: 68px;
  height: auto;
  float: left;
}
.img-03, .img-04 {
  width: 100%;
  height: 100px;
}
.img-05 {
	width:147px;
	height: 200px;
}
.img-wrap-02 {
  width: 123px;
  height: auto;
  float: left;
}
.img-06 {
	width: 100%;
	height: 100px;
}
.img-07 {
	width: 100%;
	height: 100px;
}
	

