@charset "UTF-8";
/* CSS Document */

.member_each{
    background-color: #fff;
    border: 1px rgba(128,128,128,0.5) solid;
    margin-bottom: 5px;
    
}

.member_each> img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.member_all .col-2{
    padding-left: 5px;
    padding-right: 5px;
}

.member_name{
    font-family: 'Reggae One', cursive;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    font-size: 1.3rem;
    cursor: pointer;
}

.dummy_member{
    display: none;
}