@charset "utf-8";
/* CSS Document commonlayout*/


/* common
=========================================*/
body {
	font-size: 14px;
	width: 100%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	line-height: 1.5;
}

li.last-Child {
	margin-right: 0px !important;
}
p {
	line-height: 1.8em;
}
.note {
	font-size: 90%;
}
hr.hr01 {
	border: 0;
	border-bottom: 1px dashed #ccc;
	margin-top: 30px;
	display: block;
}

/* Link
========================================*/
a, a:link {
	color: #E80000;
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #B80000;
}
a:hover, a:active {
	color: #B80000;
	text-decoration: none;
}




/*  h1 h2 h3 h4 setting
========================================*/
h1 {

}


/*  #gnav
========================================*/
#gnav {
	margin: 0 auto;
	width: 1100px;
	padding-top: 30px;
	overflow: hidden;
	position: relative;
}
#gnav ul.sns {
	position: absolute;
	right: 0px;
	top: 15px;
}
#gnav ul.sns li a img {
	width: 100%;
}
#gnav ul.sns li{
	margin-right: 10px;
	width: 20px;
	height: 20px;
	float: left;
}
#gnav ul li:last-child {
	margin-right: 0px;
}
#gnav ul.menu {}
#gnav ul.menu li{
	display: inline-block;	
	margin-right: 19px;	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;}
#gnav ul.menu li:last-child {
	margin-right: 0px;
}
#gnav ul.menu li a{
	background-image: url(/images/common/menu.png);
	background-repeat: no-repeat;
	height: 16px;
	display: block;
}
#gnav ul.menu li.come {
	opacity:0.5;}
#gnav.bk ul.menu li a{
	background-image: url(/images/common/menu_bk.png);
	background-repeat: no-repeat;
	height: 16px;
	display: block;
}
#gnav ul.menu li.sptrailer a{
	background-image: url(/images/common/menu02.png) !important;
	background-repeat: no-repeat;
	background-position: left top;
	width: 31px;
}
#gnav ul.menu li.sptrailer_bk a{
	background-image: url(/images/common/menu_bk02.png) !important;
	background-repeat: no-repeat;
	background-position: left top;
	width: 31px;
}
#gnav ul.menu li.news a{
	background-position: left top;
	width: 64px;
}
#gnav ul.menu li.intro a{
	background-position: -80px top;
	width: 140px;
}
#gnav ul.menu li.story a{
	background-position: -238px top;
	width: 75px;
}
#gnav ul.menu li.cast a{
	background-position: -333px top;
	width: 135px;
}
#gnav ul.menu li.trailer a{
	background-position: -486px top;
	width: 45px;
}
#gnav ul.menu li.theater a{
	background-position: -549px top;
	width: 67px;
}
#gnav ul.menu li.en a{
	background-position: -628px top;
	width: 56px;
}

/* #mainContainer
=========================================*/
.sns_top {
	margin: 10px auto 0;
	width: 1100px;
	position: relative;
	z-index:9999;
}
.sns_top ul.snsBtn{
	position: absolute;
	top:-40px;
	right: 0px;
}
.sns_top ul.snsBtn li {
	margin-right: 10px;
	float: left;
	width: 50px;
	height: 50px;
}
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 77%;
	margin-bottom: 20px;
}
#page-top a {
	background-color: #BCBCBC;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 80px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #D9D9D9;
}
