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

a#recommend+div .inner_item_img img {
    object-fit: contain;
}
a#recommend+div .inner_item a:hover {
    opacity: 0.7 !important;
}
@media screen and (max-width: 480px) {
a#recommend+div .inner_item_img img {
        width: 30% !important;
}
}</pre></body></html>