@charset "utf-8";

.textOnLine{
    margin: 5px 20px;
    padding: 0;
    max-width: 250px;
}
    .text-winTitle{
        margin: 0;
        padding: 0;
        height: 30px;
        background-color: #0078D7;
        border: 3px solid #0078D7;
    }
        .text-winTitle  .winTitle-close{
            margin-right: 20px;
            text-align: right;
            color: #FFFFFF;
        }
    .text-tool-menu{
        margin: 0;
        padding: 0 0 8px 8px;
        height: 2.5em;
        background-color: #FFFFFF;
        border: 1px solid #0078D7;
        font-size: 0.7em;
        overflow: hidden;
    }
        .text-tool-menu  .menu2{
            margin-left: 2em;
        }

    .textOnLine  .blue{
        margin: 0;
        padding: 3px 0;
        background-color: #CED6EF;
        border-right:  1px solid #0078D7;
        border-bottom: 1px solid #0078D7;
        border-left:   1px solid #0078D7;


        overflow: hidden;   /*float対策*/
    }
        .text-icon{
            margin: 2px 5px;
            padding: 0;
            width: 32px;
            float: left;

        }
            .text-icon  .text-icon-img {
                width: 32px;
                height: 32px;
            }
        .textOnLine  .main{
            margin: 10px 20px 10px 50px;
            padding: 0;
            background-color: #FFFFFF;
            height: 25px;
        /*    min-width: 200px;*/
        }

.textSplit{
    margin: 5px 20px;
    padding: 0;
    max-width: 300px;

}

.textSplit-middle{
    max-width: 400px;

}

.boxBlue{
    margin: 0;
    padding: 3px 10px 10px 10px;
    background-color: #AAFFFF;
    border-right:  1px solid #0078D7;
    border-bottom: 1px solid #0078D7;
    border-left:   1px solid #0078D7;
    overflow: hidden;   /*float対策*/
    font-size: 0.8em;
}

.box-label{
    white-space: nowrap;
}

.box-input{
    margin: 2px 0px;
    padding-left: 10px;
    background-color: #FFFFFF;
    height: 25px;
    overflow: hidden;
}

.box-check-compr{
    position: relative;
    height: 30px;
}

.box-check{
    position: absolute;
    height: 30px;
    left: 90px;
    white-space: nowrap;
    overflow: hidden;
}

.workFolder-compr{
    position: relative;
    height: 70px;
/*    background-color: #AAFFFF;*/
    overflow: hidden;   /*float対策*/
}

.box-workFolder{
    position: relative;
    left: 50px;
    white-space: nowrap;
}

.textSplit-middle .box-workFolder{

}



.stockgui{
    max-width: 350px;
}

.stockBlue{
    margin: 0;
    padding: 3px 10px 10px 10px;
    background-color: #E0E8FF;
    border-right:  1px solid #0078D7;
    border-bottom: 1px solid #0078D7;
    border-left:   1px solid #0078D7;
    font-size: 0.8em;
}

.stock-online{
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.stock-icon{
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.stock-label{
    float: left;

    width: 3em;
    white-space: nowrap;
}

.stock-input{
    float: left;
    width: 60%;
    height: 35px;
/*    margin: 2px 0px;*/
    padding-left: 10px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: 808080;
    overflow: hidden;
}
