<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(default.css?v=5.0);
@import url(header.css?v=5.0);
@import url(footer.css?v=5.0);
@import url(common.css?v=5.0);
@import url(customize.css?v=5.0);

/*-------------------------------------
GALLERY LIST
-------------------------------------*/
.unit {
  padding-bottom: 30px;
}
.unit .gallery-text {
  width: 55.71%;
  float: left;
}
.unit .gallery-text.only {
  width: 100%;
  float: none;
}
.unit .gallery-photo {
  width: 41.42%;
  padding: 10px;
  background-color: #fff;
  float: right;
  display: block;
  box-sizing: border-box;
}
.unit p {
  padding-left: 6px;
  padding-right: 6px;
  line-height: 1.4;
}
.unit p.date {
  margin-bottom: 8px;
}
.unit h3 {
  padding-left: 6px;
  padding-bottom: 5px;
  font-weight: bold;
  line-height: 1.75;
}
.unit figcaption {
  padding-top: 8px;
  font-size: 12px;
  text-align: right;
}
.unit a:hover {
  text-decoration: underline;
  transition: 0.2s ease-in-out;
}

/*-------------------------------------
GALLERY DETAIL
-------------------------------------*/
table.gallery-detail {
  width: 100%;
}
table.gallery-detail th {
  width: 270px;
  padding-right: 30px;
  padding-bottom: 30px;
  text-align: left;
}
table.gallery-detail td {
  padding-bottom: 30px;
  line-height: 1.4;
  vertical-align: middle;
}

/*--------------------------------
RESPONSIVE
--------------------------------*/
@media screen and (max-width: 767px) {
  .unit .gallery-photo {
    padding: 7px;
  }
}
@media screen and (max-width: 559px) {
  main {
    padding-top: 10px;
  }
  .unit .gallery-text {
    width: 100%;
    padding-bottom: 15px;
    float: none;
  }
  .unit .gallery-photo {
    width: auto;
    padding: 10px;
    float: none;
  }
  .unit .gallery-photo img {
    width: 100%;
  }
  table.gallery-detail th {
    width: 60%;
    padding-right: 10px;
  }
}
</pre></body></html>