<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(/css/column.css);

#header { border-bottom: #999 solid 1px;}
#header-name {
    background-image: url(/column/sugie/images/title-sugie.gif);
    background-repeat: no-repeat;
    background-position: top;
    height: 120px;
    overflow: hidden;
}
#header-name a { display: block; padding-top: 120px;}


#alpha .entry-list li {
    color: #333;
    clear: both;
    padding: 0 1em 0.1em;
    border-bottom: #CCC solid 1px;
}
#alpha .entry-list li &gt; a { padding: 0.5em;}

@media screen and (max-width:550px) {
    #header-name { background-size: 100% auto; height:25vw;}
    #header-name a { padding-top:25vw; }
}
blockquote {
background-color: #eee;
padding: 1.5em 1.5em 1em;
margin: 1em 0;
}

.side_box .entry-list li &gt; a { padding: 0;}
</pre></body></html>