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

img {
	margin: 0 auto;
}


/*===================================================
contents
====================================================*/

div#topContents {
	position: relative;
	width: 1080px;
	height: 705px;
}

div#topContents h2 {
	position: absolute;
	width: 500px;
	top: 0px;
	left: 0px;
}

div#topContents p {
	position: absolute;
	width: 560px;
	top: 0px;
	right: 0px;
}

#trailer {
	position: absolute;
	width: 560px;
	top: 390px;
	right: 0px;
}

div#storyArea {
	width: 1080px;
	height: 680px;
	margin-bottom: 20px;
	position: relative;
}

div#storyArea .story {
	position: absolute;
	top: 452px;
	left: 0px;
}


div#storyArea .pic02 {
	position: absolute;
	top: 452px;
	right: 0px;
}


div#storyArea p.btn_officialsite {
	position: absolute;
	width: 200px;
	top: 625px;
	left: 500px;
}

div#mainContents {
	width: 1080px;
	margin: 0px auto;
}

div#mainContents div.presentForm {
	width: 990px;
	padding: 0px 40px 20px;
	background: #000;
	border-left: 5px solid #ffe100;
	border-right: 5px solid #ffe100;
	border-bottom: 5px solid #ffe100;
}

div#mainContents div.presentForm p {
	margin-bottom: 20px;
}
div#mainContents div.presentForm ul {
	overflow: hidden;
}

div#mainContents div.presentForm ul li {
	width: 316px;
	float: left;
	margin: 0px 20px 20px 0px;
}


div#mainContents div.presentForm ul li.p01 {
	width: 317px;
	float: left;
	margin: 0px 20px 20px 0px;
}

div#mainContents div.presentForm ul li.p03,
div#mainContents div.presentForm ul li.p05 {
	margin: 0px 0px 20px 0px;
}

div#mainContents div.presentForm p.btn_oubo {
}

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