/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 09 2026 | 04:44:03 */
/* メールアドレス欄を隠す */
.bbp-anonymous .bbp-author-email {
    display: none !important;
}

/* 掲示板内のアバター（プロフィール画像）を非表示にする */
.bbp-reply-author .avatar,
.bbp-topic-author .avatar {
    display: none !important;
}

/* 画像が消えた後の余白を調整する場合（左側のスペースを詰める） */
.bbp-reply-author {
    display: block;
    text-align: left !important;
}
/* 1. ランク表示（参加者、キーマスター等）を消す */
.bbp-reply-author .bbp-author-role,
.bbp-topic-author .bbp-author-role {
    display: none !important;
}

/* 2. 投稿日時（202x年x月x日 x:x PM等）を消す */
.bbp-reply-post-date,
.bbp-topic-post-date {
    display: none !important;
}

/* 3. 管理者に表示されるIPアドレスを消す */
.bbp-author-ip {
    display: none !important;
}

/* 補助：日時を消した後の不自然な記号「|」や余白を微調整する */
.bbp-reply-header .bbp-meta {
    font-size: 0; /* 文字としてのセパレーターを消す */
}
.bbp-reply-header .bbp-reply-permalink {
    font-size: 12px; /* リンク（#番号）だけ再表示させる場合 */
}