<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 {
    margin:0;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo, sans-serif;
    /*font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho";*/
}

header, section, footer, aside, nav, article, figure{
    display:block;
}

a{
    outline:none;
    display:block;
}

a img{
    border:0;
}

img{
    display:block;
}

.clear{
    clear:both;
}

.adjust{
    -webkit-text-size-adjust:100%;
}
</pre></body></html>