<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/*****************************/
/* box list                  */
/*****************************/
#news .box-list {
    margin: 0;
}

#news .box-list .item {
    display: block;
    float: none;
    width: auto;
    padding-bottom: 5px;
    margin: 0 0 30px 0;
    border-bottom: solid #ddd 1px;
}

#news .box-list .item .image {
    float: right;
    width: 30%;
    margin: 0 0 10px 15px;
}

#news .box-list .item time {
    text-align: right;
    font-size: 14px;
}

#news .box-list .item .text {
    height: 100px;
    line-height: 20px;
}

#news .box-list .item .more a {
    float: none;
}



/*****************************/
/* article                   */
/*****************************/
#news.article {
    width: auto;
}

#news.article time {
    text-align: right;
}

#news.article .fancybox {
    float: right;
    width: 30%;
    max-width: 300px;
    margin: 0 0 20px 20px;
}

#news.article .fancybox figure {
    padding-top: 75%;
}


/* news bottom */
#news-bottom .box-list .item {
    width: 19%;
}

#news-bottom .box-list .item figure {
    background: #eee;
    padding-top: 65%;
}

#news-bottom .box-list .item h2 {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 0;
}

#news-bottom .box-list .item .text,
#news-bottom .box-list .item time {
    display: none;
}

#news-bottom .box-list .item .document {
    display: none;
}

@media screen and (max-width: 800px) {
    #news-bottom .box-list .item { width: 46%; }
}</pre></body></html>