@charset "Utf-8";

body {
    color:black;
    background-color:white;
}

/*背景白**************************************************************/

/*名前一覧のボック***パソコン版********************************************************************/

.waku_pc {
    width:900px;
    margin-top: 0;
}

.sex {
 font-family: 'Lobster', cursive;
 color:white;
 width:90px;
 text-align: center;
 border-radius: 8px;
 }

.list {
    display: inline-block;
    vertical-align: top;
}

.list p {
    font-size:20px;
    padding-right: 12px;
}

.list a {
    text-decoration: none;
    color:dimgrey;
}

.list a:hover {
    font-weight: 600;
}

/*名前一覧のボック***モバイル版********************************************************************/

.waku_mb {
    width:900px;
    margin-top: 0;
}

.list_mb {
    display: inline-block;
    vertical-align: top;
}

.list_mb p {
    font-size:18px;
    padding-right: 50px;
}

.list_mb a {
    text-decoration: none;
    color:dimgrey;
}

.list_mb a:hover {
    font-weight: 600;
}
