@charset "UTF-8";

/* element.css上書き */
a.element-top {
    text-decoration-line: none;    
}
/* element.css上書き終了 */

/* adjustment_common.css上書き */
.header-top {
    justify-content: center;
}
.header-text {
    width: 50%;
    text-align: center;
}
/* adjustment_common.css上書き終了 */

/* deck_common.css上書き */
.element-top-text {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #fff;
}

.element-top-info {
    margin-top: 6px;
}
/* deck_common.css上書き終了 */

#id_sort {
    margin-right: 4px;
    width: 25vw;
    max-width: 150px;
    padding: 2px 6px;
    color: #000;
    background-color: #fff;
    outline-color: var(--theme-color);
    border: none;
    border-radius: 5px;
}

.element-top-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}