@charset "shift_jis";

/* common */
#container h2.mainTitle{
	padding-left: 0 !important;
}
#container h2.mainTitle.icon_results::before{
	background: url(../../assets/images/icon_results.svg) no-repeat center bottom/contain;
	content: " ";
	width:32px;
	height:30px;
display: block;
margin-right: 8px;
	margin-bottom: calc((1.4em - 1em) / 2);
}

/*////// CONTAINER //////*/
#container #inner{
	width: 760px;
	margin:0 auto;
}
.movie_ttl {
	text-align: center;
	margin:60px 0 50px;
}
.lead{
	font-size: 17px;
	letter-spacing: 0.06em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.movie_youtube {
	text-align: center;
	margin:0 auto 20px;
	position: relative;
}
.movie_youtube .thumb{
	position: absolute;
	top:0;
	left:0;
	cursor: pointer;
}
.movie_txt{
	margin-bottom: 15px;
}
.movie_detail {
	margin-top: 20px;
}
.movie_detail dt{
	line-height: 1;
	font-weight: bold;
	color: #0077c0;
	border: 1px solid #0077c0;
	padding:5px 0 5px 6px;
	box-sizing: border-box;
	width:113px;
	margin-right: 5px;
	float: left;
}
