﻿        .sHorizontalBar {
            height: 18px;
            border: 1px solid silver;
            position: relative;
            background-color:white;
            margin-left:20px;
            margin-right:20px;  
            display:inline-block;
        }
        .sVerticalBar {
            width: 18px;
            border: 1px solid silver;
            position: relative;
            background-color:white;
            margin-top:20px;
            margin-bottom:20px;  
            display:inline-block;
        }

        .sHorizontalSlider {
            width: 0%;
            height: 100%;
            background-color: #e9e9e9;
            top: 0px;
            left: 0px;
            position: absolute;
        }
        .sVerticalSlider {
            height: 0%;
            width: 100%;
            background-color: #e9e9e9;
            top: 0px;
            left: 0px;
            position: absolute;
        }

        .sHorizontalHandle {
            background-color:#8dcaf8;
            position:absolute;
            right:-5px;
            top:-4px;
            width:10px;
            height:26px;
            border-radius:2px;
        }
        .sVerticalHandle {
            background-color:#3767a1;
            position:absolute;
            bottom:-5px;
            left:-4px;
            height:10px;
            width:26px;
            border-radius:3px;
        }
        .sSagOk {
            position:absolute;
            right:-20px;
            width:15px;
            padding:0px;
            top:-1px;
            height:20px;
        }
        .sSolOk {
            position:absolute;
            left:-20px;
            width:15px;
            padding:0px;
            top:-1px;
            height:20px;
        }
        .sYukariOk {
            position:absolute;
            top:-20px;
            width:20px;
            padding:0px;
            left:-1px;
            height:15px;
        }
        .sAsagiOk {
            position:absolute;
            left:-1px;
            width:20px;
            padding:0px;
            bottom:-20px;
            height:15px;

        }

