@charset "UTF-8";

/* =================================================
  variable
================================================= */
/* category別指定 */
/* =================================================
  editor
================================================= */
.editor p {
  margin: 10px 0;
}

.error {
  color: #d42532;
}

/* =================================================
  title
================================================= */
.title_lv1 h2 {
  font-family: "Noto Sans JP", sans-serif;
}

h5 {
  border-left: 5px solid #39404b;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 20px 0 10px;
  padding: 2px 0 2px 7px;
}

/* =================================================
  btn
================================================= */
.btn,
.btn14 {
  color: #fff !important;
}

/* 投票結果ボタン */
.buttons input,
.btn_result input,
.button_area input {
  background-color: transparent;
  border: none;
}

/* =================================================
  sticky
================================================= */
#sticky {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#sticky ul {
  list-style-type: none;
  margin: 0;
}

/* =================================================
  試合結果
================================================= */
/* tab */
.display_off,
.ui-tabs-hide {
  display: none;
}

.display_on {
  display: block;
}

/* 投票結果ボタン */
.buttons,
.btn_result,
.button_area {
  margin: 20px 0 0;
  text-align: center;
}
.buttons .btn,
.btn_result .btn,
.button_area .btn {
  background-color: #d42532;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  height: auto;
  padding: 15px;
  width: 300px;
}
.buttons .btn:after,
.btn_result .btn:after,
.button_area .btn:after {
  content: "";
}
.buttons .btn:hover,
.btn_result .btn:hover,
.button_area .btn:hover {
  background-color: #e4626c !important;
}

.report_text {
  float: right;
  width: calc(100% - 320px);
}

.all_star_report .photo {
  float: left;
  width: 300px;
}
.all_star_report .photo img {
  height: auto;
  width: 100%;
}

.title_east,
#block_east h4,
#block_default:first-of-type h4 {
  background-color: #265cba;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 40px 0 0;
  padding: 10px;
  text-align: center;
}

.player_list > tbody > tr {
  display: flex;
  flex-wrap: wrap;
}
.player_list.east table {
  margin: 0;
  height: 100%;
}
.player_list.east th,
.player_list.east td {
  background-color: #dde7f8 !important;
  border: 5px solid #fff;
  vertical-align: middle;
  width: 50%;
}
.player_list.east th th,
.player_list.east th td,
.player_list.east td th,
.player_list.east td td {
  border: none;
  width: auto;
}
.player_list.yellow th,
.player_list.yellow td {
  background-color: #fdf9c7 !important;
}
.team_east h5 {
  border-left: 5px solid #265cba;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding: 2px 0 2px 7px;
}
.team_east .table04 th {
  background-color: #265cba;
}

