﻿.setting-org{
    height:100%;
    background-color:#f5f5f5;
    font-family:Meiryo;
    font-weight:bold;
    width:840px;
    position:absolute;
    top:0px;
}

.setting-org .header{
    width:800px;
}

.setting-org .header .btn-new{
    width:74px;
    height:22px;
    border:1px solid #999;
    color:#666666;
    background-color:#99d4ff;
    margin-left: 40px;
    margin-top: 2px;
    border-radius:2px;
    line-height: 24px;
    cursor:pointer;
    text-align:center;
    font-size: 15px;
    padding-left: 3px;
    padding-right: 3px;}

.setting-org .header .btn-new:hover{
    background-color:#a8daff;
}

.setting-org .header .btn-new:active,
.setting-org .header .btn-new.active{
    background-color:#7fcaff;
}

.setting-org .row{
    margin-top: 5px;
}

.setting-org .row>.label{
    margin-left: 135px;
    font-size:20px;
    color:#b2b2b2;
}

.setting-org .row>.count{
    font-size: 13px;
    color: #f2a230;
    text-align: right;
    margin-top: -20px;

}

.setting-org .row .search{
    margin-left: 40px;
    height: 20px;
    width: 468px;
    border: 2px solid #cccccc;
    background-color: #ffffff;
}


.setting-org .table{
    width:840px;
    margin-top:5px;
    table-layout: fixed;
}

/*.setting-org .table>.header{
    width:940px;
}*/

.setting-org .table-label{
    /*display:block;
    font-size: 0px;
    margin-top: 3px;
    white-space: nowrap;*/
}

/*スクロール用*/
.setting-org .table thead.scrollHead,tbody.scrollBody{
    display:block;
}
.setting-org .table tbody.scrollBody{
    overflow-y:auto;
    position: absolute;
    top: 95px;
    bottom: 17px;
}


/*幅調整*/
.setting-org .table td,.setting-org .table th{
  table-layout:fixed;
}
.setting-org .table .col0{
    width:32px;
}
.setting-org .table .col1 {
    width: 320px;
    padding-left: 4px;
    padding-right: 4px;
}
.setting-org .table .col2 {
    width: 210px;
    padding-left: 4px;
    padding-right: 4px;
}
.setting-org .table .col3 {
    width: 86px;
}
.setting-org .table .col4 {
    width: 104px;
}





.setting-org .table .label
{
    height:24px;
    text-align:center;
    font-size:13px;
    background-color:#e8e8e8;
    vertical-align: middle;
    color: #737373;
}
/*.setting-org .table .label0{
    background-color:#fff;
}*/

.setting-org .table .tr>.item{
    font-weight:normal;
    word-break: break-all;
    text-align: left;
    font-size:13px;
    background-color:#ffffff;
    vertical-align:middle;
    padding-top: 3px;
    padding-bottom: 3px;

}
.setting-org .table .tr>.item0{
    text-align: right;
    font-size:12px;
    background-color: transparent;
    color:#a6a6a6;
    font-family:Arial;
    vertical-align: middle;
}

.setting-org .table .tr>.item3{
    text-align: center;
}


.setting-org .btn-edit{
    border: 1px solid #cccccc;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
    cursor: pointer;
    background-color:#fff;
    color:#666666;
    margin-left: 10px;
    margin-right: 6px;
}

.setting-org .btn-edit:hover{
    color:#828282;
}

.setting-org .btn-edit:active{
    background-color:#e5e5e5;
}

.setting-org .btn-delete{
    border: 1px solid  #cccccc;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
    cursor: pointer;
    background-color:#fff;
    color:#666666;
}

.setting-org .btn-delete:hover{
    color:#828282;
}

.setting-org .btn-delete:active{
    background-color:#e5e5e5;
}


.setting-org  .disable{
    color: #eee;
    background-color: #ccc;
    cursor:default;
}
.setting-org  .disable:hover{
    color: #eee;
    background-color: #ccc;
}
.setting-org  .disable:active{
    color: #eee;
    background-color: #ccc;
}




