@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

html, body {
	width:100%;
	height:100%;
}

body {
	position:relative;
	padding:0;
	margin:0;
}

body,p{
	text-align:justify;
}

img{
	-webkit-touch-callout: none;
}

/* ローディング */
#loading_fade{
	position:fixed;
	z-index:999;
	background:#FFF;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1000;
}

#loading_fade img{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-8px;
	margin-left:-8px;
}


/* 中ページヘッダ */
#header img{
	position:relative;
	width:100%;
	height:auto;
	
}

#header h2{

	margin:0;	
}

#header h2 img{
	width:100%;
	height:auto;
}

/*-------------------
ページトップ、ホーム
-------------------*/

#foot_navi{
	position:relative;
	width:100%;
	height:47px;
	background-color:#b9e6f0;
}

#home{
	width:50%;
	height:45px;
	background:url(http://bokuasu-movie.com/sp/img/common/home.png) no-repeat center center;
	background-size:auto 12px;
	background-color: #FFF;
	text-indent:-9999px;
	cursor: pointer;
	border-top: solid 1px #b9e6f0;
	border-bottom: solid 1px #b9e6f0;
}

#top{
	position:absolute;
	top:0px;
	right:0px;
	width:50%;
	height:45px;
	background:url(http://bokuasu-movie.com/sp/img/common/page_top.png) no-repeat center center;
	background-size:auto 12px;
	background-color: #FFF;
	text-indent:-9999px;
	cursor: pointer;
	border-left: solid 1px #b9e6f0;
	border-top: solid 1px #b9e6f0;
	border-bottom: solid 1px #b9e6f0;
}

/*------------------------------
フッター 
------------------------------*/
#footer{
	clear:both;
	position:relative;
	width:100%;
	text-align:center;
	background-color:#FFFFFF;
}

#copyright{
	width:280px;
	height:9px;
	margin:0px auto;
	padding:20px 0px 22px 0px;

}

#copyright img{
	vertical-align: top;
	height:9px;
}