/* 各背景 */

#articleExpired {
    background: linear-gradient(to right, rgba(35, 37, 38, 0.5), rgba(65, 67, 69, 0.1)), url('../img/bg/small/mokkou.jpg');
    background-size: cover;
    background-position: center center;
}

@media(min-width:1024px) {
    #articleExpired {
        background: linear-gradient(to right, rgba(35, 37, 38, 0.5), rgba(65, 67, 69, 0.1)), url('../img/bg/mokkou.jpg');
        background-size: cover;
        background-position: center center;
    }
}

/* EO各背景 */

#expiredTable table {
    table-layout: fixed;
    word-wrap: break-word;
}

#expiredTable th {
    text-align: center;
}

#expiredTable td.pubDate, #expiredTable th.pubDate {
    width: 8rem;
    text-align: center;
}

#expiredTable td.holdCity, #expiredTable th.holdCity {
    width: 12rem;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    #expiredTable td.pubDate, #expiredTable th.pubDate {
        width: 7rem;
    }
    
    #expiredTable td.holdCity, #expiredTable th.holdCity {
        width: 10rem;
    }
}

@media screen and (max-width: 480px) {
    #expiredTable td.pubDate, #expiredTable th.pubDate {
        width: 4rem;
    }
    
    #expiredTable td.holdCity, #expiredTable th.holdCity {
        width: 4rem;
    }
}