<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.img_text {
    position: relative;
    padding-left: 20px;
}
.img_text::before {
    content: "";
    position: absolute;
    background-image: url(/cms/lineartown/img/kanji_gothic.gif);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    left: 0;
}</pre></body></html>