@charset "UTF-8";



/*-------------------------------------------------------------------
	contents
---------------------------------------------------------------------*/
#contents .body{
	height: 99px;
}
#contents .wide_img{
	width: 100%;
	height: auto;
	background-size: cover;
	position: relative;
}
#contents .wide_img .img{
	position: absolute;
	width: 100%;
	height: 825px;
	top: 0;
	left: 0;
	overflow: hidden;
}
#contents .body02{
	position: relative;
	width: 960px;
	height: 825px;
	margin: 0 auto;
}
#contents .body02 .comment{
	position: absolute;
	top: 32px;
	left: 14px;
	background: url(../img/recommend02/comment_bg.png) no-repeat center center;
	width: 932px;
	height: 196px;
}
#contents .body02 .comment .comment_title{
	position: absolute;
	top: -16px;
	left: -12px;
}
#contents .body02 .comment .comment_text{
	position: absolute;
	top: 41px;
	left: 35px;
}
#contents .body02 .movie_area{
	top: 244px;
	left: 13px;
}
#contents .body02 .lead{
	position: absolute;
	top: 604px;
	left: 20px;
	background: url(../img/recommend02/text01_bg.png) no-repeat;
	width: 568px;
	height: 181px;
}
#contents .body02 .lead img {
	position: absolute;
	top: 33px;
	left: 34px;
}

