@charset "UTF-8";
/* **************************************************
 * 大会の歴史
************************************************** */
/* ------------------------------
	大会の歴史
------------------------------ */
.videoBlock {
  margin-bottom: 20px;
}
.videoBlock p {
  font-size: 14px;
}
.videoBlock .videoArea .historyTable {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
}
.videoBlock .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;
}
.videoBlock .videoArea .historyTable th:first-child {
  border-left: none;
}
.videoBlock .videoArea .historyTable td {
  padding: 8px 10px;
  font-size: 14px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  text-align: center;
  border-left: 1px solid #ccc;
}
.videoBlock .videoArea .historyTable td:first-child {
  border-left: none;
}
.videoBlock .videoArea .historyTable td:last-child {
  font-size: 50px;
  line-height: 100%;
}
.videoBlock .videoArea .historyTable td:last-child a {
  color: #333;
}
.videoBlock .videoArea .historyTable td:last-child a:hover {
  color: #e60012;
}
.videoBlock .videoArea .historyTable td:last-child .movieCol2 {
  float: left;
}
.videoBlock .videoArea .historyTable td:last-child .movieCol2 i {
  font-size: 44px;
  vertical-align: top;
}
.videoBlock .videoArea .historyTable td:last-child .movieCol2 span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 0.5;
}
.videoBlock .videoArea .historyTable td:last-child .movieCol2:first-child {
  margin-right: 10px;
}
.videoBlock .videoArea .historyTable .win {
  background: #ffc;
}
.videoBlock .videoArea ul li {
  float: left;
  position: relative;
  width: 300px;
  margin-bottom: 30px;
}
.videoBlock .videoArea ul li:nth-child(odd) {
  margin-right: 20px;
}
.videoBlock .videoArea ul li a {
  color: #333;
}
.videoBlock .videoArea ul li a div {
  position: relative;
}
.videoBlock .videoArea ul li a div:after {
  position: absolute;
  font-size: 54px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -27px;
  font-family: "icomoon3";
  content: "\ec601";
  color: #FFF;
  line-height: 100%;
  opacity: 0.7;
}
.videoBlock .videoArea ul li a p {
  margin: 10px 0 0;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}

.historyEmbed {
  width: 560px;
  margin: 0 auto 30px;
}
.historyEmbed iframe {
  margin-bottom: 10px;
}
.historyEmbed p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
