@charset "utf-8";
/* common */


/*------------------------------------

toppage

------------------------------------*/


/*


top scroll

*/
div.flexcroll {
    padding:10px;
    width:100px;
    height:100px;
    overflow:auto;
    position:relative;
}
 
/* 本体 */
.scrollgeneric {
    line-height:1px;
    font-size:1px;
    position:absolute;
    top:0;
    left:0;
}
 
/* 縦スクロール範囲 */
.vscrollerbase {
    width:3px;
    background-color:#eee;
}
 
/* 縦スクロールバー */
.vscrollerbar {
    width:7px;
    background-color:#900;
}
 
/* 横スクロール範囲 */
.hscrollerbase {
    height:7px;
    background-color:#eee;
}
 
/* 横スクロールバー */
.hscrollerbar {
    height:7px;
    background-color:#900;
}
 
/* 縦横スクロールバー */
.scrollerjogbox {
    width:3px;
    height:7px;
    top:auto;
    left:auto;
    bottom:0;
    right:0;
    background-color:#eee;
}