/*----------------------------------------------------------------
 jquery.text_scroll.css
 update:	2015.12.03
 author:	Akihiro Yuasa
 License: 	MIT License (MIT)
-----------------------------------------------------------------*/ 
@charset "utf-8";
/*---------------------------
スクロールコンテンツの全体幅
-----------------------------*/
.text_scroll{
	/*
	position:relative;
	width:330px;
	height:240px;
	overflow:hidden;
	*/
}

/*---------------------------
スクロールバーの全体領域
-----------------------------*/
.scroll_bar{
	position:absolute;
	width:11px;
	right:0;
	top:0;
	background:rgba(0,0,0,0);
	margin-left:10px;
}
/*---------------------------
スクロールバーのグリップ
-----------------------------*/
.scroll_grip{
	position:absolute;
	width:11px;
	height:54px;
	background:url(../img/top/bar.png) no-repeat center top;
	left:0;
	top:0;
	cursor:pointer;
}
