@CHARSET "UTF-8";
h2#committee_list_title {
     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;
}

/*「資料」を非表示*/
th#th-cond-council+td label:nth-child(9) {
    display: none;
}
th#th-cond-council+td label:nth-child(10) {
    display: none;
}


/*「パスワード変更ボタン」を非表示*/
button#btn-change-password {
    display:none;
}

/* --------------繧ｫ繧ｹ繧ｿ繝槭う繧ｺ逕ｨCSS---------------- */