.shutuzyou-player{
    width: 1100px;
    margin: 0 auto;
    background-color: #f0f0f0;
}
.shutuzyou-title{
    justify-content: center;
    display: flex;
    color:#393737;
    font-size:54px
}
.syutuzyou-subtitle{
    justify-content: center;
    display: flex;
    margin-bottom:30px;
    color:#393737;
    font-size:48px
}
.content-syutuzyouplayrer-display{
    display: flex;
    justify-content:start;
    position: relative;
    flex-wrap: wrap;
}
.content-syutuzyouzyuni-picture{
    height:auto;
    width:80px;
    position: absolute;
}
.content-syutuzyouplayrer-picture{
    height:auto;
    width:260px
}
.content-player-shoukai{
    background-color: #f0f0f0;
    width: 366px;
    margin-top: 30px;
    padding: 25px;
}

.content-player-shoukai:hover{
    opacity: 0.65;
}
.content-player-shoukai2{
    background-color: #f0f0f0;
}
.content-syutuzyouplayrer-center{
    display:flex;
    justify-content:center;
}
.content-player-swim{
    color:#cccccc
}
.content-playr-name{
    font-size:30px;
}
.player-name-center{
    justify-content:center;
}
.content-syutuzyou-line{
    width: 100%;
    margin: 9px 0;
    border: 0.2px solid #cccccc;
}
.content-syutuzyouline-center{
    display:flex;
    justify-content:center;
}
.content-sennsyu-profile-display{
    display:flex;
    color: #393737;
    font-size: 23px;
}
.content-sennsyushoukai-tatesenn{
    margin-left: 22px;
    border-left: 6px solid #00266e;
    margin-top: 11px;
    height: 27px;
}
.content-syutuzyouplayer-center{
    margin-top: -50px;
    text-align: center;
}

.content-player-name-swim{
    margin-top: 7px;
    margin-left: 7px;
}
.player-event{
    font-size: 24px;
}

.reload-button {
    display: inline-flex;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 99999;
    align-items: center;
    margin: 5px 0;
    padding: 3px 8px;
    border: solid 2px #4d4d4d;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
    background: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    cursor: pointer;
}
.reload-icon {
    width: 20px;
    margin-right: 0.6em;
    padding-left: 3px;
}