@CHARSET "UTF-8";

#tbl-council tr[data-is_material="1"]{
   display:none;
}
#council_type_select > option[value^="/0/2/"] {
    display: none;
} 


/*「発言内容」を非表示*/
tr#tr-speech {
  display: none;
}
/*「資料内容」を非表示*/
tr#tr-material{
 display: none;
}
/*「資料種類を非表示」*/
table#tbl-material-type {
     display: none;
}

/*「開会閉会」を非表示*/
table#tbl-council-type tr:nth-child(4) {
 display:none
}

button#arrow-committee.but-arrow.abut-back-silver.bd-thema{
display: none;
}

button#btn-change-password {
     display: none;
 }
