﻿body{
    font-size: 12px;
    font-family: 'Meiryo UI'
}

.table > :not(caption) > * > * {
    padding: .2rem .2rem;
}

@media (max-height: 1050px) {
    /* 縦幅が一定値以下の場合に適用するスタイル */
    .table > :not(caption) > * > * {
        padding: .0rem .0rem;
        font-size: 0.8rem;
    }
}

.no-select-table {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: url("/AIO/img/dontrepost-0.1.png");
    background-repeat: repeat;
    background-size: 180px;
}