table {
    width: 90%;
    max-width: 1700px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    border-collapse: collapse;
}
table, th, td {
    border: 1px solid #ddd;
    max-width: 420px;
    padding: 8px;
    text-align: left;}
th {
    background-color: #f2f2f2;
    text-align: center;
}

th[data-column="level"],
td[data-column="level"] {
    min-width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f2f2f2;
    text-align: center;
}

th[data-column="parts"],
td[data-column="parts"] {
    min-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.selectable{
    cursor: pointer;
}
.center-icon {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
    width: 50px;
    height: 50px;
    border-radius: 10%;
}
.upgrade-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.upgrade-table th,
.upgrade-table td {
  border: 1px solid #ccc;
  padding: 4px 6px;
  text-align: center;
  min-width: 80px;
}

.upgrade-table th[rowspan="2"] {
  background-color: #f5f5f5;
  vertical-align: middle;
}

.upgrade-table th[colspan="4"] {
  background-color: #e0f0ff;
}
th[data-column="total"],
td[data-column="total"] {
    background-color: #f1b7d4;
}
.gameimage {
    width: 720px;
    padding-left: 30px;
    padding-bottom: 20px;
}
.mokuji {
    max-width: 700px;
    position: relative;
    padding: 1.5em 1em 1em 2.5em;
    margin-right: 20px;
    border: 2px solid var(--accent-color);
}

.mokuji>div {
    position: absolute;
    top: -.75em;
    left: 1em;
    padding: 0 .5em;
    background-color: #f8f9fa;
    font-weight: 600;
}

.mokuji ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

.mokuji li {
    padding: .3em .3em .3em 0;
}

.mokuji li::marker {
    color: var(--accent-color);
    font-size: 1.1em;
}
@media screen and (max-width: 768px) {
    .gameimage {
        width: 85%;
        cursor: pointer;
        padding: 0 20px 10px;
    }
}