/* team_initial_mark============================================================================ */
.team_initial_mark{
    display: inline-block;
    width: 34px;
    text-align: center;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    border: 1px solid #fff;
}

.show_teams_box .team_list{
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.show_teams_box .league_text{
	position: relative;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 20px;
    margin-left: 25px;
}
.show_teams_box .league_text span{
	position: relative;
	z-index: 2;
}
.show_teams_box .league_text::before{
	content: attr(data-en);
	position: absolute;
	bottom: 5px;
    left: 32px;
	transform: translateX(-50%);
	color: rgba(0,0,0,0.1);
	font-size: 36px;
	font-style: italic;
    font-weight: bold;
    font-family: 'Scheherazade New', serif;
}
.show_teams_box .league_text::after{
	content: '';
	position: absolute;
	bottom: 3px;
	left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 68px 0 7px;
    border-color: #1CB3AC transparent transparent transparent;
}

.team_record_top_box{
    background-color:#f8fafc;
    padding:5px;
    border:2px solid #dee2e6;
    font-weight:bold;
    font-size:18px;
    margin-bottom:5px;
    color:#333;
}
.winner_team_record_top_box{
    border:2px solid rgb(199, 155, 0);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    background-image: linear-gradient(45deg, rgb(199, 155, 0) 6px, transparent 0),
                    linear-gradient(-45deg, rgb(199, 155, 0) 6px, transparent 0),
                    linear-gradient(135deg, rgb(199, 155, 0) 6px, transparent 0),
                    linear-gradient(-135deg, rgb(199, 155, 0) 6px, transparent 0);
}

.team_stats_container{
    border-top: 1px solid #dee2e6;
}
.team_stats_container .stats_box{
    width: 72px;
    border: 1px solid #dee2e6;
    border-top: none;
    font-size: 12px;
}
.team_stats_container .stats_box .title{
    background-color: #f8fafc;
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
    font-weight: bold;
    position: relative;
}
.team_stats_container .stats_box .content{
    padding: 5px;
}
.team_stats_container .stats_box .ranking{
    position: absolute;
    top: -3px;
    right: 3px;
}

/*=======================================================================================================
********************************PC向けのgame_area幅以上の端末での表示*************************************
========================================================================================================*/
@media only screen and (min-width: 700px) {

}