html, body {
    font-family: "Meiryo", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 12px;
}

/* ヘッダの下線(結合ヘッダで色がおかしくなるので) */
th {
    border-bottom-color: #dee2e6 !important;
}

/* カレンダーの表示位置を固定ヘッダ分下にずらす */
.datepicker-dropdown{
    margin-top: 75px !important;
}
