@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
*/

/* ---------- reset ---------- */
html{width:100%;height:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
/* HTML5 */
article,aside,canvas,details,figcaption,figure,header,footer,hgroup,menu,nav,section,summary,h1,h2,h3,h4,h5,h6{display:block;}
body{
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background: #fff;
	color: #666;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
	word-break: break-all;
}
/* for IE7 */
*+html body{font-size: 75%;}
/* for IE6 */
* html body{font-size: 75%;}
/* other */
a{
	color: #1dc1f0;
	overflow: hidden;
	text-decoration: none;
}
a:active,a:focus{outline:none;}fieldset{border:0;}a img,img{border:0;vertical-align:top;}abbr,acronym{border:0;}address,caption,cite,code,dfn,em,th,strong,var{font-style:normal;font-weight:normal;}blockquote,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,ol,ul,li,p,pre,span,td,th,article,aside,canvas,details,figcaption,figure,header,footer,hgroup,menu,nav,section,summary,audio,video{margin:0;padding:0;}caption,th{vertical-align:top;text-align:left;}small{font-size:100%;}code,kbd,pre,samp,tt{font-family:monospace;line-height:100%;}hr{display:none;}
/* for IE7 */
*+html code,kbd,pre,samp,tt{font-size:108%;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}ol,ul{list-style:none;}q:before,q:after{content:'';}
/* form */
button,fieldset,form,input,label,legend,select,textarea{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;padding:0;vertical-align:baseline;}
/* table */
table{border-collapse:collapse;border-spacing:0;font-size:100%;}

/* ---------- clearfix setting ---------- */
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	overflow: hidden;
}
.clearfix:after { clear: both; }

/* ---------- colorbox setting ---------- */
#colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden; outline: 0; }
#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%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; }
#cboxOverlay { background: #fff; }
#cboxContent { overflow:hidden; }
#cboxError { padding: 50px; border: 1px solid #ccc; }
#cboxLoadedContent { margin: 40px 0 0; 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; top: 0; border: none; background: url(/img/icon/control.png) no-repeat 0 0; width: 25px; height: 25px; text-indent:-9999px; }
#cboxPrevious:hover{ background-position: 0 -25px; }
#cboxNext { position: absolute; left: 27px; top: 0; border: none; background: url(/img/icon/control.png) no-repeat -25px 0; width: 25px; height: 25px; text-indent:-9999px; }
#cboxNext:hover { background-position: -25px -25px; }
#cboxLoadingGraphic { background: url(/img/icon/loading.gif) no-repeat center center; }
*/
#cboxClose { position: absolute; right: 0; top: 0; border: none; background: url(/img/icon/cbClose.png) no-repeat left top; width: 35px; height: 35px; text-indent:-9999px; }
#cboxClose:hover { background-position: left -35px; }
.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')"); }

/* ---------- common ---------- */
::selection {
	color: #FFF;
	background: #B7EEFE;
}
::-moz-selection {
	color: #FFF;
	background: #B7EEFE;
}
#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #FFF;
	z-index: 999;
}
#noscript {
	text-align: center;
	color: #333;
	z-index: 9999;
}
/* ---------- main ---------- */
#siteWrap {
	display: none;
	width: 100%;
	min-width: 1200px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}
#mainWrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
/* ---------- header ---------- */
#headerWrap {
	position: relative;
	margin: 0 10px;
	top: 20px;
}
/* ---------- sub ---------- */
#footerWrap {
	position: relative;
	width: 100%;
	background-color: #F9FAFC;
}
/* ---------- kyokainokanata ---------- */
.kyokainokanata {
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -577px;
}
/* ---------- footer center set ---------- */
#pageTopWrap, #siteInfoWrap, .copy {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
/* ---------- pageTop Btn ---------- */
#pageTopWrap {
	height: 70px;
}
.pageTopArea {
	position: absolute;
	top: 0px;
	right: 10px;
}
#pageTopLink {
	display: block;
	height: 40px;
	width: 65px;
	text-align: center;
}
#pageTopLink p {
	position: absolute;
	width: 65px;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	transition: .2s ease-out;
}
#pageTopLink .triImg {
	top: -12px;
}
#pageTopLink .pageTop {
	color: #666;
	top: 18px;
}
#pageTopLink .line {
	position: absolute;
	display: block;
	bottom: 0;
	width: 65px;
	height: 3px;
	background-color: #666;
}
#pageTopLink:hover .triImg {
	top: -20px;
}
#pageTopLink:hover .pageTop {
	top: 13px;
}
/* ---------- footer ---------- */
#siteInfoWrap {
	padding-bottom: 40px;
}
.copy {
	padding-bottom: 30px;
}
.copyright {
	font-size: 92%;
	text-align: center;
}
/* ---------- content common ---------- */
.caption {
	display: inline-block;
	font-size: 117%;
	font-weight: bold;
	vertical-align: middle;
	color: #333;
	zoom: 1;
	*display: inline;
}
.caption:before {
	content: '';
	height: 3px;
	width: 6px;
	background-color: #1dc1f0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -1px;
	zoom: 1;
	*display: inline;
}
.movieThumb {
	display: block;
	width: 100%;
	height: 100%;
}



