<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2021/10/15, 17:08:11
    Author     : FFT
*/

/* #69bf98 */
body {
    background-color: #e35c5c;
}

.title_wrapper {
    background-color: #ef8e8e;
}

.cms .title_wrapper {
    background: #ef8e8e;
}

.artist_list &gt; h3 {
    background: #ef8e8e;
}

.artist_list .box {
    border-bottom: 2px solid #ef8e8e;
}

.artist_list .box .from::before {
    background: #ef8e8e;
}

.index .block_news .article.type_topics {
    background: #74bbe7;
}

/* #009ee8 */
@media print, screen and (min-width: 768px) {
    .index .body-wrapper {
        background-color: #ef8e8e;
    }

    .index .block_menu .menu_1 {
        background: #057700;
    }
    
    .index &gt; .logo_index_pc {
        background: #ef8e8e;
        background-image: url('/theme/winter/pc_index_background.png');
        background-position: top center;
    }
    
    header {
        background: #fff;
    }
    
    header .menu &gt; ul &gt; li:hover .submenu a {
        background: #e35c5c;
        border-bottom: 1px solid #ef8e8e;  /* 120% */
    }
    
    header .menu &gt; ul &gt; li:hover .submenu a:hover {
        background: #b75554; /* 70% */
    }
}

@media print, screen and (max-width: 767px) {
    .index {
        background-color: #e35c5c;
        background-image: url('/theme/winter/sp_index_logo_background.png');
    }
    
    .index .body-wrapper {
        background-color: #ef8e8e;
        background-image: url('/theme/winter/sp_index_background.png');
    }

    .database .body_wrapper {
        background-color: #ef8e8e;
    }
    
    header {
/*        background: transparent;*/
        background: #e35c5c;
    }
    .index header {
        background: transparent;
    }
    footer {
        background: #e35c5c;
    }
    .cms {
         background: #e35c5c;
    }
}</pre></body></html>