@CHARSET "UTF-8";

/* --------------カスタマイズ用CSS---------------- */
button#btn-change-password {
     display: none;
}

 /*「他会議」を非表示*/
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(7) {
     display: none;
 }
 th#th-cond-council+td label:nth-child(8) {
     display: none;
 }

/*「委員会（全て）」を非表示*/
table#tbl-council-type tr:nth-child(3) { display:none }
/*「開会閉会」を非表示*/
table#tbl-council-type tr:nth-child(4) { display:none }

/*「常任委員会」を非表示*/
table#tbl-council-type tr:nth-child(5) { display:none }

/*「特別委員会」を非表示*/
table#tbl-council-type tr:nth-child(7) { display:none }
/*「他議会を非表示」*/
table#tbl-council-type tr:nth-child(8) { display:none }


#committee_list_title{
   display:none;
}
