<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  border: none !important;
  height: 100%;
}

footer {
  margin-top: 60px !important;
}
/*.footer-nav &gt; dl dd {
    line-height: 1.95 !important;
}
footer,
.kasikin{
  line-height: 1.7 !important;
}*/

.kasikin_wrapper{
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    background: #f1f1f1;
}

.kasikin {
  width: 940px !important;
}
.copyright{
  padding:20px 10px!important;
ã€€overflow: hidden;
}
/*small {
    font-size: smaller !important;
}
#copyArea {
  line-height: 1.9;
}*/

@media all and (max-width:1024px){
    .kasikin_wrapper{
        width: 1024px;
        left: 50%;
        margin-left: -512px;
    }
}

@media all and (max-width:640px){
    #TopLink{
      min-width: auto;
    }
    body #contents_wrap{
      padding-top: 10px !important;
    }
    .nav-fixed {
      width: 100%;
    }
    footer {
        margin-top: 0px !important;
    }
    footer .footer-contents-wrap {
        margin-top: 0px !important;
    }
    .kasikin_wrapper{
        width: 100%;
        left: 0;
        margin-left: 0px;
    }
    .kasikin {
      width: 100% !important;
    }
}</pre></body></html>