@charset "utf-8";
.menber-list-area {
    width: 90%;
    height: 94%;
    background-color: white;
    border-radius: 10px;
    position: absolute;
    top: 3%;
    left: 5%;
    overflow: scroll;
}

.member-list-text {
    width: 100%;
    height: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #545454;
}

.memberlist-view-area {
    width: 100%;
    height: 75%;
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
    font-size: 20px;
    font-weight: bold;
    color: #545454;
    overflow-y: scroll;
}

.member-list-box {
    width: 90%;
    height: 15%;
    /* padding: 0.5em 1em; */
    margin: 1em auto;
    font-weight: bold;
    color: #545454;/*文字色*/
    background: #eff3f7;
    border: solid 3px #eff3f7;/*線*/
    border-radius: 25px;/*角の丸み*/

    position: relative;

}

.member-list-table{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: 100%;
    /* display: flex;
    justify-content: center; */
}

.memberlist-reader-image {
    width: 6vw;
    height: auto;
}

.memberlist-membericon-image {
    width: 8.2vw;
    height: auto;
}

.memberlist-icon-image {
    width: 5.5vw;
    height: auto;
}

.memberlist-username-font{
    font-size: 4.5vw;
}

.memberlist-username-size{
    min-width: 25vw;
}

.memberlist-distance-font{
    font-size: 4vw;
}

.memberlist-time-font{
    font-size: 3.5vw;
}

/* 戻るボタン */
.memberlist-return-button-area {
    width: 100%;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: translateY(100%); */
}

.memberlist-return-button {
    width: 25%;
    height: 55%;
    max-height: 55px;
    border: 1px solid #545454;
    border-radius: 10px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.memberlist-return-image {
    width: 36px;
    height: auto;
}

.memberlist-return-text {
    font-family: sans-serif;
    font-size: 18px;
    margin-left: 5px;
    color: #545454;
}

/* メンバーリスト取得失敗エラーポップアップ画面 */
.menmer-list-popup-area {
    width: 80%;
    height: 35%;
    border-radius: 35px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 1100;
    Visibility:hidden;
}

.menmer-list-popup-cancel {
    width: calc(100% - 18px);
    height: 10%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
    color: #545454;
}

.menmer-list-popup-contents-area {
    width: 80%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(5%);
}

.menmer-list-popup-contents {
    font-size: 4.5vw;
    font-weight: bold;
    color: #545454;
}
