@charset "UTF-8";

/*
京都アニメーション
Copyright (C) Kyoto Animaion Co.,Ltd. All Rights Reserved.
*/

/*
font-size list (base: 12px)
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/

/* ---------------------------
base setting
--------------------------- */
html, body { height: 100%; }
#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #000;
	z-index: 999;
}
/*#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #000;
	z-index: 999;
}*/
#noscript {
	text-align: center;
	font-size: 117%;
	color: #fff;
	z-index: 9999;
}
#bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -999;
}

a { color: #e7336e; }
a:hover {
	color: #00A9F6;
	text-decoration: underline;
}


/* ---------------------------
clearfix setting
--------------------------- */
.clearfix, #globalHeader { zoom: 1; }
.clearfix:before, .clearfix:after, #globalHeader:before, #globalHeader:after {
	content: "";
	display: table;
	overflow: hidden;
}
.clearfix:after, #globalHeader:after { clear: both; }

/* ---------------------------
colorbox setting
--------------------------- */

#colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden; }
#cboxOverlay { position: fixed; width: 100%; height: 100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear: left; }
#cboxContent { position: relative; }
#cboxLoadedContent { overflow: auto; }
#cboxTitle { margin: 0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position: absolute; top: 0; left: 0; width: 100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; }
#cboxOverlay { background: #000; }
#cboxContent { overflow:hidden; }
#cboxError { padding: 50px; border: 1px solid #ccc; }
#cboxLoadedContent { margin-bottom: 28px; overflow: hidden; }
#cboxTitle { position: absolute; bottom: 4px; left: 0; text-align: center; width: 100%; color: #949494; }
#cboxCurrent { display: none; }
#cboxSlideshow { position: absolute; right: 30px; bottom: 4px; color: #0092ef; }
#cboxPrevious { position: absolute; left: 0; bottom: 0; background: url(/movie/img/colorbox/control.png) no-repeat 0 0; width: 25px; height: 25px; text-indent:-9999px; }
#cboxPrevious:hover{ background-position: 0 -25px; }
#cboxNext { position: absolute; left: 27px; bottom: 0; background: url(/movie/img/colorbox/control.png) no-repeat -25px 0; width: 25px; height: 25px; text-indent:-9999px; }
#cboxNext:hover { background-position: -25px -25px; }
#cboxLoadingGraphic { background: url(/movie/img/colorbox/loading.gif) no-repeat center center; }
#cboxClose { position: absolute; right: 0; bottom: 0; background: url(/movie/img/colorbox/close.png) no-repeat left top; width: 70px; height: 25px; text-indent:-9999px; }
#cboxClose:hover { background-position: left -25px; }
.cboxIframe { width: 100%; height: 100%; display: block; border: 0; }
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }
.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight { _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')"); }

/* ---------------------------
content setting
--------------------------- */
#siteWrap {
	display: none;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#contentWrap {
	width: 1000px;
	margin: 0 auto;
}
#content {  }

/* ---------------------------
global navigation setting
--------------------------- */
#globalNavWrap {
	float: left;
	width: 264px;
	margin-top: 50px;
}
#globalNavList {  }
	#globalNavList li{
		display: block;
		width: 220px;
		height: 40px;
		margin: 0 0 10px 25px;
		background-image: url(/movie/img/globalNav/globalNav.png);
	}
	#globalNav-01 { background-position: 0px -2px; }
		#globalNav-01:hover,.globalNav-01 { background-position: -220px -2px !important; }
	#globalNav-02 { background-position: 0px -50px; }
		#globalNav-02:hover,.globalNav-02 { background-position: -220px -50px !important; }
	#globalNav-03 { background-position: 0px -99px; }
		#globalNav-03:hover,.globalNav-03 { background-position: -220px -99px !important; }
	#globalNav-04 { background-position: 0px -148px; }
		#globalNav-04:hover,.globalNav-04 { background-position: -220px -148px !important; }
	#globalNav-05 { background-position: 0px -196px; }
		#globalNav-05:hover,.globalNav-05 { background-position: -220px -196px !important; }
	#globalNav-06 { background-position: 0px -245px; }
		#globalNav-06:hover,.globalNav-06 { background-position: -220px -245px !important; }
	#globalNav-07 { background-position: 0px -294px; }
		#globalNav-07:hover,.globalNav-07 { background-position: -220px -294px !important; }
	#globalNav-08 { background-position: 0px -342px; }
		#globalNav-08:hover,.globalNav-08 { background-position: -220px -342px !important; }
	#globalNav-09 { background-position: 0px -391px; }
		#globalNav-09:hover,.globalNav-09 { background-position: -220px -391px !important; }
	#globalNav-10 { background-position: 0px -440px; }
		#globalNav-10:hover,.globalNav-10 { background-position: -220px -440px !important; }
	#globalNavList li a {
		display: block;
		width: 220px;
		height: 40px;
	}
		#globalNavList li a span { display: none; }
	
/*.navCurrent {
	background-position: center bottom !important;
}*/

/* ---------------------------
main Content setting
--------------------------- */
#mainContentWrap {
	float: left;
	width: 736px;
}
#mainContent {
	width: 706px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7C000000,endColorstr=#7C000000);
}
#mainContentTop { margin-bottom: -50px; }
#mainContentMiddle { position: relative; padding-bottom: 30px; }
#mainContentBottom {
	width: 706px;
	text-align: center;
	border-top: 1px #999 solid;
	padding: 10px 0 40px 0;
	bottom: 0;
}
#pankuzu {
	position: absolute;
	top: 70px;
	padding-left: 35px;
}
#pankuzuList {}
	#pankuzuList li {
		float: left;
		padding-left: 10px;
		font-size: 117%;
	}
		#pankuzuList li { color: #666; }
		#pankuzuList li a { color: #e7336e; }
		#pankuzuList li a:hover {
			color: #00A9F6;
			text-decoration: none;
		}

/* ---------------------------
global footer setting
--------------------------- */
#globalFooterWrap {position: absolute;display: block;
	clear: both;
	width: 100%;
	min-width: 1000px;
}
#tw  { width: 133px; }
#fb  { width: 118px; }
#htn { width: 54px; }
#mx { width: 116px; }
#po { width: 80px; }
#socialBtnWrap {
	width: 588px;
	height: 50px;
	margin: 0 auto;
}
#socialBtn { padding-top: 15px; }
	#socialBtn h2{ float: left; }
	#socialBtn h2 img { padding: 3px 25px 0 0; }
#socialBtnList {  }
	#socialBtnList li { float: left; }
#globalFooter {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
}
#globalFooter small, #globalFooterWrap small, #mainContentBottom small {
	display: block;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-size: 83%;
}
#bannerLink {
	float: left;
	width: 499px;
}
	#bannerLink li { float: left; }
		#bannerLink li a {
			display: block;
			padding-left: 10px;
		}
#corporateLink { margin: -35px 0 0 10px; }
	#corporateLink a {
		display: block;
		width: 210px;
		height: 25px;
		background: url(/movie/img/globalFooter/kyotoanimation.png);
	}
	#corporateLink a span { display: none; }
	#pageTopLink {
		display: none;
		position: fixed;
		right: 20px;
		bottom: 40px;
		z-index: 99;
	}
		#pageTopLink a {
			display: block;
			width: 41px;
			height: 40px;
			background: url(/movie/img/globalFooter/pageTopLink.png);
		}
		#pageTopLink a:hover {
			color: #fff;
			cursor: pointer;
			background-position: 0 -40px;
		}
			#pageTopLink a span { display: none; }
