<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #FFFFFF url(/avengers/images/bg.gif) repeat-x center top;
	width: 1080px;
	text-align: center;
	overflow: hidden;
	padding: 22px 22px;
}

img {
	margin: 0 auto;
}


/*===================================================
contents
====================================================*/
h2.obi {
	margin: 0px auto 15px;
}

div#topContents {
	position: relative;
	width: 1080px;
	margin: 0px auto 15px;
	overflow: hidden;
}

p#poster {
	width: 500px;
	float: left;
}

p#logo {
	width: 560px;
	float: right;
}

#trailer {
	width: 560px;
	height: 315px;
	float: right;
}

div#mainContents {
	clear: both;
	width: 1080px;
	margin: 0px auto;
	background: #FFF;
	position: relative;
}

p.people {
	position: absolute;
	top: 65px;
	right: 14px;
}

div#mainContents div.presentForm {
	border-left: 5px solid #9b6f28;
	border-right: 5px solid #9b6f28;
	border-bottom: 5px solid #9b6f28;
	width: 1000px;
	padding: 30px 35px 20px;
}

div#mainContents div.presentForm div.caution {
	padding-bottom: 20px;
	position: relative;
}

div#mainContents div.presentForm p.btn_clubspice {
	position: absolute;
	top: 344px;
	right: 15px;
}

div#mainContents div.presentForm ul {
	width: 1000px;
}

div#mainContents div.presentForm ul li {
	margin:0px 0px 25px;
}


div#storyArea {
	overflow: hidden;
	width: 1080px;
}

div#storyArea div.picArea {
	width: 500px;
	float: left;
}

div#storyArea div.story {
	width: 560px;
	float: right;
	position: relative;
}

div#storyArea ul.btn {
	position: absolute;
	top: 379px;
	right: 0px;
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}

div#storyArea ul.btn li {
	margin-bottom: 8px;
}

</pre></body></html>