body *{
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.brand-link .brand-image{
    width:90%;max-width:150px;height:auto;float:none;max-height:unset;margin:0px;box-shadow:none !important;
}

.content-wrapper > .content{
    padding:10px;
}

h3 {
    display: flex;
    font-size: 16px;
    color: #fff;
    background: #343a40;
    padding: 5px;
    justify-content: space-between;
    line-height: 1.5;
}

h3 a{
    line-height:1;
}

.role0{
    color:red;
    font-weight:bold;
}

.inp-list > div.checkbox,.inp-list > label{
    display:inline-block;
}

.inp-list label {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    margin:0px 1px;
    cursor: pointer;
}
.inp-list label:hover {
    background: rgba(200,200,200,0.75);
}

/*グループツリー***********************/
ul.treeview{
    list-style:none;
    padding:0px;
    margin:0px;
}

ul.treeview > li > a{
    display:block;
    padding:5px 10px;
    background:rgba(230, 230, 230, 0.5);
    margin-bottom:5px;
    border-radius:3px;
    text-align:left;
}

ul.treeview > li > a .form-check-label{
    width:100%;
    cursor:pointer;
}

ul.treeview ul.treeview{
    display:none;
    padding-left:25px;
}

ul.treeview ul.nav-treeview{
    display:none;
    padding-left:25px;
}

/* ページング */
.paginator {
    text-align: center;
    font-size:12px;
}

.paginator a{
    display: inline-block;
    color: #fff !important;
    background-color: #A1A3A6;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    width:30px;
    height: 30px;
    margin: 0px 3px;
    /*
    transition: .2s ease-in-out;
    */
    white-space: nowrap;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.paginator a:hover{
    background-color:#434343;
    color: #fff;
}

.paginator span.current {
    display: inline-block;
    background-color:#434343;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    width:30px;
    height: 30px;
    margin: 0px 3px;
    /*
    transition: .2s ease-in-out;
    */
    white-space: nowrap;
    border-radius: 50%;
}

.paginator span.next a,.paginator span.last a,.paginator span.first a,.paginator span.prev a{
    border-radius:3px;
    width:auto;
    padding:0px 5px;
}

.paginator a:link,.paginator a:active,.paginator a:visited {
    text-decoration : none !important;
}

.paginator a[href]:hover {
    text-decoration : none !important;
}

