body {
    margin-top: 85px;
}

* {
    color: #000;
}

#modal-overlay {
    display: none;
}

#notice {
    display: none;
}

header {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 1;
    border-bottom: 1px solid #eee;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 50px;
    height: 50px;
}

.header-text {
    margin-left: 20px;
    font-weight: bold;
}

.header-text span {
    font-size: 14px;
}

.header-text div {
    margin: 0;
    font-size: 20px;
}

#menu-btn {
    display: none;
}

#modal-menu {
    display: none;
}

.container {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
}

.container main {
    flex: 1;
    width: 100%;
    padding: 20px;
}

.container aside {
    display: none;
}


footer {
    text-align: center;
    padding: 10px 0;
    background-color: #f5f5f5;
    border-top: 2px solid #8cc63f;
}

.footer-info {
    width: 70%;
    margin: 10px auto 20px;
    text-align: left;
}

footer span {
    display: block;
    margin: 5px 0;
}

.footer-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.highlight, .card::before {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

.mv {
    display: none;
}

.profile-section {
    width: 90%;
    margin: 120px auto 0;
}

.profile-hashtag {
    background-color: #fff;
    border: 1px solid #8cc63f;
}

.button {
    background-color: #fff;
    border: 2px solid #8cc63f;
    color: #000 !important;
}

.profile-links a {
    background-color: #fff;
    border: 1px solid #005aff;
}

.table-container {
    overflow: visible;
}
.table-container.limited {
    max-height: none;
}
table {
    width: 100%;
    table-layout: fixed;
    white-space: normal;
}
thead {
    border-bottom: 2px solid #8cc63f;
}

table th, table td {
    min-width: none;
    word-break: break-all !important;
    white-space: normal !important;
    border-bottom: 1px solid #ccc;
}