@CHARSET "UTF-8";

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

#tbl-material {
	display:none;
}

#tr-minute {
	display:none;
}

#tr-speech {
	display:none;
}

.tr-committee.back-white-shadow {
	display:none !important;
}

.NOWRAP {
	white-space: nowrap;
}

.TOP {
	vertical-align: top
}

.CENTER {
	text-align:center !important;
}

.RIGHT {
	text-align:right !important;
}

/* 会議録表示　発言一覧　非表示 */
button#tab-minute-list {
     display: none;
}

/* 会議録表示　発言単位（２画面）　非表示 */
button#tab-minute-speech {
     display: none;
}

/* リンク一覧　非表示 */
button#tab-link-list {
     display: none;
}

/* 付箋一覧　非表示 */
button#tab-post-it-list {
     display: none;
}

/* 似た発言で探す　非表示 */
button#tab-similar {
     display: none;
}

/* 付箋登録　非表示 */
button#btn-put-post-it {
     display: none;
}

/* URL表示　非表示 */
button#btn-view-url {
     display: none;
}

/* リンク貼付 */
button#btn-put-link {
     display: none;
}

/* よく入力されるキーワード　非表示 */
a#ranking-words {
     display: none;
}

/* 発言によく出てくるキーワード　非表示 */
a#trend-words {
     display: none;
}

/* 表中の改行　無効化 */
pre table td, pre table th{
   white-space: normal;
}

/*フッター非表示*/
#sp-footer {
    display:none;
}

/*話題のキーワード非表示(スマホ版用)*/
#keyword_list_title{
    display:none
}
