@charset "UTF-8";

.u-cyan{
  color: #00a0e9;
}

.u-font-size-120 {
  font-size: 120% !important;
  line-height: 100% !important;
}

body.competition #wrapper .competition-container .competition-box .player-list li .name.purple {
  color: #6A2EF3;
}

/*<!--スディルマンテーブル-->*/
table.sudirman_cup {
  width: 100%;
  box-sizing: border-box;
}

table.sudirman_cup tr {
  border-bottom: 1px dotted #333333;
  text-align: center;
}

table.sudirman_cup th {
  width: 50%;
}

table.sudirman_cup td {
  width: 50%;
  border: 1px dotted #e6e6e6;
}

table.sudirman_cup td.group {
  background-color:#333333;
  color:#ffffff;
}

table.player-detail div.line {
    border-bottom: 1px solid #999999;
}

img.national-flag{
  margin-top:0.6rem;
  width:80px;
  height:53px;
  border:1px #000000 solid;
 }

/*<!-- 放送種類 -->*/
span.onair-icon {
padding: 3px 8px 4px 8px;
border-radius: 4px;
margin-right: 3px;
vertical-align: top;
}

span.cyan{
  color: #ffffff;
  background-color: #00a0e9;
}

span.purple{
  color: #ffffff;
  background-color: #8000ff;
}

span.zh{
  color: #ffffff;
  background-color: #ff0000;
}

span.mg-left-cs{
  margin-left: 108px;
}

span.mg-10px{
  margin-left: 10px;
}

span.mg-8px{
  margin-left: 8px;
}

span.mg-left-bwf-finals{
  margin-left: 118px;
}

span.mg-left{
  margin-left: 127px;
}

span.mg-left-top{
  margin-left: 124px;
}

span.mg-left-127{
  margin-left: 127px;
}

div.dotted-line, ul li.line {
    border-bottom: 1px dotted #999999 !important;
}

div.solid-line, ul.line {
    border-bottom: 1px solid #999999 !important;
}

body.competition #wrapper .competition-container .competition-box .competition-box-list {
    margin-top: 0px !important;
}



/*<!-- リスト行間修正 -->*/
body.competition #wrapper .competition-container .competition-box .competition-box-list li {
line-height: 2.5 !important;
}

ul li {
  list-style: none !important;
}

.social-button-x {
  background-color: #000000;
}

.social-button-facebook {
  background-color: #1877F2 !important;
}

.social-button-facebook > svg {
  width: 5rem;
  height: 5rem;
}

.main-container .competition-box a {
  text-decoration: underline !important;
}

.main-container .competition-box > a:link,
.main-container .competition-box > a:visited,
.main-container .competition-box > a:hover,
.main-container .competition-box > a:active {
  color: #0000ff !important;
}

/*<!-- リザルト　国単位 -->*/
body.schedule #wrapper .schedule-wrapper .player-detail-wrapper .player-detail.national td:nth-of-type(1) {
  background-color: #8bcc00;
}

/*<!--national-flag-table-->*/
table.national-flag-table {
  width: 100%;
  box-sizing: border-box;
}

table.national-flag-table tr {
  border-bottom: 1px dotted #333333;
  text-align: center;
}

table.national-flag-table th {
  width: 50%;
}

table.national-flag-table td {
  width: 50%;
  border: 2px dotted #333333;
}

table.national-flag-table td.group {
  background-color:#333333;
  color:#ffffff;
}

span.u-b-flag{
  color: red;
  font-weight: 700;
}

#wrapper .onair-wrapper ul.onair-list li {
    margin-bottom: 3rem !important;
}