<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
  background-color: #999999;
}

.gallery_t {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 74px;
  width: 100%;
}

.gallery_p_t {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 120px;
  width: 100%;
}

.new-old {
  background-image: url(/home/GALLERY/IMG/line_NEW-OLD.jpg);
  background-size: cover;
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 2px 5px 0px 5px;
  font-weight: bolder;
  font-size: 14px;
  line-height: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

.picture-frame {
  width: 100%;
}
</pre></body></html>