@charset "utf-8";

/* 40th movie
----------------------------------------------------------*/

.anchorCont .grid {
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-end;
}
.anchorCont .grid .txt {
	width: 440px;
}
.anchorCont .grid .mv {
	width: 270px;
	text-align: center;
}
.anchorCont .grid .movie {
	border: 1px solid #ccc;
}
#suntory_contents .anchorCont .mv h3 {
	font-size: 12px;
	line-height: 1.5;
	margin: 10px 0 0;
}
#suntory_contents .anchorCont .mv h3 span {
	display: block;
	font-weight: normal;
}
.anchorCont .mv .movie {
	position: relative;
	width: 240px;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin: 0 auto;
}
.anchorCont .mv .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#suntory_contents .anchorCont .mv p.golongmv {
		margin: 20px 0 0;
}
#suntory_contents .anchorCont .mv p.golongmv a {
	padding-right: 15px;
	color: #003d77!important;
	text-decoration: none;
		font-size: 12px;
	line-height: 1;
	background: url(/sfnd/common2016/img/icon_external_sp.png) no-repeat right top 2px / 11px;
}
#suntory_contents .anchorCont .mv p.golongmv a:hover {
	text-decoration: underline!important;
}