#block_east,
#block_default:first-of-type {
  background-color: #dde7f8 !important;
  float: left;
  width: calc(50% - 10px);
}
#block_east .team_logo,
#block_default:first-of-type .team_logo {
  margin: 10px 0;
  text-align: center;
}
#block_east .choose,
#block_default:first-of-type .choose {
  margin: 10px;
  text-align: center;
}
#block_east h4,
#block_default:first-of-type h4 {
  margin: 0;
}
#block_east h5,
#block_default:first-of-type h5 {
  margin: 20px 10px 10px;
}
#block_east .ranking_table,
#block_default:first-of-type .ranking_table {
  border-bottom: 5px solid #fff;
}
#block_east .ranking_table .uniform_num,
#block_default:first-of-type .ranking_table .uniform_num {
  width: 2.5em;
}
#block_east .ranking_table .uniform_num em,
#block_default:first-of-type .ranking_table .uniform_num em {
  background-color: #39404b;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  text-align: center;
  width: 2em;
}
#block_east .ranking_table .num_rank,
#block_default:first-of-type .ranking_table .num_rank {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  width: 3em;
}
#block_east .ranking_table .num_rank em,
#block_default:first-of-type .ranking_table .num_rank em {
  font-size: 24px;
  font-size: 2.4rem;
}
#block_east .ranking_table .photo_player,
#block_default:first-of-type .ranking_table .photo_player {
  width: 80px;
}
#block_east .ranking_table .name_team,
#block_default:first-of-type .ranking_table .name_team {
  font-size: 12px;
  font-size: 1.2rem;
}
#block_east .ranking_table .name_team em,
#block_default:first-of-type .ranking_table .name_team em {
  font-weight: normal;
}
#block_east .ranking_table .get_graph,
#block_default:first-of-type .ranking_table .get_graph {
  background-position: left center !important;
  background-repeat: no-repeat !important;
  text-align: right;
  vertical-align: bottom;
  width: 250px;
}
#block_east .ranking_table .get_graph span,
#block_default:first-of-type .ranking_table .get_graph span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#block_east .ranking_table .get_graph.ver1,
#block_default:first-of-type .ranking_table .get_graph.ver1 {
  background-image: url("../img/bg_get_graph1.png") !important;
}
#block_east .ranking_table .get_graph.ver2,
#block_default:first-of-type .ranking_table .get_graph.ver2 {
  background-image: url("../img/bg_get_graph2.png") !important;
}
#block_east .ranking_table .get_graph.ver3,
#block_default:first-of-type .ranking_table .get_graph.ver3 {
  background-image: url("../img/bg_get_graph3.png") !important;
}
#block_east .ranking_table .get_graph.ver4,
#block_default:first-of-type .ranking_table .get_graph.ver4 {
  background-image: url("../img/bg_get_graph4.png") !important;
}
#block_east .ranking_table .get_graph.ver5,
#block_default:first-of-type .ranking_table .get_graph.ver5 {
  background-image: url("../img/bg_get_graph5.png") !important;
}
#block_east .ranking_table .get_graph.ver6,
#block_default:first-of-type .ranking_table .get_graph.ver6 {
  background-image: url("../img/bg_get_graph6.png") !important;
}
#block_east .ranking_table .get_graph.ver7,
#block_default:first-of-type .ranking_table .get_graph.ver7 {
  background-image: url("../img/bg_get_graph7.png") !important;
}
#block_east .ranking_table .get_graph.ver8,
#block_default:first-of-type .ranking_table .get_graph.ver8 {
  background-image: url("../img/bg_get_graph8.png") !important;
}
#block_east .ranking_table .get_graph.ver9,
#block_default:first-of-type .ranking_table .get_graph.ver9 {
  background-image: url("../img/bg_get_graph9.png") !important;
}
#block_east .ranking_table .get_graph.ver10,
#block_default:first-of-type .ranking_table .get_graph.ver10 {
  background-image: url("../img/bg_get_graph10.png") !important;
}
#block_east .ranking_table .get_graph.ver11,
#block_default:first-of-type .ranking_table .get_graph.ver11 {
  background-image: url("../img/bg_get_graph11.png") !important;
}
#block_east .ranking_table .get_graph.ver12,
#block_default:first-of-type .ranking_table .get_graph.ver12 {
  background-image: url("../img/bg_get_graph12.png") !important;
}
#block_east .ranking_table .get_graph.ver13,
#block_default:first-of-type .ranking_table .get_graph.ver13 {
  background-image: url("../img/bg_get_graph13.png") !important;
}
#block_east .ranking_table .get_graph.ver14,
#block_default:first-of-type .ranking_table .get_graph.ver14 {
  background-image: url("../img/bg_get_graph14.png") !important;
}
#block_east .ranking_table .get_graph.ver15,
#block_default:first-of-type .ranking_table .get_graph.ver15 {
  background-image: url("../img/bg_get_graph15.png") !important;
}
#block_east .ranking_table .get_graph.ver16,
#block_default:first-of-type .ranking_table .get_graph.ver16 {
  background-image: url("../img/bg_get_graph16.png") !important;
}
#block_east .ranking_table .get_graph.ver17,
#block_default:first-of-type .ranking_table .get_graph.ver17 {
  background-image: url("../img/bg_get_graph17.png") !important;
}
#block_east .ranking_table .get_graph.ver18,
#block_default:first-of-type .ranking_table .get_graph.ver18 {
  background-image: url("../img/bg_get_graph18.png") !important;
}
#block_east .ranking_table .get_graph.ver19,
#block_default:first-of-type .ranking_table .get_graph.ver19 {
  background-image: url("../img/bg_get_graph19.png") !important;
}
#block_east .ranking_table .get_graph.ver20,
#block_default:first-of-type .ranking_table .get_graph.ver20 {
  background-image: url("../img/bg_get_graph20.png") !important;
}
#block_east .ranking_table th,
#block_east .ranking_table td,
#block_default:first-of-type .ranking_table th,
#block_default:first-of-type .ranking_table td {
  background: none !important;
  border: none;
}
#block_east .ranking_table tr.odd th,
#block_east .ranking_table tr.odd td,
#block_default:first-of-type .ranking_table tr.odd th,
#block_default:first-of-type .ranking_table tr.odd td {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.title_west,
#block_west h4,
#block_default:last-of-type h4 {
  background-color: #d42532;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 40px 0 -20px;
  padding: 10px;
  text-align: center;
}

.player_list.west table {
  margin: 0;
}
.player_list.west th,
.player_list.west td {
  background-color: #fdf1f2 !important;
  border: 5px solid #fff;
  vertical-align: middle;
  width: 50%;
}
.player_list.west th th,
.player_list.west th td,
.player_list.west td th,
.player_list.west td td {
  border: none;
  width: auto;
}
.player_list.black th,
.player_list.black td {
  background-color: #e4e4e4 !important;
}

.team_west h5 {
  border-left: 5px solid #d42532;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding: 2px 0 2px 7px;
}
.team_west .table04 th {
  background-color: #d42532;
}

