@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: #fffa98 url(/anikoma/images/bg.jpg) no-repeat left top;
	width: 1080px;
	text-align: center;
	overflow: hidden;
	padding: 20px 22px;
	color: #000;
}

img {
	margin: 0 auto;
}


/*===================================================
contents
====================================================*/
div.top_contents {
	overflow: hidden;
}

div.top_contents h2 {
	float: left;
	width: 500px;
	margin-bottom: 20px;
}

div#logoArea {
	float: right;
	width: 560px;
	margin-bottom: 20px;
}

#campaignArea {
	clear: both;
	background: #fea4d7;
	padding: 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

#campaignArea .box {
	background: #FFF;
	padding: 20px 35px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.how_to_entry{
	position: relative;
	margin: auto;
}

.twitter_follow_btn{
	position: absolute;
	left: 82px;
	top: 153px;
}

.twitter_retweet_btn{
	text-align: center;
	margin: 20px auto 0px;
}


div#notice{
	background: #ffffff;
	padding: 20px;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	border: 1px solid #000;
	margin: 20px auto;
}

div#storyArea{
	overflow: hidden;
	text-align: left;
}

div#storyArea .left{
	width: 520px;
	float: left;
}

div#storyArea .right {
	width: 530px;
	float: right;
}

.summary{
	font-size: 16px;
	line-height: 1.56;
	margin-bottom: 15px;
}

.cast{
	font-size: 14px;
	line-height: 1.56;
	margin-bottom: 15px;
}

.copyright{
	font-size: 14px;
	line-height: 1.56;
	margin-bottom: 30px;
}

.btn_official{
}

