.atwiki-contents {
    td.th{
        border: 1px solid #989898 !important;
    }
    img {
        display: block;
        margin: 0 auto;
    }
    table {
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    table img{
        display: inline-block;
        margin: inherit;
        width: revert-layer;
    }
    @media screen and (min-width: 600px){
        table {
            width: auto;
            min-width: 600px;
        }
        .table-w-fixed table{
            width: 600px;
        }
    }
    table td, table th {
        white-space: normal;
        overflow-wrap: break-word;
    }
    @media screen and (max-width: 600px){
        img {
            max-width: 100%!important;
        }
    }
    .table_col1 th, .table_col1 td {
        width: 100%;
    }
    .table_col2 th, .table_col2 td {
        width: calc(100% / 2);
    }
    .table_col3 th, .table_col3 td {
        width: calc(100% / 3);
    }
    .table_col4 th, .table_col4 td {
        width: calc(100% / 4);
    }
    .list_table td:first-child{
        width: 20%;
    }
    .full-size_table table {
        width: 100%;
    }
    .notice {
        border: 1px solid #ff9f9f;
        padding: 10px;
    }
    .bolder {
        font-weight: bold;
    }
    .sub-info {
        opacity: 0.8;
    }
    .link-btn {
        margin: 8px auto 16px;
        background-color: #fff;
        border: 1px solid #34b792;
        color: #34b792;
        border-radius: 2px;
        display: block;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        a {
            padding: 7px;
            display: block;
            color: #34b792;
        }
        a:hover {
            color: #fff;
            background-color: #34b792;
        }
    }

    .all_table table{
        text-align: center;
        table-layout: fixed;
    }

    .tier-table td:first-child {
        width: 10%;
    }

    .tier-table img {
        margin: 0 3px;
    }

    .plugin_contents {
        border: 1px solid #bebebe;
        padding: 5px 10px;
        margin-top: 20px;
    }
    .plugin_contents::before {
        content: '目次';
    }
}