/* top_head_info===================================================================================== */
#top_head_info{
    margin: 0 3px;
}
#top_head_info .year_box{
    position: relative;
}
#top_head_info .back_base{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border: 1px solid #696969;
    background-color: #a9a9a9;
    transform:
        rotate(45deg)
        skew(
            calc((15deg - 30deg) / 2),
            calc((15deg - 30deg) / 2)
        );
    border-radius: 3px;
}

#top_head_info .col{
    padding: 5px 3px;
}
#top_head_info a{
    text-decoration: none;
}
#top_head_info .info_item{
    position: relative;
    z-index: 1;
    height: 45px;
    line-height: 20px;
}
#top_head_info .info_item::before{
    transform: skewX(-15deg);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: -moz-linear-gradient(to bottom,#f5f5f5,#d3d3d3 30%,#f5f5f5); 
    background: -webkit-linear-gradient(to bottom,#f5f5f5,#d3d3d3 30%,#f5f5f5); 
    background: linear-gradient(to bottom,#f5f5f5,#d3d3d3 30%,#f5f5f5); 
    border: 3px solid #999;
    border-radius: 3px;
    height: 45px;
}
#top_head_info .year{
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    z-index: 3;
}
#top_head_info .year_title, #top_head_info .money_text{
    position: absolute;
    bottom: -5px;
    right: 0;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}
#top_head_info .title{
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    z-index: 2;
}
#top_head_info .content{
    font-size: 21px;
    font-weight: bold;
    text-align: right;
    padding-right: 12px;
    z-index: 3;
}
#top_head_info .age_text{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}
#top_head_info .money{
    font-size: 17px;
    line-height: 19px;
    text-align: center;
    padding: 0;
}

/* top_prf_container========================================================================================= */
#top_prf_container{
    position:relative;
    overflow: hidden;
}
#top_prf_container #top_player_change_btn{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -35px;
    left: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: center;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 1px 3px 2px 1px #777;
    animation: top_title_fadeIn 4s ease 0s 1 normal;
    -webkit-animation: top_player_change_btn_fade 4s ease 0s 1 normal;
}
@keyframes top_player_change_btn_fade {
    0% {bottom: 6px;}
    20% {bottom: 10px;}
    40% {bottom: 6px;}
    60% {bottom: 10px;}
    80% {bottom: 6px;}
    100% {bottom: -35px;}
}
@-webkit-keyframes top_player_change_btn_fade {
    0% {bottom: 6px;}
    20% {bottom: 10px;}
    40% {bottom: 6px;}
    60% {bottom: 10px;}
    80% {bottom: 6px;}
    100% {bottom: -35px;}
}

/* top_stats================================================================================================== */

#top_stats .row{
    margin: 0;
}
#top_stats .main_stats_container{
    margin-top: 5px;
    margin-right: -5px;
}
#top_stats .main_stats{
    text-align: center;
    position: relative;
    padding: 0;
    border: 3px solid #999;
    margin-right: 5px;
    border-radius: 3px;
}
#top_stats .main_stats .title{
    background-color: #f5f5f5;
    font-size: 12px;
}
#top_stats .main_stats .content{
    font-weight: bold;
}
#top_stats .main_stats .rank{
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 3;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    width: 24px;
    text-align: center;
    display: none;
}
#top_stats .main_stats .fa-crown{
    color: #cc9933;
    position: absolute;
    top: -15px;
    left: -5px;
    z-index: 2;
    font-size: 18px;
    width: 24px;
    text-align: center;
}

#top_stats .stats_table_container{
    width: 100%;
    overflow: scroll;
    border: 3px solid #999;
    margin-top: 5px;
    border-radius: 3px;
}
#top_stats .stats_table_container{
    max-height: 472px;
}
#top_stats .stats_table_container:not(.max_show){
    max-height: 112px;
}
#top_stats .stats_table{
    table-layout: fixed;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 12px;
}
#top_stats .stats_table thead tr th{
    position: sticky;
    top: 0;
    background-color: #f5f5f5;
    color: #000;
    font-weight: normal;
    z-index: 2;
}
#top_stats .stats_table tbody tr th{
    position: sticky;
    left: 0;
    background-color: #f5f5f5;
    color: #000;
    font-weight: normal;
}
#top_stats .stats_table th, #top_stats .stats_table td{
    width: 40px;
    line-height: 20px;
    padding: 5px 1px;
    border-top: none;
    border-bottom: 1px solid #dcdcdc;
}

