@charset "UTF-8";

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

/* list.css上書き */
.header__top {
    justify-content: center;
}
.header__title {
    width: 50%;
    text-align: center;
}
/* list.css上書き終了 */

/* deck/common.css上書き */
.deck__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;
}

.deck__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deck__title {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #fff;
}
