@charset "utf-8";
/* ==========================================================
  @MOVIE / ムービー
========================================================== */
dl {
	float: left;
	width: 420px;
	position: relative;
	margin: 0 0 30px 20px;
}
h3 {
	position: relative;
	margin: 0 0 10px;
	box-sizing: border-box;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	-ms-border-radius: 5px 5px;
	-o-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: 1px solid #ff86bf;
	background-color: #ffdbed;
	background-image: url(../images/movie/bg_h3.gif);
	background-repeat: repeat;
	margin-bottom: 10px;
	font-size: 18px;
	z-index: 2;
}
h3 span.new {
	position: absolute;
	top: -16px;
	left: -1px;
}
h3 span.icon-movie {
	display: block;
	padding: 13px 10px 10px 68px;
	background: url(../images/movie/icon-movie.png) no-repeat 10px 7px;
}
.movie-w100 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-w100 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
 @media screen and (max-width: 670px) {
.inner {
	width: auto;
	padding-top: 30px;
}
dl {
	float: none;
	width: auto;
	position: relative;
	margin: 0 0 40px;
}
h3 {
	font-size: 14px;
}
h3 span.icon-movie {
	padding: 10px;
	background-image: none;
	text-align: center;
}
}
