
.custom-select {
	width: 120px;
}

.game_detail dt {
	float: left;
}

.game_detail dd {
	margin-left: 40px;
}

table.design1 {

}

table.design1 th {
	width: 77px;
	vertical-align: middle;
}

table.design1 td.team_mark {
	border-right: 0 none;
	width: 30px;
	padding-left: 6px;
}

table.design1 td.team_mark em {
	padding: 2px 0px 2px 2px;
	font-style: normal;
	font-weight: bold;
}

table.design1 td.data {
	border-left: 0 none;
}

.y_select.col {
	width: 150px;
	max-width: 150px;
}

.team-logo img {
	height: 50px;
}

.scoreBoard td {
	text-align: center;
}

.scoreBoard th {
	width: 8%;
	text-align: center;
}

.scoreBoard th:first-child {
	width: 1%;
	text-align: center;
}

.scoreBoard th:last-child {
	width: 9%;
	text-align: center;
}




/* -----------------
	round
--------------------- */
.round-list > .list-item {
  padding: 30px 0;
}
@media screen and (max-width: 992px) {
  .round-list > .list-item {
	padding: 20px 0;
  }
}
.round-list > .list-item:nth-child(n+2) {
  border-top: 1px solid #F2F2F2;
}
.round-list > .list-item .inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .round-list > .list-item .inner {
	display: block;
  }
}
.round-list > .list-item .inner .data-game {
  position: relative;
  width: 540px;
  color: #27313C;
}
.round-list > .list-item .inner .data-game:hover .link-line {
  background-size: 100% 1px;
}
@media screen and (max-width: 992px) {
  .round-list > .list-item .inner .data-game {
	width: 100%;
	display: block;
	margin: 0 auto;
  }
}
.round-list > .list-item .inner .data-game .game {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0 19px;
}
@media screen and (max-width: 992px) {
  .round-list > .list-item .inner .data-game .game {
	padding: 13px 0 20px;
  }
}
.round-list > .list-item .inner .data-game .game .team {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 28%;
}
@media screen and (max-width: 992px) {
  .round-list > .list-item .inner .data-game .game .team {
	flex-basis: 26%;
	font-size: 10px;
  }
}
.round-list > .list-item .inner .data-game .game .team:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 40px;
  padding: 3px 0;
  background-color: #F2F2F2;
  font-family: "bleagueFont",sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  border-radius: 15px;
}
@media screen and (max-width: 992px) {
  .round-list > .list-item .inner .data-game .game .team:after {
	padding: 2px 0;
	font-size: 10px;
  }
}
.round-list > .list-item .inner .data-game .game .team-logo {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .round-list > .list-item .inner .data-game .game .team-logo {
	width: 40px;
	height: 40px;
  }
}
.round-list > .list-item .inner .data-game .game .team-logo img {
  vertical-align: top;
}
@media screen and (max-width: 992px) {
  .round-list > .list-item .inner .data-game .game .team-logo img {
	width: 40px;
  }
}
.round-list > .list-item .inner .data-game .game .team-name {
  flex-grow: 1;
  margin-left: 0;
  text-align: center;
}




.bench1 {
  left: 7px;
}

@media screen and (max-width: 992px) {
  .bench1 {
	left: 0;
  }
}
.bench2 {
  right: 7px;
}




@media screen and (max-width: 992px) {
  .round-list > .list-item .inner .data-game .game .team.away:after {
	right: 0;
  }
}
.round-list > .list-item .inner .data-game .game .point {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  font-size: 44px;
  font-weight: 700;
  transform: translateY(2px);
}
@media screen and (max-width: 992px) {
  .round-list > .list-item .inner .data-game .game .point {
	width: 40%;
  }
}
@media screen and (max-width: 992px) {
  .round-list > .list-item .inner .data-game .game .point {
	font-size: 28px;
  }
}
.round-list > .list-item .inner .data-game .game .point .number {
  width: 70px;
  text-align: center;
  color: #C4C4C4;
}
@media screen and (max-width: 992px) {
  .round-list > .list-item .inner .data-game .game .point .number {
	width: 50px;
  }
}
.round-list > .list-item .inner .data-game .game .point .number.win {
  color: #000000;
}
.round-list > .list-item .inner .data-game .info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 110px;
  margin: auto;
  text-align: center;
}
.round-list > .list-item .inner .data-game .info-arena {
  padding: 0 5px;
  font-size: 12px;
  line-height: 1.666;
}
@media screen and (max-width: 992px) {
  .round-list > .list-item .inner .data-game .info-arena {
	padding: 0 20px;
	font-size: 10px;
  }
}
.round-list > .list-item .inner .data-game .info-arena span {
  display: block;
}
.round-list > .list-item .inner .data-game .info-arena span:first-child {
  margin-top: 0;
}
.round-list > .list-item .inner .data-game .info-scorestate {
  margin-top: 7px;
}
@media screen and (max-width: 992px) {
  .round-list > .list-item .inner .data-game .info-scorestate {
	margin-top: 4px;
	font-size: 10px;
  }
}
.round-list > .list-item .inner .data-game .info .text-link {
  position: relative;
  font-size: 10px;
}
.round-list > .list-item .inner .data-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 260px;
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .round-list > .list-item .inner .data-link {
	width: 100%;
	margin-top: 10px;
	margin-left: 0;
	font-size: 10px;
  }
}

.round-list {
	list-style: none;
}

ul {
	padding-left: 0px;
}

.bench {
	position: absolute;
	bottom: 0;
	display: block;
	width: 50px;
	padding: 3px 0;
	background-color: #F2F2F2;
	font-family: "bleagueFont",sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	border-radius: 15px;
}

@media screen and (max-width: 992px) {
	

	
}