#block_west,
#block_default:last-of-type {
  background-color: #fdf1f2 !important;
  float: left;
  width: calc(50% - 10px);
}
#block_west .team_logo,
#block_default:last-of-type .team_logo {
  margin: 10px 0;
  text-align: center;
}
#block_west .choose,
#block_default:last-of-type .choose {
  margin: 10px;
  text-align: center;
}
#block_west h4,
#block_default:last-of-type h4 {
  margin: 0;
}
#block_west h5,
#block_default:last-of-type h5 {
  margin: 20px 10px 10px;
}
#block_west .ranking_table,
#block_default:last-of-type .ranking_table {
  border-bottom: 5px solid #fff;
}
#block_west .ranking_table .uniform_num,
#block_default:last-of-type .ranking_table .uniform_num {
  width: 2.5em;
}
#block_west .ranking_table .uniform_num em,
#block_default:last-of-type .ranking_table .uniform_num em {
  background-color: #39404b;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  text-align: center;
  width: 2em;
}
#block_west .ranking_table .num_rank,
#block_default:last-of-type .ranking_table .num_rank {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  width: 3em;
}
#block_west .ranking_table .num_rank em,
#block_default:last-of-type .ranking_table .num_rank em {
  font-size: 24px;
  font-size: 2.4rem;
}
#block_west .ranking_table .photo_player,
#block_default:last-of-type .ranking_table .photo_player {
  width: 80px;
}
#block_west .ranking_table .name_team,
#block_default:last-of-type .ranking_table .name_team {
  font-size: 12px;
  font-size: 1.2rem;
}
#block_west .ranking_table .name_team em,
#block_default:last-of-type .ranking_table .name_team em {
  font-weight: normal;
}
#block_west .ranking_table .get_graph,
#block_default:last-of-type .ranking_table .get_graph {
  background-position: left center !important;
  background-repeat: no-repeat !important;
  text-align: right;
  vertical-align: bottom;
  width: 250px;
}
#block_west .ranking_table .get_graph span,
#block_default:last-of-type .ranking_table .get_graph span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#block_west .ranking_table .get_graph.ver1,
#block_default:last-of-type .ranking_table .get_graph.ver1 {
  background-image: url("../img/bg_get_graph1.png") !important;
}
#block_west .ranking_table .get_graph.ver2,
#block_default:last-of-type .ranking_table .get_graph.ver2 {
  background-image: url("../img/bg_get_graph2.png") !important;
}
#block_west .ranking_table .get_graph.ver3,
#block_default:last-of-type .ranking_table .get_graph.ver3 {
  background-image: url("../img/bg_get_graph3.png") !important;
}
#block_west .ranking_table .get_graph.ver4,
#block_default:last-of-type .ranking_table .get_graph.ver4 {
  background-image: url("../img/bg_get_graph4.png") !important;
}
#block_west .ranking_table .get_graph.ver5,
#block_default:last-of-type .ranking_table .get_graph.ver5 {
  background-image: url("../img/bg_get_graph5.png") !important;
}
#block_west .ranking_table .get_graph.ver6,
#block_default:last-of-type .ranking_table .get_graph.ver6 {
  background-image: url("../img/bg_get_graph6.png") !important;
}
#block_west .ranking_table .get_graph.ver7,
#block_default:last-of-type .ranking_table .get_graph.ver7 {
  background-image: url("../img/bg_get_graph7.png") !important;
}
#block_west .ranking_table .get_graph.ver8,
#block_default:last-of-type .ranking_table .get_graph.ver8 {
  background-image: url("../img/bg_get_graph8.png") !important;
}
#block_west .ranking_table .get_graph.ver9,
#block_default:last-of-type .ranking_table .get_graph.ver9 {
  background-image: url("../img/bg_get_graph9.png") !important;
}
#block_west .ranking_table .get_graph.ver10,
#block_default:last-of-type .ranking_table .get_graph.ver10 {
  background-image: url("../img/bg_get_graph10.png") !important;
}
#block_west .ranking_table .get_graph.ver11,
#block_default:last-of-type .ranking_table .get_graph.ver11 {
  background-image: url("../img/bg_get_graph11.png") !important;
}
#block_west .ranking_table .get_graph.ver12,
#block_default:last-of-type .ranking_table .get_graph.ver12 {
  background-image: url("../img/bg_get_graph12.png") !important;
}
#block_west .ranking_table .get_graph.ver13,
#block_default:last-of-type .ranking_table .get_graph.ver13 {
  background-image: url("../img/bg_get_graph13.png") !important;
}
#block_west .ranking_table .get_graph.ver14,
#block_default:last-of-type .ranking_table .get_graph.ver14 {
  background-image: url("../img/bg_get_graph14.png") !important;
}
#block_west .ranking_table .get_graph.ver15,
#block_default:last-of-type .ranking_table .get_graph.ver15 {
  background-image: url("../img/bg_get_graph15.png") !important;
}
#block_west .ranking_table .get_graph.ver16,
#block_default:last-of-type .ranking_table .get_graph.ver16 {
  background-image: url("../img/bg_get_graph16.png") !important;
}
#block_west .ranking_table .get_graph.ver17,
#block_default:last-of-type .ranking_table .get_graph.ver17 {
  background-image: url("../img/bg_get_graph17.png") !important;
}
#block_west .ranking_table .get_graph.ver18,
#block_default:last-of-type .ranking_table .get_graph.ver18 {
  background-image: url("../img/bg_get_graph18.png") !important;
}
#block_west .ranking_table .get_graph.ver19,
#block_default:last-of-type .ranking_table .get_graph.ver19 {
  background-image: url("../img/bg_get_graph19.png") !important;
}
#block_west .ranking_table .get_graph.ver20,
#block_default:last-of-type .ranking_table .get_graph.ver20 {
  background-image: url("../img/bg_get_graph20.png") !important;
}
#block_west .ranking_table th,
#block_west .ranking_table td,
#block_default:last-of-type .ranking_table th,
#block_default:last-of-type .ranking_table td {
  background: none !important;
  border: none;
}
#block_west .ranking_table tr.odd th,
#block_west .ranking_table tr.odd td,
#block_default:last-of-type .ranking_table tr.odd th,
#block_default:last-of-type .ranking_table tr.odd td {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.title_referee,
#block_referee h4 {
  background-color: #128259;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 40px 0 -20px;
  padding: 10px;
  text-align: center;
}

