<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

div#MainContent ul.LstSpSpecial {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

div#MainContent ul li {
    padding-left: 0;
    background: none;
}


#ContentsLayout.SingleWide.NoFrame ul.LstSpSpecial a:hover img,
#ContentsLayout.SingleWide.NoFrame ul.LstSpSpecial a:focus img {
    opacity: .8;
    -ms-filter: "alpha(opacity=80)";
}</pre></body></html>