<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{
    border:none;
    height:auto !important;
    overflow-x:hidden !important;
    font-family: "CenturyGothicStd","Century Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align:left;
    letter-spacing:0;
    color: #000;
     -webkit-text-size-adjust: 100%;   
}
form,input,p,img,ul,ol,li,dt,dd,dl,input,h1,h2,h3,h4,h5,h6,q{
    list-style:none;
    margin:0;
    padding:0;
}
form{
    background:none;
    border:none;
}
img{
    border:0;
    max-width: 100%;
    height: auto;
    display: inline-block;
}
hr{
    display:none;
}
del{
    text-decoration:none;
}
i{
    margin:0 2px;
    font-size:smaller;
    font-weight:normal;
    font-style:normal;
}

/*anchor*/
a:link{
    color:#000;
    text-decoration:none;
}
a:hover{
    color:#000;
    text-decoration:none;
}
a:visited{
    color:#000;
    text-decoration:none;
}

/*clearfix*/
.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix{
    *zoom:1;
}</pre></body></html>