@charset "utf-8";

.sp-video {
  margin: 15px 0 0;
}

.video-header {
  font-weight: bold;
  color: #4a86e8;
  border: 1px solid #4a86e8;
  padding: 5px 0.5em;
  font-size: 18px;
}

.video-nav {
  margin: 15px 0;
}

.video-nav ul {
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video-nav ul li {
  width: 33%;
  text-align: center;
  font-size: 14px;
}

.video-nav ul li:nth-of-type(1) {
  background-color: #e1326c;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.video-nav ul li:nth-of-type(2) {
  background-color: #2fbfb1;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.video-nav ul li:nth-of-type(3) {
  background-color: #3f8dcb;
  border-bottom: 1px solid #ffffff;
}

.video-nav ul li:nth-of-type(4) {
  background-color: #eeae15;
  border-right: 1px solid #ffffff;
}

.video-nav ul li:nth-of-type(5) {
  background-color: #db7651;
  border-right: 1px solid #ffffff;
}

.video-nav ul li:nth-of-type(6) {
  background-color: #93c33f;
}

.video-nav ul li a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  display: block;
}

.video-nav ul li:hover {
  opacity: 0.75;
}

.video-nav ul li a:hover {
  text-decoration: underline;
  opacity: 0.75;
}

.sp-video .video-box {
  padding: 0 0 15px;
}

.video-box .band {
  color: #ffffff;
  padding: 0.25em 0 0.25em 0.5em;
  font-size: 16px;
}

.ku1 .band {
  background-color: #e1326c;
}

.ku2 .band {
  background-color: #2fbfb1;
}

.ku3 .band {
  background-color: #3f8dcb;
}

.ku4 .band {
  background-color: #eeae15;
}

.ku5 .band {
  background-color: #db7651;
}

.ku6 .band {
  background-color: #93c33f;
}

.video-box .player {
  width: 95%;
  margin: 0 auto;
  padding: 5px 0 0;
}

.btn_tweet {
  text-align: center;
}
