.competition_page.squad2017 {
  background: #000;
  color: #fff;
  position: relative;
}
.competition_page.squad2017:before {
  content: '';
  width: 800px;
  height: 795px;
  position: absolute;
  top: 300px;
  right: 50%;
  margin-right: -1000px;
  background: url(/assets/img/competition/2017final/bg-ball.jpg) top left no-repeat;
}
.competition_page.squad2017 .top_area {
  padding-top: 80px;
  padding-bottom: 80px;
}
.competition_page.squad2017 .top_area h1 {
  font-size: 30px;
  margin-bottom: 80px;
}
.competition_page.squad2017 .top_area .team p {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 20px;
}
.competition_page.squad2017 .tbl_area {
  position: relative;
  width: 800px;
  padding-bottom: 120px;
  margin-right: auto;
  margin-left: auto;
}
.competition_page.squad2017 .tbl_area .gndrTtl {
  font-size: 150%;
  text-align: left;
  margin-bottom: 20px;
}
.competition_page.squad2017 .tbl_area table {
  width: 100%;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.competition_page.squad2017 .tbl_area table.gndrM thead th {
  background: #4972c4;
}
.competition_page.squad2017 .tbl_area table.gndrW thead th {
  background: #c4496a;
}
.competition_page.squad2017 .tbl_area table thead th {
  font-size: 150%;
  text-align: center;
  padding: 15px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.competition_page.squad2017 .tbl_area table td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: left;
  padding: 15px 10px;
  font-size: 133.3%;
}
