@charset "UTF-8";

/* json入力用 */

#contents_list>li:first-child a span:first-of-type {
    background: #e6d0a5;
    border: none;
    color: #fff;
}

#contents_list>li:nth-child(2) a span:first-of-type{
    background: #E0E0E0;
    border: none;
    color: #fff;
}

#contents_list>li:nth-child(3) a span:first-of-type{
    background: #deb5a0;
    border: none;
    color: #fff;
}

/* #contents_list_r>li:last-child a span:first-of-type {
    display: none;
} */