.player_list.referee table {
  margin: 0;
}
.player_list.referee th,
.player_list.referee td {
  background-color: #98f1d0 !important;
  border: 5px solid #fff;
  vertical-align: middle;
  width: 50%;
}
.player_list.referee th th,
.player_list.referee th td,
.player_list.referee td th,
.player_list.referee td td {
  border: none;
  width: auto;
}

.team_referee h5 {
  border-left: 5px solid #128259;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding: 2px 0 2px 7px;
}
.team_referee .table04 th {
  background-color: #128259;
}

#block_referee {
  background-color: #98f1d0 !important;
  float: left;
  width: calc(50% - 10px);
}
#block_referee .team_logo {
  margin: 10px 0;
  text-align: center;
}
#block_referee .choose {
  margin: 10px;
  text-align: center;
}
#block_referee h4 {
  margin: 0;
}
#block_referee h5 {
  margin: 20px 10px 10px;
}
#block_referee .ranking_table {
  border-bottom: 5px solid #fff;
}
#block_referee .ranking_table .uniform_num {
  width: 2.5em;
}
#block_referee .ranking_table .uniform_num em {
  background-color: #39404b;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  text-align: center;
  width: 2em;
}
#block_referee .ranking_table .num_rank {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  width: 3em;
}
#block_referee .ranking_table .num_rank em {
  font-size: 24px;
  font-size: 2.4rem;
}
#block_referee .ranking_table .photo_player {
  width: 80px;
}
#block_referee .ranking_table .name_team {
  font-size: 12px;
  font-size: 1.2rem;
}
#block_referee .ranking_table .name_team em {
  font-weight: normal;
}
#block_referee .ranking_table .get_graph {
  background-position: left center !important;
  background-repeat: no-repeat !important;
  text-align: right;
  vertical-align: bottom;
  width: 250px;
}
#block_referee .ranking_table .get_graph span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#block_referee .ranking_table .get_graph.ver1 {
  background-image: url("../img/bg_get_graph1.png") !important;
}
#block_referee .ranking_table .get_graph.ver2 {
  background-image: url("../img/bg_get_graph2.png") !important;
}
#block_referee .ranking_table .get_graph.ver3 {
  background-image: url("../img/bg_get_graph3.png") !important;
}
#block_referee .ranking_table .get_graph.ver4 {
  background-image: url("../img/bg_get_graph4.png") !important;
}
#block_referee .ranking_table .get_graph.ver5 {
  background-image: url("../img/bg_get_graph5.png") !important;
}
#block_referee .ranking_table .get_graph.ver6 {
  background-image: url("../img/bg_get_graph6.png") !important;
}
#block_referee .ranking_table .get_graph.ver7 {
  background-image: url("../img/bg_get_graph7.png") !important;
}
#block_referee .ranking_table .get_graph.ver8 {
  background-image: url("../img/bg_get_graph8.png") !important;
}
#block_referee .ranking_table .get_graph.ver9 {
  background-image: url("../img/bg_get_graph9.png") !important;
}
#block_referee .ranking_table .get_graph.ver10 {
  background-image: url("../img/bg_get_graph10.png") !important;
}
#block_referee .ranking_table .get_graph.ver11 {
  background-image: url("../img/bg_get_graph11.png") !important;
}
#block_referee .ranking_table .get_graph.ver12 {
  background-image: url("../img/bg_get_graph12.png") !important;
}
#block_referee .ranking_table .get_graph.ver13 {
  background-image: url("../img/bg_get_graph13.png") !important;
}
#block_referee .ranking_table .get_graph.ver14 {
  background-image: url("../img/bg_get_graph14.png") !important;
}
#block_referee .ranking_table .get_graph.ver15 {
  background-image: url("../img/bg_get_graph15.png") !important;
}
#block_referee .ranking_table .get_graph.ver16 {
  background-image: url("../img/bg_get_graph16.png") !important;
}
#block_referee .ranking_table .get_graph.ver17 {
  background-image: url("../img/bg_get_graph17.png") !important;
}
#block_referee .ranking_table .get_graph.ver18 {
  background-image: url("../img/bg_get_graph18.png") !important;
}
#block_referee .ranking_table .get_graph.ver19 {
  background-image: url("../img/bg_get_graph19.png") !important;
}
#block_referee .ranking_table .get_graph.ver20 {
  background-image: url("../img/bg_get_graph20.png") !important;
}
#block_referee .ranking_table th,
#block_referee .ranking_table td {
  background: none !important;
  border: none;
}
#block_referee .ranking_table tr.odd th,
#block_referee .ranking_table tr.odd td {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.title_referee {
  margin-bottom: 10px;
}

