#contentsbody div.centering {
}
#contentsheader .submenu a.btn {
	background-image: url(../images/subimages/movie/submenu_1.png);
}
#contentsheader .submenu a.btn:hover {
	background-image: url(../images/subimages/movie/submenu_1_ov.png);
}
#contentsheader .submenu a.btn.selected {
	background-image: url(../images/subimages/movie/submenu_1_ov.png);
}
#contentsheader .submenu {
}
#contentsheader .submenu a.btn {
	display: inline-block;
	height: 86px;
}
#contentsheader .submenu a.pid1 {
	width: 131px;
}
#contentsheader .submenu a.pid2 {
	width: 123px;
  background-position: -131px 0;
}
#contentsheader .submenu a.pid3 {
	width: 136px;
  background-position: -254px 0;
}
#contentsheader .submenu a.pid4 {
	width: 115px;
  background-position: -390px 0;
}
#contentsheader .submenu a.pid5 {
	width: 120px;
  background-position: -505px 0;
}
#contentsheader .submenu a.pid6 {
	width: 108px;
  background-position: -625px 0;
}
#contentsheader .submenu a.pid7 {
	width: 140px;
  background-position: -733px 0;
}
/* CSS Document */
.jstlist {
	background-color: #fff;
}
.jstlist a {
	vertical-align: top;
	background-color: #dedede;
	border: 1px solid #fff;
	color: #777;
}
.jstlist a.selected {
	background-color: #fff;
	border: 1px solid #dedede;
	color: #a41a24;
}
.js_box {
	width: 640px;
	display: block;
  margin: auto;
	padding: 20px 0 20px 0;
}
.jstlist {
	display: block;
  margin: auto;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	padding: 20px;
}
.jstlist a {
	position: relative;
	display: inline-block;
  width: 160px;
	white-space: normal;
	padding: 5px;
  margin: 4px;
	font-weight: bold;
	border-radius: 3px;
}
.jstlist a span {
	display: block;
}
.jstlist a span.imgbox {
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
  height: 100px;
}
.jstlist a span.imgbox img {
	max-width: 100%;
}
.jstlist a:hover span.imgbox:after {
	content: '';
	position: absolute;
  top: 0;
  left: 0;
	display: block;
  width: 100%;
  height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	/* background-image: url(../images/parts/btn_play.jpg); */
	opacity: 0.7;
}
.jstlist a.selected:hover span.imgbox:after {
	display: none;
}
.jstlistcrtl {
  position: relative;
  margin: auto;
}
.jstlistcrtl .ctrl_l {
  display: block;
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  left: -10%;
	background-image: url("../images/movie/arrow_left.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.jstlistcrtl .ctrl_l:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.jstlistcrtl .ctrl_r {
  display: block;
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: -10%;
	background-image: url("../images/movie/arrow_right.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.jstlistcrtl .ctrl_r:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* 各VTRページのstyleタグに書いてあったもの */
.jstlistcrtl {
  /* width: 640px; */
	width: 550px;
}
/* VTR複数版 */
@media screen and (max-width: 599px) {
  .js_box{
  	position:relative;
  	/* width: 100%; */
  	/* width: 98%; */
  	margin-top: 18px;
  	height:0%;
  	padding-top:68%;
  }
  .js_box iframe{
  	position:absolute;
  	top:0;
  	left:0;
  }
  .js_box iframe{
  	position:absolute;
  	top:0;
  	left:0;
  	transform: scale(1);
  	-webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .jstlistcrtl {
    margin-top: -15%;
  }
  .eq-h5_player .eq-video_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
  }
}
@media screen and (max-width: 599px) {
	.jstlist {
		width: 50%;
	}
	.jstlistcrtl {
		width: auto;
	}
	.jstlistcrtl .ctrl_l {
		left: 0;
		cursor: pointer;
	}
	.jstlistcrtl .ctrl_r {
		right: 0;
		cursor: pointer;
	}
}