ソートに使用しない板ヘッダー項目を非表示にするcss
タイトル、お気に入り、記者、ワッチョイ
.list-header {
padding: 0;
.title,
.star,
.publisher,
.slipflag {
display: none;
}
}