.text-left {
    text-align: left;
}

body {
    font-family: 
        "メイリオ",
        Meiryo,
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        HiraKakuPro-W3,
        "ＭＳ Ｐゴシック",
        "MS PGothic",
        Osaka,
        Verdana,sans-serif;
    margin: 0px;
    font-size: 0.8rem;
}

input {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.42857;
}

.container-table {
    overflow-x: scroll;
}

table {
    width: 100%;
    white-space: normal;
    text-align: center;
}

table, th, td {
    border-collapse: collapse;
    border:1px solid #333;
}

th {
    background-color: #f2f2f2;
}


/* 品目 */
/* .td2 {
    text-align: left;
} */

td a, td button {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    border: none;
    padding: 4px 7px;
    cursor: pointer;
    font-size: 0.8rem;
}

td a.parent {
    padding: 0px;
}

.toriyou {
    background-color: #2680eb;
    white-space: nowrap;
}

.torisyo {
    background-color: #fb6262;
    white-space: nowrap;
}

.memo {
    background-color: #707070;
    white-space: nowrap;
}

.video {
    background-color: #ff9c1a;
    white-space: nowrap;
}

.wallpaper {
    background-color: #63b900;
    white-space: nowrap;
}

.brand-color-1 {
    background-color: #fbd9dc;
    white-space: nowrap;
}

.brand-color-2 {
    background-color: #bfd5c8;
    white-space: nowrap;
}

.brand-color-3 {
    background-color: #ffc1c6;
    white-space: nowrap;
}

.brand-color-4 {
    background-color: #bfe1f1;
    white-space: nowrap;
}

.version_hide {
    display: none;
}

.td_hide {
    display: none;
}

/* 検索 */
.highlight{
    font-weight:bold;
    background-color:Yellow;
}