@charset 'UTF-8';

/* CSS Document */

body{
	-webkit-text-size-adjust: 100%;
}

#contents{
	margin-top:0 !important;
}

body#movie main {
    padding-top: 90px;
}

.movie_base{
    margin: 0 auto;
    max-width: 1110px;
    width: 100%;
	overflow:hidden;
}

.movie_base .movie{
	width:50%;
	float:left;
	margin-bottom:40px;
	padding:0 15px;
}

.movie_base .movie .video-container{
	max-width:750px;
}

.movie_base .movie .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 100px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.movie_base .movie iframe{
	height:300px !important;
}

.movie_base .movie .video iframe,
.movie_base .movie .video object,
.movie_base .movie .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_base .movie dt{
	margin-bottom:15px;
}

.movie_base .movie dd{
	font-size:14px;
	color:#333;
	text-align:center;
}

/*SP表示*/
@media screen and (max-width: 749px) {
.pc_display{
	display:none;
}
.sp_display{
	display:block;
}

.movie_base .movie{
	width:100%;
	float:none;
}

.movie_base .movie iframe{
	height:200px !important;
}

}

/*PC表示*/
@media screen and (min-width: 750px) {
.sp_display{
	display:none;
	}
.pc_display{
	display:block;
	}
}