.player_list.col1 {
  width: 33.3% !important;
}
.player_list.col1 th,
.player_list.col1 td {
  width: auto !important;
}
.player_list.col1 th.photo,
.player_list.col1 td.photo {
  width: 130px !important;
}
.player_list.col3 th,
.player_list.col3 td {
  width: 33.3% !important;
}
.player_list.col3 th th,
.player_list.col3 th td,
.player_list.col3 td th,
.player_list.col3 td td {
  width: auto !important;
}
.player_list.col3 th th.photo,
.player_list.col3 th td.photo,
.player_list.col3 td th.photo,
.player_list.col3 td td.photo {
  width: 130px !important;
}
.player_list.referee th,
.player_list.referee td {
  background-color: #e4fbf3 !important;
  width: 33.3%;
}

#block_west,
#block_default:last-of-type {
  float: right;
}

/* =================================================
  フォトギャラリー
================================================= */
#tab_shin .event_gallery ul li,
#tab_3x3 .event_gallery ul li,
#tab_classic .event_gallery ul li,
#tab_result .event_gallery ul li,
#tab_event .event_gallery ul li,
#tab_summary .event_gallery ul li,
#tab_gameresult .event_gallery ul li {
  display: inline-block;
  margin: 10px;
}
.event_gallery ul li img {
  width: 50%;
}
.event_gallery.col3 ul li img {
  width: calc(100% / 3);
}

/* =================================================
  出場選手/スタッフ
================================================= */
.sp_comment {
  margin-top: 10px;
}

table.player_list .num {
  display: block;
}
table.player_list .name {
  font-size: 18px;
  font-size: 1.8rem;
}
table.player_list .team,
table.player_list .position {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0;
}
table.player_list .photo {
  width: 70px !important;
}

/* =================================================
  投票ウインドウ
================================================= */
.p_list {
  min-width: 0 !important;
}

.pl_list {
  background-color: #fff;
  margin: -190px 0 100px;
}
.pl_list.east {
  background-color: #dde7f8;
}
.pl_list.east h1 {
  background-color: #265cba;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 5px 10px;
}
.pl_list.east h2 {
  border-left: 5px solid #265cba;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0;
  padding-left: 10px;
}
.pl_list.west {
  background-color: #fdf1f2;
  padding-bottom: 100px;
}
.pl_list.west h1 {
  background-color: #d42532;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 5px 10px;
}
.pl_list.west h2 {
  border-left: 5px solid #d42532;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0;
  padding-left: 10px;
}
.pl_list.referee {
  background-color: #98f1d0;
}
.pl_list.referee h1 {
  background-color: #128259;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 5px 10px;
}
.pl_list.referee h2 {
  border-left: 5px solid #128259;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0;
  padding-left: 10px;
}
.pl_list p {
  padding: 0 10px;
}
.pl_list dl {
  padding: 0 10px;
}
.pl_list dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0 10px;
}
.pl_list dl ul {
  display: flex;
  flex-wrap: wrap;
  zoom: 1;
  list-style-type: none;
}
.pl_list dl ul:before,
.pl_list dl ul:after {
  content: "";
  display: table;
}
.pl_list dl ul:after {
  clear: both;
}
.pl_list dl ul li {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  margin: 0 5px 10px !important;
  text-align: center;
  width: 140px;
}
.pl_list dl ul li img {
  max-width: 100%;
}
.pl_list dl ul li a {
  display: block;
  padding: 10px;
}
.pl_list dl ul li a:hover {
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pl_list dl ul li a span {
  display: block;
}
.pl_list dl ul li.elected {
  background-color: rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.choose .btn {
  padding-right: 30px;
}
.choose .btn:after {
  font-family: FontAwesome;
  content: "\f067";
  top: 0;
}

.three_player,
.two_player {
  display: flex;
  flex-wrap: wrap;
  zoom: 1;
  list-style-type: none;
}
.three_player:before,
.three_player:after,
.two_player:before,
.two_player:after {
  content: "";
  display: table;
}
.three_player:after,
.two_player:after {
  clear: both;
}
.three_player li,
.two_player li {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  margin: 0 5px 10px !important;
  text-align: center;
  width: calc(33.3% - 10px);
}
.three_player li a,
.two_player li a {
  display: block;
  padding: 10px;
}
.three_player li a span,
.two_player li a span {
  display: block;
  height: 80px;
}
.three_player li a span img,
.two_player li a span img {
  height: 100%;
  width: auto;
}
.three_player li.elected,
.two_player li.elected {
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.two_player li {
  width: calc(50% - 10px);
}

.elect_form,
#regulation {
  margin-top: 40px;
}

#rule {
  border: 1px solid #ccc;
  height: 200px;
  margin: 40px 0;
  padding: 10px;
  overflow: auto;
}

/* warning */
.visible {
  display: block;
}

.invisible {
  display: none;
}

#warning_window {
  background: #d42532;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 5px solid #fff;
  bottom: 0;
  color: #fff;
  height: 190px;
  left: 0;
  margin: auto;
  padding: 25px;
  position: absolute;
  right: 0;
  top: 0;
  width: 385px;
  z-index: 10;
}
#warning_window ul.warning {
  padding: 0;
}
#warning_window ul.warning li {
  color: #fff !important;
  line-height: 1.2;
  text-align: left;
}
#warning_window .window_container .buttons {
  margin: 20px 0 0;
  width: 100%;
}
#warning_window .window_container .buttons .btn14 {
  height: auto;
}

