@charset "UTF-8";
/* **************************************************
 * 大会の歴史
************************************************** */
/* ------------------------------
	大会の歴史
------------------------------ */
.videoArea .historyTable {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
.videoArea .historyTable:last-of-type {
  margin-bottom: 10px;
}
.videoArea .historyTable th {
  background-color: #f6f6f6;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  vertical-align: middle;
  padding: 8px 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.videoArea .historyTable th:first-child {
  border-left: none;
  width: 40%;
}
.videoArea .historyTable th:nth-child(2) {
  width: 20%;
}
.videoArea .historyTable th:last-child {
  width: 40%;
}
.videoArea .historyTable td {
  padding: 8px 10px;
  font-size: 14px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  text-align: center;
  position: relative;
  border-left: 1px solid #ccc;
}
.videoArea .historyTable td:first-child {
  border-left: none;
}
.videoArea .historyTable td:last-child a {
  color: #333;
}
.videoArea .historyTable td:last-child a i {
  font-size: 60px;
  display: block;
}
.videoArea .historyTable td:last-child a:hover {
  color: #e60012;
}
.videoArea .historyTable td .movieCol2 {
  display: inline-block;
  margin: 0 10px;
}
.videoArea .historyTable td .movieCol2 span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 0.5;
}
.videoArea .historyTable .win {
  background: #ffc;
}
.videoArea .historyTable tr:last-of-type td {
  padding: 5px 5px 0;
}
.videoArea ul li {
  margin-bottom: 20px;
}
.videoArea ul li a {
  color: #333;
}
.videoArea ul li a figure {
  position: relative;
}
.videoArea ul li a figure i {
  position: absolute;
  color: #fff;
  font-size: 90px;
  left: 50%;
  margin: -45px 0px 0px -40px;
  top: 50%;
  line-height: 100%;
  opacity: 0.7;
}
.videoArea ul li a p {
  margin: 10px 0 0;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
.videoArea ul li a img {
  width: 100%;
}

.historyEmbed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.historyEmbed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.historyTxt p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
