<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("common.css");

/* --------------------------------------------------
   Main-img
-------------------------------------------------- */

#main-img {
  padding: 10px 0 20px 0;
  width: 800px;
  height: 396px;
}

#main-img p {
  height: 395px;
  display:list-item;
  list-style-image:url(../images/top.gif);
  list-style-position:inside;
}

hr {
  display:block;
  width: 100%;
  margin-top: 25px;
  border: 0;
  border-bottom: 5px solid #109641;
  clear: both;
}</pre></body></html>