@CHARSET "UTF-8";

/* --------------カスタマイズ用CSS---------------- */


/* カスタマイズ名：「他会議」を非表示  */

th#th-cond-council+td label:nth-child(5) {
    display: none;
}
th#th-cond-council+td label:nth-child(6) {
    display: none;
}

/* カスタマイズ名：「資料」を非表示 */

th#th-cond-council+td label:nth-child(9) {
    display: none;
}
th#th-cond-council+td label:nth-child(10) {
    display: none;
}