/* top_status=========================================================================================== */
#top_status_buttons_container{
    text-align: center;
    border-radius: 3px;
    padding: 5px;
}

#top_status_container{
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

#top_status_gauges, #top_status_others{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#top_status_gauges .status_box{
    position: relative;
}
#top_status_gauges .status_back, #top_status_others .status_back{
    background-color: #dcdcdc;
    border-radius: 3px;
    line-height: 35px;
}
#top_status_gauges .status_back{
    height: 35px;
}
#top_status_gauges .status_title, #top_status_others .status_title{
    display: inline-block;
    background-color: #a9a9a9;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    margin:0 5px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 70px;
    border-radius: 3px;
}
#top_status_others .status_title{
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 5px 5px;
}
#top_status_gauges .status{
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    margin-left: 2px;
}
#top_status_others .status{
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
#top_status_gauges canvas{
    background-color: #fff;
    margin-top: 1px;
}
#top_status_gauges .status_description_text{
    position: absolute;
    bottom: 0;
    right: 52px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    z-index: 3;
}
#top_status_gauges .status_description{
    position: absolute;
    bottom: 0;
    right: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 14px;
    z-index: 3;
}
#top_status_gauges .status_description span{
    font-size: 12px;
}
#top_status_gauges .status_description_marker{
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 98px;
    height: 8px;
    background-color: rgba(230, 255, 0, 1);
    z-index: 2;
}
#top_status_others .status_content{
    display: inline-block;
    border: 2px solid #333;
    border-radius: 3px;
    color: #fff;
    height: 28px;
    line-height: 24px;
    font-weight: bold;
    margin-right: 2px;
    padding: 0;
}
#top_status_gauges .canvas_frame{
    position: absolute;
    top: 6px;
    left: 80px;
    width: 204px;
    height: 25px;
    border: 3px solid #000;
    border-radius: 3px;
    z-index: 1;
}

/* top_buttons============================================================================================== */
#top_buttons_container{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#top_buttons{
    background-color: #dcdcdc;
    border-radius: 3px;
    padding: 5px 0;
    margin-top: 5px;
    width: 100%;
}

/* top_result========================================================================================= */
#top_result_box .common_match_result_box{
    margin: 0 5px 5px 5px;
}
#top_result_box .common_match_result_box .result_back{
    background-color: #dcdcdc;
    border-radius: 3px;
}
#top_result_box .title{
    background-color: #a9a9a9;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 200px;
    border-radius: 3px;
}

/* homeModal Report===================================================================================== */
#report_input_box{
    margin: 0 auto;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#report_input_box::-webkit-scrollbar {
    display:none;
}


/*=======================================================================================================
********************************PC向けのgame_area幅以上の端末での表示*************************************
========================================================================================================*/
@media only screen and (min-width: 700px) {
    /* top_head_info==================================================================================== */
    #top_head_info .year{
        font-size: 30px;
    }
    #top_head_info .content{
        text-align: center;
        font-size: 30px;
        line-height: 10px;
    }
    #top_head_info .title{
        line-height: 18px;
    }
    #top_head_info .age_text, #top_head_info .year_title{
        right: 10px;
        bottom: 0;
    }
    #top_head_info .money{
        text-align: right;
        font-size: 26px;
    }

    /* top_prf=========================================================================================== */
    #top_prf_container{
        text-align: center;
    }

    /* top_stats=============================================================================================== */
    #top_stats .stats_table_container{
        overflow-x: hidden;
        overflow-y: scroll;
    }

    /* top_status========================================================================================== */
    #top_status_buttons_container{
        padding: 5px 0;
    }
    #top_status_gauges, #top_status_others{
        margin-right: 9px;
    }
    #top_status_gauges{
        width: 301px;
    }
    #top_status_others{
        width: 167px;
    }
    #top_status_others .status_back{
        height: 105px;
    }
    #top_status_others .status_title{
        width: 57px;
    }
    #top_status_others .status_content{
        display: block;
        width: 95px;
        margin-top: 5px;
        text-align: center;
    }

    /* top_buttons====================================================================================== */
    #top_buttons_container{
        width: auto;
    }
    #top_buttons{
        width: 204px;
        text-align: left;
        margin: 0;
        padding: 5px;
    }

}