/*
================================================================================================================
チーム別
================================================================================================================
*/
/*ストラテジーカード残枚数*/
.st-card > .team-av p{background-image:url(/game/bpl/common/img/team/av/big.png);}
.st-card > .team-gg p{background-image:url(/game/bpl/common/img/team/gg/big.png);}
.st-card > .team-gp p{background-image:url(/game/bpl/common/img/team/gp/big_text.png);}
.st-card > .team-sh p{background-image:url(/game/bpl/common/img/team/sh/big_text.png);}
.st-card > .team-tt p{background-image:url(/game/bpl/common/img/team/tt/big_text_red.png);}
.st-card > .team-r1 p{background-image:url(/game/bpl/common/img/team/r1/big_red.png);}
.st-card > .team-ll p{background-image:url(/game/bpl/common/img/team/ll/big.png);}

.st-card .team-av ul{background-color:#e5eef7 !important;}
.st-card .team-gg ul{background-color:#e5eaf8 !important;}
.st-card .team-gp ul{background-color:#fff9e8 !important;}
.st-card .team-sh ul{background-color:#f9f9f9 !important;}
.st-card .team-tt ul{background-color:#ffe5e5 !important;}
.st-card .team-r1 ul{background-color:#fbe6e7 !important;}
.st-card .team-ll ul{background-color:#ffe8f2 !important;}
@media screen and (min-width:481px){
.st-card .team-av ul li + li{border-left:1px solid #0057b5;}
.st-card .team-gg ul li + li{border-left:1px solid #006cdc;}
.st-card .team-gp ul li + li{border-left:1px solid #f99d00;}
.st-card .team-sh ul li + li{border-left:1px solid #7b7b7b;}
.st-card .team-tt ul li + li{border-left:1px solid #f00;}
.st-card .team-r1 ul li + li{border-left:1px solid #d80c18;}
.st-card .team-ll ul li + li{border-left:1px solid #ff1d84;}}

/*試合情報-対戦チーム*/
.match-team .team-av li a p:first-child{background-image:url(/game/bpl/common/img/team/av/shirt/s5.png);}
.match-team .team-gg li a p:first-child{background-image:url(/game/bpl/common/img/team/gg/shirt/s5.png);}
.match-team .team-gp li a p:first-child{background-image:url(/game/bpl/common/img/team/gp/shirt/s5.png);}
.match-team .team-sh li a p:first-child{background-image:url(/game/bpl/common/img/team/sh/shirt/s5.png);}
.match-team .team-tt li a p:first-child{background-image:url(/game/bpl/common/img/team/tt/shirt/s5.png);}
.match-team .team-r1 li a p:first-child{background-image:url(/game/bpl/common/img/team/r1/shirt/s5.png);}
.match-team .team-r1 li a p:first-child{background-image:url(/game/bpl/common/img/team/r1/shirt/s5.png);}
.match-team .team-ll li a p:first-child{background-image:url(/game/bpl/common/img/team/ll/shirt/s5.png);}

.match-team .team-av li a p:last-child{background-image:url(/game/bpl/common/img/team/av/big.png);}
.match-team .team-gg li a p:last-child{background-image:url(/game/bpl/common/img/team/gg/big.png);}
.match-team .team-gp li a p:last-child{background-image:url(/game/bpl/common/img/team/gp/big_text.png);}
.match-team .team-sh li a p:last-child{background-image:url(/game/bpl/common/img/team/sh/big_text.png);}
.match-team .team-tt li a p:last-child{background-image:url(/game/bpl/common/img/team/tt/big_text_red.png);}
.match-team .team-r1 li a p:last-child{background-image:url(/game/bpl/common/img/team/r1/big_red.png);}
.match-team .team-ll li a p:last-child{background-image:url(/game/bpl/common/img/team/ll/big.png);}

.match-team .team-av,.st-card > .team-av{color:#0057b5;}
.match-team .team-gg,.st-card > .team-gg{color:#006cdc;}
.match-team .team-gp,.st-card > .team-gp{color:#f99d00;}
.match-team .team-sh,.st-card > .team-sh{color:#494949;}
.match-team .team-tt,.st-card > .team-tt{color:#f00;}
.match-team .team-r1,.st-card > .team-r1{color:#d80c18;}
.match-team .team-ll,.st-card > .team-ll{color:#ff1d84;}
.match-team .team-av > li.win::after{background-color:#0057b5;}
.match-team .team-gg > li.win::after{background-color:#006cdc;}
.match-team .team-gp > li.win::after{background-color:#f99d00;}
.match-team .team-sh > li.win::after{background-color:#7b7b7b;}
.match-team .team-tt > li.win::after{background-color:#f00;}
.match-team .team-r1 > li.win::after{background-color:#d80c18;}
.match-team .team-ll > li.win::after{background-color:#ff1d84;}

/*対戦カード-消費コスト関連*/
.match-main > .member .team-av ul.status li{background-color:#e5eef7;}
.match-main > .member .team-av ul.status li::before{background-color:#002378;}
.match-main > .member .team-gg ul.status li{background-color:#e5eaf8;}
.match-main > .member .team-gg ul.status li::before{background-color:#002ebe;}
.match-main > .member .team-gp ul.status li{background-color:#fff9e8;}
.match-main > .member .team-gp ul.status li::before{background-color:#f99d00;}
.match-main > .member .team-sh ul.status li{background-color:#f9f9f9;}
.match-main > .member .team-sh ul.status li::before{background-color:#7b7b7b;}
.match-main > .member .team-tt ul.status li{background-color:#ffe5e5;}
.match-main > .member .team-tt ul.status li::before{background-color:#ff0000;}
.match-main > .member .team-r1 ul.status li{background-color:#fbe6e7;}
.match-main > .member .team-r1 ul.status li::before{background-color:#970810;}
.match-main > .member .team-ll ul.status li{background-color:#ffe8f2;}
.match-main > .member .team-ll ul.status li::before{background-color:#b2022f;}
@media screen and (max-width:640px){
.match-main > .member .team-av ul.status li + li{border-top:1px solid #003461;}
.match-main > .member .team-gg ul.status li + li{border-top:1px solid #001b72;}
.match-main > .member .team-gp ul.status li + li{border-top:1px solid #8c7000;}
.match-main > .member .team-sh ul.status li + li{border-top:1px solid #6f7070;}
.match-main > .member .team-tt ul.status li + li{border-top:1px solid #b20000;}
.match-main > .member .team-r1 ul.status li + li{border-top:1px solid #630000;}
.match-main > .member .team-ll ul.status li + li{border-top:1px solid #7d0e3d;}}