@charset "utf-8";
/**
 * 案件ごとに特殊なスタイルが必要な場合はココに記述する
 */

.search-block {
}
    .search-block dt {
        margin-bottom: 5px;
    }
.list-table {
    font-size: .8em;
}

.post-wrap {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
    min-height: 500px;
}

.post-info {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
}

.post-cont {
    margin-left: 320px;
}
    .cont-block {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid #ddd;
        position: relative;
        cursor: move;
    }
    .cont-block:hover {
        background: #f5f5f5;
    }
        .cont-block p {
            margin: 0;
        }
        .cont-block ul {
            margin-bottom: -8px;
        }
        .cont-block li {
            margin-bottom: 8px;
        }

        .cont-block .cont-inner {
            margin-right: 60px;
            position: relative;
        }
            .cont-block .cont-inner .ph {
                position: absolute;
                width: 120px;
                height: 120px;
                left: 0;
                top: 0;
                background: #eee;
                overflow: hidden;
            }
                #content .cont-block .cont-inner .ph a {
                    display: block;
                    width: 120px;
                    height: 120px;
                }
                #content .cont-block .cont-inner .ph img {
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto;
                    max-width: 120px;
                    max-height: 120px;
                }
            .cont-block .cont-inner .info {
                min-height: 130px;
                margin-left: 130px;
            }
            .cont-block li.lv_input {
            }
                .cont-block li.lv_input label {
                    display: table;
                    width: 100%;
                }
                    .cont-block li.lv_input span {
                        display: table-cell;
                        vertical-align: middle;
                    }
                    .cont-block li.lv_input span.label {
                        width: 1px;
                        white-space: nowrap;
                        padding-right: 10px;
                    }
                        .cont-block li.lv_input span input {
                            vertical-align: middle;
                        }
        .cont-block .btn-list {
            position: absolute;
            right: 15px;
            top: 15px;
            text-align: center;
        }

    .cont-line {
        background: #ddd;
        padding: 10px 15px;
    }
    .cont-line:hover {
        background: #d0d0d0;
    }
        .cont-line .btn-list {
            top: 7px;
        }

    .cont-loading {
    }
    .cont-loading:hover {
        background: #fff;
    }
        .loading-cover {
            display: none;
        }
        .cont-loading .loading-cover {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba( 0, 0, 0, .2 );
        }
        .cont-loading .loading-cover:after {
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -.5em 0 0 -.5em;
            content: "\f110";
            display: inline-block;
            font: normal normal normal 24px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-animation: spin .8s linear infinite;
            -moz-animation: spin .8s linear infinite;
            -ms-animation: spin .8s linear infinite;
            -o-animation: spin .8s linear infinite;
            animation: spin .8s linear infinite;
        }
        @-webkit-keyframes spin {
            0% {-webkit-transform: rotate(0deg);}
            100% {-webkit-transform: rotate(360deg);}
        }
        @-moz-keyframes spin {
            0% {-moz-transform: rotate(0deg);}
            100% {-moz-transform: rotate(360deg);}
        }
        @-ms-keyframes spin {
            0% {-ms-transform: rotate(0deg);}
            100% {-ms-transform: rotate(360deg);}
        }
        @-o-keyframes spin {
            0% {-o-transform: rotate(0deg);}
            100% {-o-transform: rotate(360deg);}
        }
        @keyframes spin {
            0% {transform: rotate(0deg);}
            100% {transform: rotate(360deg);}
        }
    .cont-error {
        background: #f2dede;
        border: 1px solid #ac2925;
        color: #ac2925;
    }
    .cont-error:hover {
        background: #f2dede;
    }

#file_upload_input {
    display: none;
}

#drop_mask {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255,240,0,.5);
    display: none;
    z-index: 1;
}


.btns {
    font-size: 0;
}
    .btns a {
        font-size: 14px;
        margin: 0 2px;
    }

/**
 * 権限管理
 */
.permit-user-select {
}
    .permit-user-select .permit-col select,
    .permit-user-select .config-col a {
        display: none;
    }

/**
 * ユーザ管理
 */
.input-table {
}
    .input-table table {
    }
        .input-table table.table th {
            width: 12%;
            padding: 22px 15px 15px 15px;
            vertical-align: top;
        }
        .input-table table.table td {
            width: 38%;
            padding: 15px;
            vertical-align: top;
        }
            .input-table .select2-container {
                font-size: 1.2em;
            }

/**
 * SELECT2に上書き
 */
.select2-container {
    width: 100%;
}
.select2-results li {
    margin-bottom: 0;
    white-space: nowrap;
}