html[lang="ja"] {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.error-msg {
    width: 100%;
    color: red;
    font-size: 0.8rem;
}

table.dataTable thead tr {
    background-color: #f9f9f9;
}

.border-dotted {
    border-style: dotted !important;
}

#image_list.image-th-width {
    max-width: 100px; word-break: break-all;
}

.dropzone { text-align: center; }