.window_container .buttons li {
  float: none;
  height: auto;
  text-align: center;
  width: auto;
}
.window_container .buttons li a {
  background: #222;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
.window_container .buttons li a:hover {
  background: #fff;
  color: #222 !important;
}

ul.warning {
  margin: 0 auto;
  max-width: 385px;
  padding: 1em 0;
}
ul.warning li {
  color: #be3c41;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 0 0 32px;
}

/* =================================================
  受付完了
================================================= */
.done {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 3em 0;
}
.done p {
  margin: 0;
}

.warning {
  text-align: center;
  color: #d42532;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1em 0;
  list-style-type: none;
}
.warning li {
  text-indent: -38px;
  padding-left: 40px;
}
.warning li:before {
  font-family: FontAwesome;
  content: "\f06a";
  font-size: 32px;
  font-size: 3.2rem;
  margin-right: 10px;
  vertical-align: middle;
}

/* =================================================
  投票結果
================================================= */
.update {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: right;
}

/* =================================================
  チケット情報
================================================= */
.ticket.table04 td {
  background: none !important;
}
.ticket.table04 tr.bg td {
  background: #f9f7f3 !important;
}
.ticket.table04 tr th.seat_p {
  background: #e83421;
}
.ticket.table04 tr th.seat_s {
  background: #009fe9;
}
.ticket.table04 tr th.seat_a_female {
  background: #c84d9d;
}
.ticket.table04 tr th.seat_a {
  background-color: #c54f9b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF0BA95F', endColorstr='#FF9CC92B');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwYmE5NWYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzljYzkyYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #0ba95f), color-stop(50%, #9cc92b));
  background-image: -moz-linear-gradient(left, #0ba95f 50%, #9cc92b 50%);
  background-image: -webkit-linear-gradient(left, #0ba95f 50%, #9cc92b 50%);
  background-image: linear-gradient(to right, #0ba95f 50%, #9cc92b 50%);
}
.ticket.table04 tr th.seat_b {
  background-color: #fabe00;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFABE00', endColorstr='#FFFED900');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmYWJlMDAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZlZDkwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #fabe00), color-stop(50%, #fed900));
  background-image: -moz-linear-gradient(left, #fabe00 50%, #fed900 50%);
  background-image: -webkit-linear-gradient(left, #fabe00 50%, #fed900 50%);
  background-image: linear-gradient(to right, #fabe00 50%, #fed900 50%);
}
.ticket.table04 tr th.seat_c {
  background: #e95283;
}
.ticket.table04 tr th.seat_d {
  background: #d3d3d3;
  color: #222;
}
.ticket.table04 tr td.num {
  background: #39404b !important;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

/***** iPhone landscape view CSS (600px) *****/
/*max-device-width*/
@media only screen and (max-width: 600px) {
  /* =================================================
    sticky
  ================================================= */
  #sticky {
    padding: 10;
    z-index: 1001;
  }

  /* =================================================
    投票ウインドウ
  ================================================= */
  .pl_list {
    margin: 0;
    padding-bottom: 100px;
  }
  .pl_list dl ul li {
    width: 110px;
  }

  .p_list {
    padding: 0;
  }

  /* 投票結果ボタン */
  .buttons li,
  .btn_result li,
  .button_area li {
    width: 100%;
  }
  .buttons .btn,
  .btn_result .btn,
  .button_area .btn {
    width: 100%;
  }

  .player_list > tbody > tr {
    display: flex;
    flex-direction: column;
  }
  .player_list.col1,
  .player_list.col3 {
    width: 100% !important;
  }
  .player_list.col1 th,
  .player_list.col1 td,
  .player_list.col3 th,
  .player_list.col3 td {
    width: auto !important;
  }
  .player_list.col1 th th,
  .player_list.col1 th td,
  .player_list.col1 td th,
  .player_list.col1 td td,
  .player_list.col3 th th,
  .player_list.col3 th td,
  .player_list.col3 td th,
  .player_list.col3 td td {
    width: auto !important;
  }
  .player_list.col1 th th.photo,
  .player_list.col1 th td.photo,
  .player_list.col1 td th.photo,
  .player_list.col1 td td.photo,
  .player_list.col3 th th.photo,
  .player_list.col3 th td.photo,
  .player_list.col3 td th.photo,
  .player_list.col3 td td.photo {
    width: 100% !important;
  }
  .player_list td {
    display: block;
    width: 100% !important;
  }
  .player_list td table td.photo {
    text-align: center;
    width: 100% !important;
  }

  #block_east,
  #block_default:first-of-type {
    float: none;
    width: 100%;
  }
  #block_east .ranking_table .num_rank,
  #block_default:first-of-type .ranking_table .num_rank {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #block_east .ranking_table .num_rank em,
  #block_default:first-of-type .ranking_table .num_rank em {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #block_east .ranking_table .photo_player,
  #block_default:first-of-type .ranking_table .photo_player {
    width: 50px;
  }
  #block_east .ranking_table .photo_player img,
  #block_default:first-of-type .ranking_table .photo_player img {
    height: auto;
    width: 50px;
  }
  #block_east .ranking_table .get_graph,
  #block_default:first-of-type .ranking_table .get_graph {
    background-size: contain !important;
    font-size: 12px;
    font-size: 1.2rem;
    width: auto;
  }
  #block_east .ranking_table .get_graph span,
  #block_default:first-of-type .ranking_table .get_graph span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  #block_west,
  #block_default:last-of-type {
    float: none;
    width: 100%;
  }
  #block_west .ranking_table .num_rank,
  #block_default:last-of-type .ranking_table .num_rank {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #block_west .ranking_table .num_rank em,
  #block_default:last-of-type .ranking_table .num_rank em {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #block_west .ranking_table .photo_player,
  #block_default:last-of-type .ranking_table .photo_player {
    width: 50px;
  }
  #block_west .ranking_table .photo_player img,
  #block_default:last-of-type .ranking_table .photo_player img {
    height: auto;
    width: 50px;
  }
  #block_west .ranking_table .get_graph,
  #block_default:last-of-type .ranking_table .get_graph {
    background-size: contain !important;
    font-size: 12px;
    font-size: 1.2rem;
    width: auto;
  }
  #block_west .ranking_table .get_graph span,
  #block_default:last-of-type .ranking_table .get_graph span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  #block_referee {
    float: none;
    width: 100%;
  }
  #block_referee .ranking_table .num_rank {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #block_referee .ranking_table .num_rank em {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #block_referee .ranking_table .photo_player {
    width: 50px;
  }
  #block_referee .ranking_table .photo_player img {
    height: auto;
    width: 50px;
  }
  #block_referee .ranking_table .get_graph {
    background-size: contain !important;
    font-size: 12px;
    font-size: 1.2rem;
    width: auto;
  }
  #block_referee .ranking_table .get_graph span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .elect_form table th,
  .elect_form table td {
    display: block;
    width: 100% !important;
  }

  /* warning */
  #warning_window {
    width: 100%;
  }

  .report_text {
    width: auto;
  }
}

