@CHARSET "UTF-8";

/*「資料」を非表示*/
th#th-cond-council+td label:nth-child(9) {
    display: none;
}
th#th-cond-council+td label:nth-child(10) {
    display: none;
}
/*「委員会（全て）」を非表示*/
table#tbl-council-type tr:nth-child(3) {
display:none
}
 /*「開会閉会」を非表示*/
table#tbl-council-type tr:nth-child(4) {
display:none
}


/* --------------カスタマイズ用CSS---------------- */