@charset "shift_jis";

/*===================================================
*
*	Base Style CSS
*	Site https://www.unitedcinemas.jp
*
====================================================*/

/*===================================================
STRUCTURE
====================================================*/
div#main{
	margin: 0 !important;
	padding: 0 !important;
}
div.wrapper{
	padding-bottom:0 !important;
}

div#header{
	margin: 0 auto;
}

div.contents{
	margin: 0 auto;
	background: #1f1203;
	width: 1124px;
	text-align: center;
	overflow: hidden;
}

/*===================================================
page
====================================================*/

h2{
	margin: 0;
	padding: 0;
}

div.contents div.storyArea{
	position: relative;
}

div.storyArea p.btn_detail{
	position: absolute;
	left: 719px;
	top: 228px;
}

div.storyArea p.btn_officialsite{
	position: absolute;
	left: 535px;
	top: 228px;
}

div.storyArea p.flyer{
	position: absolute;
	left: 917px;
	top: 0px;
}

div.contents div.presentArea{
	text-align: center;
	width: 1030px;
	margin: 0px auto 20px;
	background: #000;
	border-left: 5px solid #bb0000;
	border-right: 5px solid #bb0000;
	border-bottom: 5px solid #bb0000;
}

div.contents div.movieArea{
	position: relative;
	width: 970px;
	margin: 0px auto 20px;
}

p.banner {
	width: 1040px;
	margin: 0px auto 20px;
}

#iframe_player {
	position: absolute;
	width: 860px;
	top: 99px;
	left: 55px;
}


