
/* 上長検索ボックス用 */
#superior,
.superior {
    width: 30%;
    /*    overflow: scroll;*/
}

/* 一覧用 */
table {
    border-collapse: collapse;
    /*    border: 1px solid black;*/
    width: 100%;
    font-size: 15;
    margin-bottom: 4px;
    text-indent: 0.1em;
}

.systemTable {
    border: 1px solid black;
    border-collapse: collapse;
    /*    border: 1px solid black;*/
    font-size: 15;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-right: 3px;
    margin-left: 20px;
    text-indent: 0.1em;
}



.individualInfoTable {
    width:80% !important;
    margin-left:90px !important;
    margin-top:8px;
    margin-bottom:8px;
}

.systemTable th {
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    background-color: #a6d5e6;
    padding: 4px 2px 4px 2px;
}

.systemTable td {
    border-width: 1px 0px;
    border-color: black;
    border-style: solid;
    height: auto;
}

.systemTable tr:nth-child(2n) {
    background: #FFF;
}
.systemTable tr:nth-child(2n+1) {
    background: #e7f9fe;
}

/* 一覧用 */
    table.detailtable2 th {
        font-weight: bold;
        vertical-align: top;
        text-align: left;
        background-color: #a6d5e6;
        padding: 4px 2px 4px 2px;
        border: 1px solid black;
        width: 27%;
    }

    table.requesttable {
        border-collapse: collapse;
        border: 1px solid black;
        background-color: #e7f9fe;
        width: 100%;
        text-indent: 0.1em;
    }

    table.requesttable th {
        font-weight: bold;
        vertical-align: top;
        text-align: left;
        background-color: #a6d5e6;
        padding: 4px 2px 4px 2px;
    }

h4 {
    /*color: #444;
    font-size: 20px;
    line-height: 1.6em;
    padding: 0 0 2px 12px;
    border-left: 4px solid #00821b;
    border-bottom: 1px solid #888;
    font-weight:700;*/
    border-bottom: 2px dotted #2d669f;
    border-left: 10px solid #2d669f;
    padding: 7px;
}


.user-menu,
.user-menu li,
.user-menu li a {
    display: inline-block;
}

.tabs {
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
    padding: 0;
}

    .tabs a {
        float: left;
        width: 170px;
    }

    .tabs a {
        position: relative;
        display: block;
        margin-top: 3px;
        padding: 6px 0 4px 0;
        font-size: 18px;
        text-align: center;
        text-decoration: none;
        color: rgba(0, 0, 0, 0.5);
        background: #afc5dc;
        border: 0.5px solid #fff;
    }

        .tabs a:hover {
            background: #4878a8;
            color: #fff;
        }

        .tabs a.tab1 {
            background: #4878a8;
            color: #fff;
            /*color: #ff6831;*/
            outline: none;
        }

.group:before,
.group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.group:after {
    clear: both;
}

.comment-div {
    margin-top: 10px;
}

.comment-txt {
    max-width: 1000px;
    width: 100%;
}

.btn-fixation {
    position: fixed; /* ヘッダーの固定 */
    top: 50px; /* 位置(上100px) */
    width: 950px; /* 横幅100%　*/
    height: 80px; /* 縦幅40px */
    background-color: #fff;
    padding: 10px 0 0px 0;
}

.groupbox1 {
    padding: 60px 0 0px 0;
}
.title2 {
    width: 100%;
    float: left;
    border-bottom: 3px solid #2d669f;
    font-size: 23px;
    background-color: #fff;
}

.btn-fixation2 {
    position: fixed; /* ヘッダーの固定 */
    top: 50px; /* 位置(上100px) */
    width: 950px; /* 横幅100%　*/
    height: 80px; /* 縦幅40px */
    background-color: #fff;
    padding: 10px 0 0px 0;
}

/*ユーザ申請のシステム利用権限画面のO365ライセンスのガイダンス画像の制御*/
.license_guidance_div {
    overflow-y: scroll;
    width: 80%;
    height: 150px;
    background-color: white;
    margin-left: 90px;
    border: solid 1px #000000;
    text-align: center !important;
}

.license_guidance_image {
    max-width: 80%;
    /*margin-left: 90px;*/
}

div.message_list_area {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    text-align: left !important;
    color: red;
}

.diffChecked {
    background-color: red;
    background-image: url(/Content/images/diff_checkbox.png);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    border-radius: 3px;
    display: inline-block;
    height: 17px;
    width: 17px;
    position: relative;
    -webkit-transform: translate(2px,2px);
    -ms-transform: translate(2px,2px);
}

.diffUnchecked {
    background-color: red;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    border-radius: 3px;
    display: inline-block;
    height: 17px;
    width: 17px;
    -webkit-transform: translate(2px,2px);
    -ms-transform: translate(2px,2px);
}

.rightsList {
    overflow-y: scroll;
    height: 112px;
}

.scale {
    transform: scale(1.3);
}

.translate_scale {
    -webkit-transform: translate(2px,2px) scale(1.3);
    -ms-transform: translate(2px,2px) scale(1.3);
    width: 17px;
}

.margin_rights {
    line-height: 1.3;
}

.border_right {
    border-right: 1px solid !important;
    text-align: center !important;
}
