/**/
.drawsResultsTableH5{
	color: black;
}

/*nav*/ 
.drawsResultsMenu{
	margin: 0 auto;
	max-width: 600px;
    padding: 10px 0 0;
    color: #fff;
    background-color: #1F1F1F;
}
.drawsResultsMenu_ttl{
	color: white;
	border-bottom: 1px solid #727272;
	padding: 10px
}
.drawsResultsMenu .menu-item-btn,
.drawsResultsMenu .menu-item-btn-only {
    position: relative;
    padding: 10px 10px 10px 1.8125rem;
}
.drawsResultsMenu .menu-item .has-child::after {
    background: none;
    content: "＋";
    width: 1rem;
    height: 2rem;
    position: absolute;
    top: 10px;
    right: 10px;
}
.drawsResultsMenu .menu-item .is-submenu-open::after {
    content: "ー";
}
.drawsResultsMenu ul {
    max-height: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all .2s;
	margin: 0
}

.drawsResultsMenu a {
    color: #fff;
	text-decoration: none;
}
.drawsResultsMenu a:hover{
	text-decoration: underline;
}
.drawsResultsMenu .menu-item-btn,
.drawsResultsMenu .menu-item-btn-only
 {
    border-bottom: 1px solid #727272;
    cursor: pointer;
}
.drawsResultsMenu ul.is-open {
    max-height: 1500px;
    transform: scaleY(1);
	margin-top: 0;
}
.drawsResultsMenu ul li {
    margin-top: 0;
	padding: 10px 10px 10px 2.5125rem;
	border-bottom: 1px solid #727272;
    cursor: pointer;
}
.drawsResultsMenu ul li:before{
	content: none;
	
}

 
/*リーグ表形式*/
table.leagueTable{
	border-left: .0625rem solid #000000;
    border-top: .0625rem solid #000000;
}
table.leagueTable td, 
table.leagueTable th{
	border-bottom: .0625rem solid #000000;
    border-right: .0625rem solid #000000;
}
table.leagueTable td,
table.leagueTable th {
     padding: 5px;
	 text-align: center;  
 }
table.leagueTable td{
    font-size: .875rem;
    line-height: 1.5714285714;

  }
 table.leagueTable tbody tr:nth-child(odd){
    height: 40px;
 }
  table.leagueTable tbody tr:nth-child(even){
    height: 80px;
 }

table.leagueTable td{
	vertical-align: middle;
}
table.leagueTable td.leagueTable_date{
    border-bottom-style: dotted;
}

table.leagueTable .leagueBlank{
	background: #f0f0f0
	/*background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #000 50%, #000 calc(50% + 0.5px), transparent calc(50% + 1px))*/
}
table.leagueTable .leagueText_left {
    text-align: left;
}
table.leagueTable thead th:nth-child(1),
table.leagueTable thead th.leagueTable_Rank{
	width: 5%;
}
table.leagueTable thead th.leagueTable_date{
	width: 13%;
}
table.leagueTable thead th.leagueTable_Note{
	width: 18%;
}
@media screen and (max-width: 48rem) {
    .c-scrollableTable table {
        width: 130%;
    }
	table.leagueTable th,
	table.leagueTable td{
        font-size: .75rem;
        line-height: 1.6666666667
    }
}
/*table*/
.drawsResultsTable{
	border-left: .0625rem solid #000000;
    border-top: .0625rem solid #000000;
}
.drawsResultsTable td, 
.drawsResultsTable th{
	border-bottom: .0625rem solid #000000;
    border-right: .0625rem solid #000000;
}
.drawsResultsTable td.__color-borderRight, 
.drawsResultsTable th.__color-borderRight{
	border-right-color: var(--color-border);
}
.drawsResultsTable td.__color-borderBottom, 
.drawsResultsTable th.__color-borderBottom{
	border-bottom-color: var(--color-border);
}

.drawsResultsTable td, 
.drawsResultsTable th{
	padding: 0.375rem 0.25rem;
}
.drawsResultsTable.u-fsSmall td, 
.drawsResultsTable.u-fsSmall th{
	font-size: 0.75rem;
}
.drawsResultsTable .leagueBlank{
	background: #f0f0f0
}
.drawsResultsTable .dotted_right{
	border-right-style: dotted
}
.drawsResultsTable .bg_red{
	background: red;
	color: white;
	font-weight: 700;
}
.drawsResultsTable .bg_blue{
	background: blue;
	color: white;
	font-weight: 700;
}

/*トーナメント形式*/
/*tournamentTable*/
.tournamentTable{
    border: none;
    width: auto;
    margin-left: 0;
}


.tournamentTable td,
.tournamentTable th {
    border: none;
    padding: 0;
    margin-left: 0;
}
.tournamentTable th.tournamentTable-ttlnone{
    background: none;
}
.tournamentTable th.tournamentTable-ttl{
     padding: 1.0625rem 0.3rem 1.3125rem
}