/* =================================================
Wリーグオールスター クラシック
================================================= */
#tab_classic .title_east.yellow {
  background: #fdfe1f;
  color: #00ac10;
}
#tab_classic .title_west.black {
  background: #000;
}

/* =================================================
3×3
================================================= */
h3.inovations {
  background: #d7000f;
}
.player_list.inovations td {
  background: #fdf2f3 !important;
}
h3.airports {
  background: #01408f;
}
.player_list.airports td {
  background: #ebf0f6 !important;
}
h3.motors {
  background: #221816;
}
.player_list.motors td {
  background: #eeeded !important;
}
h3.transmissions {
  background: #202c5c;
}
.player_list.transmissions td {
  background: #e2e4ea !important;
}

/* =================================================
Wリーグ フレッシュ☆オールスター
================================================= */
#tab_fresh .title_east.u22 {
  background: #e00675;
}
#tab_fresh .title_west.u24 {
  background: #31849b;
}
.player_list.east th,
.player_list.east.u22 td {
  background-color: #fef7fb !important;
}
.player_list.east th,
.player_list.east.u24 td {
  background-color: #f4f9fa !important;
}

/* =================================================
overflow
================================================= */
@media only screen and (max-width: 600px) {
  .of {
    overflow-x: scroll;
  }
  .of img {
    max-width: initial;
  }
}

.title_blue,
#block_blue h4 {
  background-color: #265cba;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 40px 0 -20px;
  padding: 10px;
  text-align: center;
}

