>>19
//新着レスのレス番号を太字にする
.thread-item, .popup-main {
.newly {
.res-num {
font-weight: bolder;
}
}
}