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

/* 20201029追記 */
#wrapper .program-title {
    display: block;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    font-size: 1.4rem;
    padding: 6px 15px;
    line-height: 1;
    margin-bottom: 5px;
    background: #e72418;
    background: -webkit-linear-gradient(-45deg, #e72418 0%, #f6aa00 100%);
    background: -webkit-linear-gradient(315deg, #e72418 0%, #f6aa00 100%);
    background: linear-gradient(135deg, #e72418 0%, #f6aa00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e72418', endColorstr='#f6aa00',GradientType=1 );
}</pre></body></html>