@charset "UTF-8";
/* **************************************************
 * チーム紹介
************************************************** */
/* ------------------------------
	チーム紹介
------------------------------ */
.teamInfoBlock {
  margin-bottom: 30px;
}
.teamInfoBlock .teamInfo {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 30px;
}
.teamInfoBlock .teamInfo .infoPhoto {
  display: table-cell;
  width: 270px;
  vertical-align: top;
}
.teamInfoBlock .teamInfo .infoTxt {
  display: table-cell;
  vertical-align: top;
}
.teamInfoBlock .teamInfo .infoTxt h4 {
  border-left: none;
  padding-left: 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}
.teamInfoBlock .teamInfo .infoTxt ul li {
  font-size: 14px;
  line-height: 1.5;
}
.teamInfoBlock p {
  font-size: 14px;
  line-height: 1.5;
}
.teamInfoBlock .teamPhoto ul {
  width: 540px;
  margin: 20px auto 0;
}
.teamInfoBlock .teamPhoto ul li {
  width: 250px;
  float: left;
  margin: 0 10px;
}
.teamInfoBlock .teamPhoto ul li span {
  display: block;
  background: #f3f3f3;
  padding: 10px;
  font-size: 12px;
}

.transferBlock {
  margin-bottom: 50px;
}
.transferBlock .transferTable th {
  padding: 9px;
  color: #fff;
}
.transferBlock .transferTable th:first-child, .transferBlock .transferTable th:last-child {
  border-bottom: 1px solid #ccc;
  width: 48%;
}
.transferBlock .transferTable th.gosaka {
  background: #004ea2;
}
.transferBlock .transferTable th.urawa {
  background-color: #e6002d;
}
.transferBlock .transferTable td {
  padding: 9px;
  font-size: 14px;
  line-height: 1.5;
}
.transferBlock .transferTable td:first-child, .transferBlock .transferTable td:last-child {
  border-bottom: 1px solid #ccc;
}
