@charset "utf-8";

/* 영문 */
html:lang(en) * {
    font-family: 'Noto Sans', sans-serif;
}
/* 일문 */
html:lang(ja) * {
    font-family: 'Noto Sans JP', sans-serif;
}

/* main.html */
html:lang(ja) .scheduler-table .card-container .card-body p {
    font-size: 10px;
    max-height: 30px;
    overflow: hidden;
    white-space: pre-wrap; 
    text-overflow: ellipsis;
}

html:lang(ja) .scheduler-table .card-container .card-body .txt-memo {
    font-size: 10px;
}
html:lang(ja) .form_color_info__sub ul li {
    width: auto;
    flex: auto;
}
html:lang(ja) .form_color_info__sub ul li p {
    padding: 0 2px;
}