/*
 * カスタム投稿管理画面側のCSS
 */
table {
    background-color: #fff;
}
table th.active {
    background-color: #ddd !important;
}
.post_item {
    border: 1px solid #000;
    margin-bottom: 20px;
}
.modal-body {
    /*margin: 0;*/
    /*padding: 0;*/
}
.garally_images{
    border:3px dotted #396077;
    min-height: 200px;
    padding: 0px !important;
    /*display: flex;*/
    position: relative;
}
.garally_images::after{
    clear: both;
}
.garally_images .garally_image{
    float:left;
    margin: 10px;
    position: relative;
    width:150px;
}
.garally_images .custompost_garally_thumb{
    height: 150px;
    width: 150px;
    object-fit: cover;
}
.garally_images .dz-default{
    clear: both;
    position: relative;
    width: 100%;
}