.title_green,
#block_green h4 {
  background-color: #92d050;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 40px 0 -20px;
  padding: 10px;
  text-align: center;
}

.team_blue h5 {
  border-left: 5px solid #265cba;
}
.team_blue table.table04 th {
  background-color: #265cba;
}

.team_green h5 {
  border-left: 5px solid #92d050;
}
.team_green table.table04 th {
  background-color: #92d050;
}

#tab_result .list_player {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#tab_result .list_player li {
  background-color: #eee;
  border-radius: 3px;
  width: calc((100% - 20px) / 3 - 1px);
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#tab_result .team_blue .list_player li {
  background-color: #dde7f8;
}
#tab_result .team_green .list_player li {
  background-color: #e8f4dc;
}

#tab_result .list_player li + li {
  margin: 0 0 10px 10px;
}
#tab_result .list_player li:nth-child(3n + 1) {
  margin-left: 0;
}
#tab_result .list_player li .player_txt {
  margin-left: 10px;
}
#tab_result .list_player li .player_txt .name,
#tab_result .list_player li .player_txt .num {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}
#tab_result .list_player li .player_txt .num {
  display: block;
  font-weight: lighter;
  font-size: 14px;
  font-size: 1.4rem;
}
#tab_result .list_player li .player_txt .position,
#tab_result .list_player li .team {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}
#tab_result .list_player li .sp_comment {
  margin: 10px 0;
}
#tab_result .list_player li .player_img {
  text-align: center;
}
.list_player li .player_img img {
  max-width: initial;
}
#tab_result .list_player li .captain {
  display: inline-block;
  background-color: #d42532;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 3px;
  margin-left: 10px;
}

#tab_result .list_player.col2 li {
  width: calc((100% - 10px) / 2);
}
#tab_result .list_player.col2 li:nth-child(3n + 1) {
  margin-left: 10px;
}
#tab_result .list_player.col2 li:nth-child(odd) {
  margin-left: 0;
}
#tab_result .list_player.col2 li .player_txt .position {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
#tab_result .list_player.col2 li .player_txt .name,
#tab_result .list_player.col2 li .player_txt .num {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  #tab_result .list_player li {
    flex-direction: column;
  }
  .player_list.col3 th,
  .player_list.col3 td {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .player_list.east th,
  .player_list.east td {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  #tab_result .list_player li,
  #tab_result .list_player.col2 li {
    flex-wrap: wrap;
    width: 100%;
  }
  #tab_result .list_player li + li,
  #tab_result .list_player.col2 li + li,
  #tab_result .list_player.col2 li:nth-child(3n + 1) {
    margin-left: 0;
  }
  #tab_result .list_player li .player_img {
    margin-bottom: 10px;
    width: 100%;
  }
  #tab_result .list_player li .player_txt {
    margin-left: 0;
  }
  #tab_result .list_player li .player_txt .position {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #tab_result .list_player li .player_txt .name,
  #tab_result .list_player li .player_txt .num {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 10px;
  }
}

/* 2020 allstar */
.dream_team {
  border: 4px solid #666;
  border-radius: 10px;
  margin-top: 60px;
  padding: 20px 15px 0;
}
.dream_team .fs10 {
  font-size: 12px;
  font-weight: bold;
  display: block;
}
.dream_team .team_img {
  margin-top: -70px;
}
.dream_team .team_img img {
  background-color: #fff;
}
.dream_team.yellow {
  border-color: #fff100;
}
.dream_team.yellow .player_list.east th,
.dream_team.yellow .player_list.east td {
  background-color: #fffcd6 !important;
}
.dream_team.black {
  border-color: #000;
}
.dream_team.black .player_list.east th,
.dream_team.black .player_list.east td {
  background-color: #f1f1f1 !important;
}
@media only screen and (max-width: 600px) {
  .dream_team .team_img {
    margin-top: -55px;
  }
}

/* 2021 allstar */
.team_blue.harajuku h3.title_blue {
  background: #fdbc03;
}

#tab_result .team_blue.harajuku .list_player li {
  background: #fff8e5;
}

.team_green.shibuya h3.title_green {
  background: #d60093;
}

#tab_result .team_green.shibuya .list_player li {
  background: #fdf2f9;
}
.dream_team.red {
  border-color: #c00000;
  margin-top: 30px;
}
.dream_team.red .player_list.east th,
.dream_team.red .player_list.east td {
  background-color: #fcf2f2 !important;
}
.dream_team.green {
  border-color: #31859c;
  margin-top: 30px;
}
.dream_team.green .player_list.east th,
.dream_team.green .player_list.east td {
  background-color: #eaf3f5 !important;
}
#tab_fresh .title_east.rookie_east {
  background: #21b4c9;
}
.player_list.rookie_east th,
.player_list.rookie_east td {
  background: #e2f0fa !important;
}
.title_west,
#block_west h4 {
  background: #b0294d;
}
.player_list.rookie_west th,
.player_list.rookie_west td {
  background: #fdf2f3 !important;
}
