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


/* color--green--gaiweb
---------------------------------- */
.nmlBtn.color--green--gaiweb a {
  border-color: #329900;
  background: #329900;
}
.nmlBtn.color--green--gaiweb .text--sub,
.nmlBtn.color--green--gaiweb .text--main {
  color: #fff;
}
.nmlBtn.color--green--gaiweb a:hover,
.nmlBtn.color--green--gaiweb a.active {
  background: #fff;
  border-color: #329900;
}
.nmlBtn.color--green--gaiweb a:hover .text--sub,
.nmlBtn.color--green--gaiweb a:hover .text--main,
.nmlBtn.color--green--gaiweb a.active .text--sub,
.nmlBtn.color--green--gaiweb a.active .text--main {
  color: #329900;
}
.nmlBtn.color--green--gaiweb.arrow--right a &gt; span:not(.icon) {
  background: url(/common/images/arrow_right_white.svg) no-repeat right 20px center;
  background-size: 6px 9px;
}
.nmlBtn.color--green--gaiweb.arrow--right a &gt; span:not(.icon):hover {
  background: url(/common/images/arrow_right_red.svg) no-repeat right 20px center;
  background-size: 6px 9px;
}</pre></body></html>