.statistics_main_box {
}
.statistics_title_box {
    margin: 10px;
}
.statistics_group_box {
}
.statistics_group_title_box {
    margin: 20px;
}
.statistics_group_hint_box {
    margin: 10px;
}
.statistics_group_body_box {
    margin: 5px;
}
.statistics_group {
    display: inline-block;
    text-align: center;
    min-width: 45%;
}
.female_winner_group {
    background: rgba(255,0,255,0.1);
}
.male_winner_group {
    background: rgba(0,0,255,0.1);
}
.female_loser_group {
    background: rgba(120,0,180,0.1);
}
.male_loser_group {
    background: rgba(0,0,150,0.1);
}
.statistics_data_box {
    margin: 5px auto;
    text-align: center;
    color: white;
}
.nomination_auto {
    color: rgb(0,255,0);
    font-style: italic;
}
.nomination_winner {
    color: cyan;
}
.nomination_advanced {
    color: cyan;
}
.result_win {
    color: green;
}
.result_tie {
    color: yellow;
}
.result_lose {
    color: white;
}
.sort_arena_result_table {
    margin: 5px auto;
}
.survey_icon_box {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-top: 3px;
}
.survey_icon_box img {
    margin: auto 2px;
}
.survey_icon_box span {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}
.fake_process_bar {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    min-width: 50%;
    max-width: 80%;
    height: 40px;
    margin-top: 3px;
    padding: 2px;
    border: 1px solid #660033;
}
.fake_process_bar_frame {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.fake_part_process_bar {
    display: inline-block;
    text-align: center;
    margin: 0;
    border: 1px solid #660033;
    height: 100%;
}
.fake_part_process_bar span {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}
#male_bar {
    background: rgba(0,120,255,0.8);
}
#female_bar {
    background: rgba(255,30,0,0.8);
}
#adult_bar {
    background: rgba(150,150,0,0.8);
}
#child_bar {
    background: rgba(0,255,120,0.8);
}