.search-button {
    margin:23px 0 0 auto;
}
.fa-check-circle:before {
    color: #36c172;
    font-size: 1.5em;
}
.finish-Layout {
    font-size: 1em;
}
.status {
    padding: .375rem 0;
}
.form-status {
    margin-right: 1em;
}

.ky-wide-table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.ky-container {
    margin:20px;
}

.ky-finish {
    margin-bottom:5px;
}

/* モーダル コンテンツエリア */
#modal-content {
    display: none;
    width: 80%;
    height: 80%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #666666;
    position:fixed;
    z-index: 2;
}

/* モーダル 背景エリア */
#modal-bg {
    display:none;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    position:fixed;
    top:0;
    left:0;
    z-index: 1;
}

table tbody tr.back0 {
    background-color: #eee;
}

table tbody tr.back1 {
    background-color: #fff;
}

table tbody tr.back2 {
    background-color: #dbffff;
}

th:hover{
    cursor: move;
}