@charset "utf-8";
.text_scroll{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
}
.navi_contents{
    position: relative;
    width:100%;
    height: 790px;
}
.scroll_bar{
	position:absolute;
	width:8px;
	right:0;
	top:0;
	background:none;
}
.scroll_grip{
	position:absolute;
	width:8px;
	height:60%;
    background: rgba(255,255,255,0);
	right:0px;
    left:auto !important;
	top:0;
	cursor:pointer;
    border-radius: 10px;
	/*z-index: 2;*/
}
.scroll_flog{
	position:absolute;
	left:0;
	top:0px;
}
.text_scroll:hover .scroll_grip{
    background: rgba(255,255,255,0.2);
}
.scroll_target{
    transition:0.1s ease-out;
}
.scroll_grip{
    transition:0.1s ease-out;
}
.ui-draggable-dragging{
    transition:0s !important;
}

