@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: #fdc10e;
	width: 1080px;
	text-align: center;
	overflow: hidden;
	padding: 22px 22px 20px;
	color: #000;
}

img {
	margin: 0 auto;
}


/*===================================================
contents
====================================================*/

div#topContents {
	position: relative;
	width: 1080px;
	margin-bottom: 20px;
}

div#topContents h2 {
}

div#storyArea {
	width: 1080px;
	overflow: hidden;
	margin-bottom: 10px;
}

div#storyArea p.pic {
	width: 560px;
	float: right;
}

div#storyArea div.story {
	width: 500px;
	float: left;
	position: relative;
}

div#storyArea ul.btn {
	position: absolute;
	top: 455px;
	right: 0px;
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}

div#storyArea ul.btn li {
	width: 160px;
}

div#presentArea {
	width: 1080px;
	margin: 0px auto 20px;
}

div#presentArea div.presentForm {
	padding-bottom: 20px;
	background: #FFF;
}

div#presentArea div.presentForm p.kikan {
	text-align: center;
	margin-bottom: 20px;
}
div#presentArea div.presentForm p.caution {
	text-align: center;
	margin: 20px 0px;
}

div#presentArea div.presentForm p.btn_oubo {
	text-align: center;
	margin-bottom: 20px;
}


.contents p.banner {
	margin-bottom: 20px;
}


