<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes up-in { 0% { transform: translateY(10px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; } }
@keyframes up-in-delay { 0% { opacity: 0; }
  50% { transform: translateY(10px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; } }
@keyframes up-out { from { transform: translateY(0); opacity: 1; }
  to { transform: translateY(0px); opacity: 0; } }
@keyframes opa-in { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes opa-in-delay { 0% { opacity: 0; }
  50% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes opa-out { from { opacity: 1; }
  to { opacity: 0; } }
/* line 5, ../sass/page.scss */
#header { width: 100%; -moz-box-shadow: #ccc 2px 2px 7px; -webkit-box-shadow: #ccc 2px 2px 7px; box-shadow: #ccc 2px 2px 7px; }
/* line 8, ../sass/page.scss */
#header .inner { position: relative; margin: 0 auto; height: 84px; width: 950px; *zoom: 1; }
/* line 29, ../sass/_mixins/_grid.scss */
#header .inner:before, #header .inner:after { content: ""; display: table; }
/* line 34, ../sass/_mixins/_grid.scss */
#header .inner:after { clear: both; }
@media screen and (max-width: 980px) { /* line 8, ../sass/page.scss */
  #header .inner { width: 100%; height: auto; } }
/* line 18, ../sass/page.scss */
#header .inner h1 { padding-top: 2px; }
@media screen and (max-width: 980px) { /* line 18, ../sass/page.scss */
  #header .inner h1 { width: 20%; } }
@media screen and (max-width: 666px) { /* line 18, ../sass/page.scss */
  #header .inner h1 { padding: 1%; margin: 0 0 0 2%; width: 30%; } }
/* line 29, ../sass/page.scss */
#header .inner .headBtn { position: absolute; top: 0; right: 0; }
/* line 34, ../sass/page.scss */
#header .inner .logo { position: absolute; right: 2px; bottom: 8px; }
@media screen and (max-width: 666px) { /* line 34, ../sass/page.scss */
  #header .inner .logo { width: 50%; } }

/* line 417, ../sass/page.scss */
.footer { text-align: center; color: #FFF; height: 100px; padding-top: 10px; background: #048e4d; }

/* line 425, ../sass/page.scss */
#pagetop { position: fixed; right: 5px; bottom: 5px; z-index: 99999; }
/* line 430, ../sass/page.scss */
#pagetop a { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; display: block; background-image: url('../img2/totop.png?1484204289'); width: 80px; height: 79px; background-repeat: no-repeat; }
/* line 72, ../sass/_mixins/_mixin.scss */
#pagetop a br { display: none; }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) { /* line 430, ../sass/page.scss */
  #pagetop a { background-image: url('../img2/totop@2x.png?1484204289'); background-size: 80px 79px; } }
/* line 432, ../sass/page.scss */
html.lt-ie9 #pagetop a { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img2/pagetop.png',sizingMethod='scale'); background-image: none; }
/* line 436, ../sass/page.scss */
#pagetop a:hover, #pagetop a.hover { opacity: 0.7; }
</pre></body></html>