@charset "UTF-8";
.ttlNoLink h3, .ttlNoLink .blockTit {
  background: #102971;
}

.content .kvArea .navWrap {
  position: relative;
}
.content .kvArea ul.navList li > a, .content .kvArea ul.navList li > span {
  background: #0a1944;
}

/*////// ティザー ///////*/
/*--- tablelist ---*/
.tablelist {
  font-size: 0;
}
.tablelist li {
  display: inline-block;
  width: 48%;
  font-size: 12px;
  vertical-align: top;
  margin-bottom: 10px;
}
.tablelist li:nth-child(2n) {
  margin-left: 4%;
}
.tablelist table {
  width: 100%;
  border-bottom: solid 1px #ccc;
}
.tablelist table tr {
  border-top: solid 1px #ccc;
}
.tablelist table th, .tablelist table td {
  font-size: 12px;
  padding: 10px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
.tablelist table th:first-child, .tablelist table td:first-child {
  border-left: none;
}
.tablelist table th {
  background: #e7e7e7;
}
.tablelist table td {
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: left;
}
.tablelist table td span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/*--- ティザー用 ---*/
.groupArea h4 {
  font-size: 13px;
  font-weight: bold;
}

#matchlistWrap.groupArea p, #matchlistWrap.groupArea ul {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

body.top .kvArea .navList li.nav_top a {
  background: #0a1944 !important;
  color: #fff;
}

/*--- conditionsWrap ---*/
.conditionsWrap {
  margin: 30px 0;
}
.conditionsWrap dl {
  margin-bottom: 20px;
}
.conditionsWrap dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.conditionsWrap dl dd li {
  padding: 3px 20px;
  vertical-align: middle;
  line-height: 25px;
}
.conditionsWrap dl dd span {
  display: inline-block;
  vertical-align: middle;
}

/* scoreTable */
.scoreTable th {
  width: 120px;
}
.scoreTable td {
  border-bottom: solid 1px #ccc;
  height: 60px;
}
.scoreTable th a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.scoreTable td a {
  padding: 3px;
  display: block;
  margin: 3px auto;
  width: 80%;
  border-radius: 3px;
}
.scoreTable td a:hover {
  text-decoration: none;
  background: #06c;
  color: #fff;
  font-size: 12px;
}
.scoreTable td .pk {
  margin: 3px;
  display: block;
  font-size: 12px;
}
.scoreTable td.vs {
  width: 100px;
}
.scoreTable td.team.left, .scoreTable td.team.right {
  width: 180px;
  font-size: 12px;
  box-sizing: border-box;
}
.scoreTable td.team.left {
  padding-left: 40px;
}
.scoreTable td.team.right {
  padding-right: 40px;
}

/*////// 本サイト ///////*/
article > section {
  margin-bottom: 30px;
}

.tabSelecter .tab li a span.embS {
  display: inline-block;
  vertical-align: middle;
}

/* ----- team ----- */
.team .tabnav li a, .team .tabnav li span {
  padding: 13px 0;
  color: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: none;
  background: #e8e8e8;
  text-align: center;
  display: block;
}
.team .tabnav li i {
  display: none;
}
.team .tabnav li a:hover {
  opacity: 0.75;
}
.team .tabnav li:last-child {
  border-right: 1px solid #5B86AC;
}
.team.kashima .tabSelecter .tab li.team_kashima a, .team.kawasakif .tabSelecter .tab li.team_kawasakif a, .team.cosaka .tabSelecter .tab li.team_cosaka a {
  color: #fff;
  font-weight: bold;
}
.team.kashiwa .tabSelecter .tab li.team_kashiwa a {
  color: #000;
}
.team.kashima .tabSelecter .tab li.team_kashima a {
  background: #b51c41;
}
.team.kashiwa .tabSelecter .tab li.team_kashiwa a {
  background: #fff100;
}
.team.kawasakif .tabSelecter .tab li.team_kawasakif a {
  background: #2b86b7;
}
.team.cosaka .tabSelecter .tab li.team_cosaka a {
  background: #da005c;
}
.team .tabSelecter .tab li a i {
  font-style: normal;
}

/* clubBox */
.clubBox {
  font-size: 0;
  margin-bottom: 20px;
}
.clubBox .clubName {
  margin: 20px 0 10px;
  font-size: 25px;
  color: #000;
  line-height: 40px;
}
.clubBox .clubName .embM {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.clubBox .clubPhoto {
  display: inline-block;
  vertical-align: top;
}
.clubBox .clubPhoto img {
  width: 270px;
  height: auto;
  display: block;
}
.clubBox .clubData {
  display: inline-block;
  width: 330px;
  font-size: 13px;
  vertical-align: top;
  margin-left: 20px;
}
.clubBox .clubDataTable {
  border-top: 1px solid #CCC;
  width: 100%;
  /*height: 230px;*/
}
.clubBox .clubDataTable th {
  width: 80px;
}
.clubBox .clubDataTable td {
  text-align: left;
  padding-left: 10px;
  padding: 5px 0 5px 10px;
}

/* teamProfile */
.aclTeamArea .teamProfile {
  margin-bottom: 30px;
}
.aclTeamArea .teamProfile p {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 1em;
}

/* interviewArea */
.interviewArea {
  margin: 10px 0 0;
  padding-bottom: 10px;
}

.interviewPhoto {
  margin-bottom: 20px;
}

.interviewArea .imgRight {
  width: 250px;
  padding-left: 10px;
  float: right;
}
.interviewArea .imgLeft {
  width: 250px;
  padding-right: 10px;
  float: left;
}

.analysis p {
  vertical-align: top;
  font-size: 13px;
  line-height: 160%;
  margin-bottom: 1em;
}

.formation {
  margin-bottom: 20px;
}
.formation figcaption {
  background: #efefef;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* standingsGroupArea */
.group4Btn {
  display: table;
  width: 100%;
  margin: 10px 0px;
}
.group4Btn li {
  display: table-cell;
  padding-right: 1%;
  vertical-align: middle;
  text-align: center;
}
.group4Btn li a {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
  color: #333;
  background-color: #eaeaea;
  display: block;
  text-decoration: none;
}
.group4Btn li:last-child {
  padding-right: 0;
}

.standingsGroupArea h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.dataTable td.tdTeam {
  text-align: left;
}
.dataTable td.tdTeam .embS {
  display: inline-block;
  vertical-align: middle;
}

.standingsGroupArea .dataTable td:first-child {
  width: 10%;
  font-weight: bold;
  /*color: #f00;*/
}
.standingsGroupArea .dataTable td:nth-last-child(-n+7) {
  width: 8.5%;
}

.standingsDate {
  text-align: right;
  font-size: 12px;
}

.standings .standingsMatchArea .ttlNoLink {
  display: none;
}

/* -----2018/2/09----- */
p.komeTxt {
  display: inline-block;
  padding: 0 0 0 5px;
  font-size: 12px;
}

#partnersArea {
  display: none;
}

/* -----member----- */
.menuList ul {
  margin-bottom: 10px;
}
.menuList li {
  display: table-cell;
  border-right: 1px solid #ccc;
}
.menuList li a {
  padding: 10px 0;
}

.kome {
  padding: 5px 0;
  text-align: right;
}

.asiancup_2023ProfList ul {
  display: table;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.asiancup_2023ProfList li {
  display: table-cell;
}
.asiancup_2023ProfList li.profPhoto {
  width: 200px;
  padding-right: 15px;
}
.asiancup_2023ProfList li.profTxt {
  vertical-align: top;
  font-size: 14px;
}
.asiancup_2023ProfList li.profTxt .profName {
  display: table;
}
.asiancup_2023ProfList li.profTxt .profName div {
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
}
.asiancup_2023ProfList li.profTxt .profName .profFullName {
  padding-left: 15px;
  border-left: 3px solid #ccc;
}
.asiancup_2023ProfList li.profTxt .profName .nameBold {
  font-size: 23px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  line-height: 23px;
}
.asiancup_2023ProfList li.profTxt .profName .nameEng {
  font-size: 12px;
  color: #888;
}
.asiancup_2023ProfList li.profTxt .profStat {
  margin-top: 15px;
  line-height: 20px;
}

.profStat table {
  width: 100%;
  font-size: 16px;
}
.profStat table tr {
  border-top: 1px solid #ccc;
}
.profStat table th {
  width: 45%;
  background-color: #f6f6f6;
  padding: 13px 10px;
  border-bottom: 1px solid #ccc;
}
.profStat table td {
  padding: 13px 10px;
  border-bottom: 1px solid #ccc;
}

/* -----nav----- */
.asiancup_2023navWrap {
  width: 100%;
}
.asiancup_2023navWrap li {
  width: 25%;
  float: left;
  height: 50px;
  background: #0a1944;
}
.asiancup_2023navWrap li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 50px;
  border-right: 1px solid #fff;
}
.asiancup_2023navWrap li a:hover {
  opacity: 0.5;
}
.asiancup_2023navWrap li:last-child a {
  border-right: none;
}

.letterSPACE {
  letter-spacing: -1px;
}

/* -----tournament----- */
.tabBox img {
  max-width: 640px;
}

.asiancup_2023group4Btn {
  margin: 20px 0 20px 0;
}
.asiancup_2023group4Btn li {
  display: inline-block;
  width: 32.7%;
  margin-bottom: 5px;
  text-align: center;
}
.asiancup_2023group4Btn a {
  color: #06c;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
  color: #333;
  background-color: #eaeaea;
  display: block;
  text-decoration: none;
}

/* -----nolink----- */
.nolink {
  background-color: #383838 !important;
  pointer-events: none !important;
}
.nolink a {
  color: #9a9a9a !important;
}

.accordionList a {
  color: #000;
  text-decoration: none;
  transition: .2s;
}
.accordionList a:hover {
  opacity: 0.5;
}
.accordionList .accordionIndex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordionList .accordionIndex .vsTxt div > span {
  width: 100px;
}
.accordionList .accordionIndex .leagAccTime .stadium {
  margin: 0;
}

.top .standingsMatchArea .ttlNoLink,
.top .standingsMatchArea .asiancup_2023group4Btn,
.top .standingsMatchArea #guroupA,
.top .standingsMatchArea #guroupB,
.top .standingsMatchArea #guroupC,
.top .standingsMatchArea #guroupE,
.top .standingsMatchArea #guroupF {
  display: none !important;
}

button.barLink {
  border: none;
  background: #4960a1;
}
button.barLink:after {
  content: "もっとみる";
  display: block;
  position: relative;
  font-size: 16px;
  right: 0;
  margin: 0;
  line-height: 1;
}
button.barLink:before {
  position: absolute;
  font-size: 18px;
  top: 50%;
  margin-top: -9px;
  right: 15px;
  font-family: 'FontAwesome';
  content: "\f0da";
  color: #fff;
  line-height: 100%;
  transform: rotate(90deg);
}
button.barLink.on-click:after {
  content: "とじる";
}
button.barLink.on-click:before {
  transform: rotate(-90deg);
}
button.barLink:hover {
  background: #6e84c1;
}

.txt-hide {
  display: none;
}

/* -----member----- */
.member_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member_list ul li {
  width: calc(33.33% - 15px);
  background: #f0f0f0;
  margin-bottom: 20px;
}
.member_list ul li dl dt {
  line-height: 0;
}
.member_list ul li dl dt img {
  width: 100%;
}
.member_list ul li dl dd h4 {
  background: #002991;
  color: #fff;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  padding-left: 12px;
}
.member_list ul li dl dd div {
  height: 100px;
  background: #f0f0f0;
  padding: 12px;
  box-sizing: border-box;
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
}
.member_list ul li dl dd div > p {
  color: #333;
}
.member_list ul li dl dd div > p:first-child {
  font-size: 16px;
  padding-bottom: 10px;
}
.member_list ul li dl dd div > p:last-child {
  font-size: 12px;
}
.member_list ul li a {
  text-decoration: none;
  transition: .2s;
}
.member_list ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.member_list ul li.no_item {
  background: initial;
}
.member_list ul li.cosaka dl dd div {
  background-image: url(/img/u23asiancup/2024/cosaka.png);
}
.member_list ul li.fctokyo dl dd div {
  background-image: url(/img/u23asiancup/2024/fctokyo.png);
}
.member_list ul li.gosaka dl dd div {
  background-image: url(/img/u23asiancup/2024/gosaka.png);
}
.member_list ul li.iwata dl dd div {
  background-image: url(/img/u23asiancup/2024/iwata.png);
}
.member_list ul li.kashima dl dd div {
  background-image: url(/img/u23asiancup/2024/kashima.png);
}
.member_list ul li.kashiwa dl dd div {
  background-image: url(/img/u23asiancup/2024/kashiwa.png);
}
.member_list ul li.kawasaki dl dd div {
  background-image: url(/img/u23asiancup/2024/kawasaki.png);
}
.member_list ul li.kyoto dl dd div {
  background-image: url(/img/u23asiancup/2024/kyoto.png);
}
.member_list ul li.machida dl dd div {
  background-image: url(/img/u23asiancup/2024/machida.png);
}
.member_list ul li.shonan dl dd div {
  background-image: url(/img/u23asiancup/2024/shonan.png);
}
.member_list ul li.tokyov dl dd div {
  background-image: url(/img/u23asiancup/2024/tokyov.png);
}
.member_list ul li.tosu dl dd div {
  background-image: url(/img/u23asiancup/2024/tosu.png);
}
.member_list ul li.urawa dl dd div {
  background-image: url(/img/u23asiancup/2024/urawa.png);
}
