:root {
    --base-fontsize: 1.6rem;
}

/* index */
div.pager ul li a:not(.current) {
    color: black;
}

/* detail */
.information-detail div.information-body > div {
    margin-bottom: 5rem;
    font-size: var(--base-fontsize);
}

.information-detail p {
    margin-bottom: 0;
}

.information-detail div.information-message-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.information-detail div.information-message-footer:has(a) {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.information-detail div.information-message-footer a {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.information-detail div.information-message-footer:has(div) {
    justify-content: space-between;
}

.information-detail .item-detail {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.information-detail.editor-field > div {
    margin-bottom: 2rem;
}

.information-detail .item-detail .title {
    width: 100px;
}

/* editor-field */
.editor-field p {
    font-size: var(--base-fontsize);
}

.editor-field p:empty {
    height: var(--base-fontsize);
}

.editor-field table tbody td {
    border: 1px solid #ccc;
    padding: 8px;
}

.editor-field strong {
    font-size: 100%;
    font-weight: bold;
}
