﻿
/* ------------------------------------------------------------------------- */
/*  チェックボックスのサイズ設定
/* ------------------------------------------------------------------------- */
.wj-cell-check {
    position: relative;
    margin: 0px !important;
    top: 40%;
    transform: translateY(10%) scale(2);
}




/* ------------------------------------------------------------------------- */
/*  FlexGridの枠線を非表示
/* ------------------------------------------------------------------------- */
.border_non_grid.wj-flexgrid {
    border: none;
}

.border_non_grid .wj-colheaders .wj-cell {
    border: none;    
    background-color: transparent;
}

.border_non_grid .wj-rowheaders .wj-cell {
    border: none;
    background-color: transparent;
}

.border_non_grid .wj-cells .wj-cell {
    border: none;
    background-color: transparent;
}

.border_non_grid .wj-state-selected {
    background-color: transparent;
}
/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */


/* ------------------------------------------------------------------------- */
/*  カラムヘッダのテキストを縮小
/* ------------------------------------------------------------------------- */
.colheaders_font_size_small .wj-colheaders .wj-cell {
    font-size: small;
}
/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */


/* ------------------------------------------------------------------------- */
/*  FlexGridのカラムヘッダの枠線を非表示
/* ------------------------------------------------------------------------- */
.colheaders_border_non_grid.wj-flexgrid {
    border: none;
    height: 300px;
}

.colheaders_border_non_grid .wj-colheaders .wj-cell {
    border-right: none;
    border-left: none;
    border-top: none;
    background-color: transparent;
}
/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */

.back_color {
    background-color: #fff200 !important;
}

.wj-header {
    background-color: #eee !important;
    
}

/*一覧のカラムヘッダー中央揃え*/
.wj-cell.wj-header {
    text-align: center !important;    
}

/* ------------------------------------------------------------------------- */
/*  タブレット用　調整行設定
/* ------------------------------------------------------------------------- */
.adjustment-row {
    height: 15px !important;
    background: #eeeeee !important;
}

.adjustment-padding {
    padding-left: 6px !important;
}
