/*----------------------------------------------------------------
 jquery.text_scroll.css
 update:	2015.12.03
 author:	Akihiro Yuasa
 License: 	MIT License (MIT)
-----------------------------------------------------------------*/ 
@charset "utf-8";
/*---------------------------
スクロールコンテンツの全体幅
-----------------------------*/
.text_scroll{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -420px;
    width: 840px;
    height: 150px;
    overflow: hidden;
}
.text_scroll2{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -420px;
    width: 840px;
    height: 148px;
    overflow: hidden;
}
.story_text {
    width: 340px;
    height: 170px;
    margin-left: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    left: 0;
    top: 40px;
	visibility:hidden;
}
.text_staff{
	position:absolute;
	left:50%;
	margin-left:-368px;
	top:140px;
	width:760px;
	height:620px;
}
.text_cast{
    position: absolute;
    left: 50%;
    top: 150px;
    margin-left: -340px;
    width: 680px;
    height: 150px;
	top:440px;
}
.ch_text{
    width: 396px;
    color: #FFF;
	height:120px;
    font-size: 14px;
    line-height: 25px;
    left: 50%;
    margin-left: -448px;
    top: 505px;
}
.ch_text{
	width:390px;
	padding-right:10px;
}
.ch_text .scroll_bar{
	height:120px !important;	
}



.scimg{
	width:814px !important;
}
/*---------------------------
スクロールバーの全体領域
-----------------------------*/
.scroll_bar{
	position:absolute;
	width:14px;
	right:0;
	top:0;
}
/*---------------------------
スクロールバーのグリップ
-----------------------------*/
.scroll_grip{
	position:absolute;
	width:14px;
	height:56px;
	background:url(../img/intro/bar.png) no-repeat center top;
	left:0;
	top:0;
	cursor:pointer;
}
