@charset "utf-8";
/* CSS Document */

body {
	min-width:1200px;
}

/*メインイメージ =====================================*/
#mainImg {
	width:100%; 
	height:auto;
	background-image:url(../image/teaser/img03.jpg);	
}

.teaserImg {
	display:block;
	margin:0 auto;
}

#release {
	width:100%;
	height:auto;
	background-image:url(../image/teaser/img02.jpg);
	background-repeat:repeat-x;
}
#release img {
	display:block;
	margin:0 auto; 
}

/* コンテンツ ========================================*/
#container {
	width:100%;
	height:auto;
	background-image:url(../image/share/img13.jpg);
}

#container .ticketInfo {
	display:block;
	margin:0 auto;
	margin-top:36px;
}

#container .Contest {
	display:block;
	margin:0 auto;
	margin-top:30px;
}

#container .dvd {
	display:block;
	margin:0 auto;
	margin-top:28px;
}

.eigaCont {
	width:950px;
	height:auto;
	display:block;
	margin:0 auto;
	margin-top:28px;
	padding-bottom:30px;
}

.eiga02 {
	margin-right:20px;
}

#container .theaterBtn {
	display:block;
	margin:0 auto;
	margin-top: 26px;
    margin-bottom: 12px;
	width:676px;
	height:83px;
}

#container .commentBtn {
	display:block;
	margin:0 auto;
	margin-top: 26px;
    margin-bottom: 12px;
	width:950px;
	height:259px;
}

#container .qrBtn {
	display:block;
	margin:0 auto;
	margin-top: 26px;
    margin-bottom: 12px;
	width:674px;
	height:69px;
}

#container .ticketBtn {
	display:block;
	margin:0 auto;
	margin-top: 26px;
    margin-bottom: 12px;
	width:950px;
	height:428px;
}

.qrCodo {
	display: block;
    width: 674px;
    height: 69px;
    margin: 0 auto;
    margin-top: 14px;
}
		

/*SNS ===============================================*/
#infoCont {
	display:block;
	width:100%;
	height:auto;
	background-image:url(../image/share/img12.jpg);
	padding:10px 0;
}

#infoBox {
	width:950px;
	height:auto;
	margin:0 auto;
}
	
#official_sns {
	background: url(../image/index/sns.png) top center no-repeat;
	width: 470px;
	height: 200px;
	/*margin: 0 0 0 0;*/
	/*float: left;*/
	position: relative;
	margin-right: 8px;
}
#official_sns_title {
	width: 215px;
	height: 28px;
	margin: 10px 0 0 18px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}
#official_facebook {
	width: 222px;
	margin: 17px 5px 0 10px;
	position: absolute;
	top: 40px;
	left: 0;
}
#official_twitter {
	width: 222px;
	margin: 17px 0 0 0;
	position: absolute;
	top: 40px;
	right: 8px;
}
#sns_btn {
	position:absolute;
	right: 10px;
	top: 0;
}

/*backToTop ===============================================*/
#page-top { 
    position: fixed;
    bottom: 44px;
    right: 40px;
}