.tournamentTable .team-box>div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    background-color: #fff;
    border: solid 1px black;
}
.tournamentTable .team-box.team_schedule>div{
    border: none;
    text-align: center;
    height: auto;
    display: block;
    width: 100%;
	font-size: 80%;
}
.tournamentTable .team{
    border-right: solid 1px black;
    width: calc(100% - 35px);
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
	text-align: center;
	font-size: .875rem;
	line-height: 1.5714285714
}
.tournamentTable .team.__reverse{
    border-left: solid 1px black;
    border-right: none;
}
.tournamentTable .team span+span{
	margin-top: 5px;
}
.tournamentTable .team.team_win,
.tournamentTable .team.team_full{
    width: 100%;
    border-right: none;
}
.tournamentTable .score{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
}
.tournamentTable td.team-border-horizontal{
    border-bottom: solid 2px
}
.tournamentTable td.team-border-topvertical{
    border-top: solid 2px;
    border-right: solid 2px;
}

.tournamentTable td.team-border-topvertical__left{
    border-top: solid 2px;
    border-left: solid 2px;
}

.tournamentTable td.team-border-bottomvertical{
    border-bottom: solid 2px;
    border-right: solid 2px;
}
.tournamentTable td.team-border-bottomvertical__left{
    border-bottom: solid 2px;
    border-left: solid 2px;
}
.tournamentTable td.team-border-bottom{
    border-bottom: solid 2px;
}
.tournamentTable td.team-border-win{
    border-width: 3px;
    border-color: red;
}

.tournamentTable td.team-border-horizontal.__loser{
    border-bottom: dotted 2px;
}
.tournamentTable td.team-border-topvertical.__loser{
    border-top: dotted 2px;
    border-right: dotted 2px;
}
.tournamentTable td.team-border-topvertical__left.__loser{
    border-top: dotted 2px;
    border-left: dotted 2px;
}
.tournamentTable td.team-border-bottomvertical__right.__loser{
    border-bottom: dotted 2px;
    border-right: dotted 2px;
}
.tournamentTable td.team-border-bottomvertical__left.__loser{
    border-bottom: dotted 2px;
    border-left: dotted 2px;
}
.tournamentTable td.team-border-bottom.__loser{
    border-bottom: dotted 2px;
}


.tournamentTable td{
    width: 3px;
    min-height: 30px;
}
.tournamentTable td.team-box{
    width: 200px;
    height: 80px;
}
.tournamentTable td.team-border-topvertical,
.tournamentTable td.team-border-topvertical__left,
.tournamentTable td.team-border-bottom{
    width: 20px;
}
.tournamentTable tr.tournamentTable-ttlBtm{
    height: 30px;
}
.tournamentTable .team-border-blank,
.tournamentTable td.team-border-bottom{
    height: 20px;
}
.tournamentTable td.team-box.__seedBlank>div,
.tournamentTable td.team-border-topvertical.__seedBlank,
.tournamentTable td.team-border-bottomvertical.__seedBlank,
.tournamentTable td.team-border-bottom.__seedBlank{
    border: none;
}
@media screen and (max-width: 48rem) {
    .c-scrollableTable table.tournamentTable.__tournamentTable01 {
        width: auto;
    }
	.c-scrollableTable table.tournamentTable.__tournamentTable02 {
        width: 110%;
    }
	.c-scrollableTable table.tournamentTable.__tournamentTable04 {
        width: 210%;
    }
     .c-scrollableTable table.tournamentTable thead th {
        position: unset;
        }
}

.DrawsResultsText_right {
    text-align: right;
}

.DrawsResults_m-0 {
    margin: 0;
}

.DrawsResults_list {
    margin-top: var(--spacer-m);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.DrawsResults_link-black a {
    color: var(--color-text-link);
}

.tournamentTable td.team-box .team .team-border-bottom__dashed {
    border-top: 1px dashed var(--color-text);
    width: 100%;
}

.tournamentTable .nation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 100%;
    border-right: 1px solid var(--color-text);
}

.tournamentTable.center {
    margin-inline: auto;
}

.tournamentTable td.team-border-topvertical__left.dashed {
    border-top: dashed 2px;
    border-left: dashed 2px;
}

.tournamentTable td.team-border-bottomvertical__left.dashed {
    border-bottom: dashed 2px;
    border-left: dashed 2px;
}

/* table(射撃) */
.drawsResultsTable th.table-border-dashed,
.drawsResultsTable td.table-border-dashed {
    border-bottom: 1px dashed #000;
}

.drawsResultsTable th.table-border-dashed--right,
.drawsResultsTable td.table-border-dashed--right {
    border-right: 1px dashed #000;
}

.drawsResultsTable td.table-fw-bold {
    font-weight: 700;
}

.drawsResultsTable td.table-align-right {
    text-align: right;
}