html {
    color: #000;
    font-size: 1em;
    scroll-behavior:smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 15px;
}

.header {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    background: #666;
    color: #fff;
    width: 100%;
    height: 50px;
    margin: 5px 0;
}

.title {
    display: flex;
    justify-content:left;
    min-width: 350px;
    max-width: 600px;
    width: 60%;
    font-size: 25px;
    color: #fff;
    margin: 0 5px 0 20px;
    text-decoration: none;
    align-items: center;
}

.title-space {
    display: flex;
    justify-content: center;
    min-width: 350px;
    max-width: 385px;
    width: 40%;
    margin: 0 5px;
}

.tag {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    color: #fff;
    width: 100%;
}

.tagblock {
    display: flex;
    justify-content:center;
    background-color: #666;
    color: #fff;
    text-align:center;
    min-width: 100px;
    max-width: 100px;
    padding: 5px; border-radius: 5px;
    font-size: 15px;
    margin: 5px;
    width: 10%;
    text-decoration: none;
}

.tag-space {
    display: flex;
    justify-content: center;
    width: 40%;
    min-width: 810px;
    max-width: 810px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    width: 80%;
}

.chart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.chart_center {
    justify-content: center;
    flex-wrap: wrap;
    height: 300px;
    margin: 5px 5px;
    min-width: 350px;
    max-width: 500px;
    width: 50%;
    background: #333;
}

.notice {
    display: flex;
    justify-content: center;
    margin: 5px 5px;
    width: 100%;
    min-width: 350px;
    max-width: 1010px;
    background: #444;
}

.main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0%;
}

.left-block {
    margin: 5px 5px;
    min-width: 350px;
    max-width: 600px;
    width: 60%;
}

.right-block {
    margin: 5px 5px;
    min-width: 350px;
    max-width: 400px;
    width: 40%;
}

@media only screen  
and (max-device-width : 1035px) {
    .notice {
        margin: 5px 5px;
        display: flex;
        justify-content: center;
        min-width: 350px;
        max-width: 1010px;
        background: #444;
    }

    .left-block {
        margin: 5px 5px;
        min-width: 350px;
        max-width: 1010px;
        width: 100%;
    }
    
    .right-block {
        margin: 5px 5px;
        min-width: 350px;
        max-width: 1010px;
        width: 100%;
    }

    .title {
        display: flex;
        justify-content:left;
        min-width: 350px;
        max-width: 1010px;
        width: 100%;
        font-size: 25px;
        color: #fff;
        margin: 0 5px 0 20px;
        text-decoration: none;
        align-items: center;
    }

    .chart_center {
        justify-content: center;
        flex-wrap: wrap;
        height: 300px;
        margin: 5px 5px;
        min-width: 350px;
        max-width: 1010px;
        width: 100%;
        background: #333;
    }
    
}

.main-ranking {
    background: #333;
    color: #fff;
    padding: 3px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.live-mail {
    background: #333;
    color: #fff;
    padding: 3px;

}

.just-selecter {
    margin: 3px 3px;
    flex-wrap: nowrap;
    display: flex;
}

.just-text {
    margin: 3px 3px;
    flex-wrap: nowrap;
    display: flex;
}

.just-button {
    margin: 3px 3px;
    flex-wrap: nowrap;
    display: flex;
}

.mail-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 5px 5px;
    padding: 5px;
    background-color: #666;
    align-items: center;
}

.auto {
    flex:auto;
}

.this-year-mail {
    text-align:right;
    width: 30px;
    padding: 5px;
}

.day-mail {
    text-align:right;
    width: 40px;
    padding: 5px;
}


.average-mail {
    text-align:right;
    width: 40px;
    padding: 5px;
}


.member-icon {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 5px;
    display: flex;
}

.member-name {
    width: 110px;
    min-width: 110px;
    padding: 5px;
    color: #fff;
    text-decoration: none;
}

.member-name-auto {
    padding: 5px 10px 5px 5px;
    color: #fff;
    text-decoration: none;
}

.chart-icon:before {
    content: " \f201";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
}

.mail-icon:before {
    content: " \f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}

.mail-title {
    flex:auto;
}

.mail-time {
    width: 50px;
    text-align:right;
    margin: 5px 5px;
}

.mb-mail-chat {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 5px 5px;
    padding: 10px;
    background-color: #666;
    align-items: center;

}
