@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: #236469;
	width: 1080px;
	padding: 22px;
	text-align: center;
	overflow: hidden;
}

/*===================================================
page
====================================================*/

h2{
	margin: 0;
	padding: 0;
}

div.contents div.left{
	position: relative;
	float: left;
	width: 520px;
}

div.contents .howEntry{
	position: relative;
	float: right;
	width: 560px;
}

div.contents .story{
	clear: both;
	position: relative;
	width: 1080px;
	margin: 0px auto;
	text-align: left;
}

div.contents .story p.btn_officialsite{
	position: absolute;
	right: 0px;
	top: 469px;
}

div.contents .story #youtube{
	position: absolute;
	right: 0px;
	top: 147px;
}

.howEntry p.btn_smartpass {
	position: absolute;
	right: 42px;
	top: 537px;
}

