@charset "utf-8";

/*==========================================
 body
===========================================*/

body#movie {
	background: url(../img/bg_02.jpg) no-repeat top center #000 fixed;
}


/*==========================================
 コンテンツ内のスタイル
===========================================*/

body#movie section#h2Box h2 {
	position: absolute;
	left: 340px;
	top: 25px;
}

body#movie section#cnts {
	width: 970px;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
	position: relative;
}
	
body#movie section#cnts p#pan {
	background: url(../img/waku_b01.png);
	height: 52px;
	padding-left: 45px;
	font-size: 14px;font-size: 1.4rem;
	line-height: 300%;
}

body#movie section#cnts div#bg {
	background:url(../img/waku_b02.gif);
}

body#movie section#cnts ul.btnList {
	overflow: hidden;
}

body#movie section#cnts ul.btnList li {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}