<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: #222 url(/force/images/bg.gif) repeat-x center top;
	width: 1080px;
	text-align: center;
	overflow: hidden;
	padding: 20px 22px 22px;
}

img {
	margin: 0 auto;
}


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

div#topContents {
	position: relative;
	width: 1080px;
	margin: 0px auto 20px;
	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;
	position: relative;
}

div#mainContents div.presentForm {
	width: 1000px;
	padding: 20px 40px 20px;
	background: #FFF;
	margin-bottom: 40px;
	position: relative;
}

p.people {
	position: absolute;
	top: 82px;
	right: 19px;
	z-index: 50;
}

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;
	padding-bottom: 20px;
}

div#storyArea h3 {
}

div#storyArea p.pic {
	width: 500px;
	float: right;
	position: relative;
}

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

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

div#storyArea ul.btn li {
	width: 160px;
	margin-left: 10px;
	float: left;
}

div#storyArea ul.btn li:nth-child(2) {
}

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