@charset "utf-8";
/* CSS Document */

#advertisement table {
    width: 100%;
    margin-top: 20px;
}

#advertisement table tr th {
    color: #000;
    border: 1px solid #000;
    background-color: #e9e9e9;
    padding: 0.5em;
    text-align: center;
}

#advertisement table tr td {
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    padding: 0.5em;
    text-align: center;
}

#advertisement table tr td a {
    color: #911d57;
    border-bottom: 1px solid #911d57;
}

#advertisement table tr td a:hover {
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    .advertisement .under_cont {
        margin-bottom: 10px;
    }
}