/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.3.x style)
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=843d5d5f");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=d6d1338b");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=c9d32cba");





/* Tayopi: 投稿画面の不要なBBCodeボタンを非表示 */
#format-buttons .bbcode-code,
#format-buttons .bbcode-list,
#format-buttons .bbcode-list-,
#format-buttons .bbcode-asterisk,
#format-buttons .bbcode-color,
#format-buttons .bbcode-size {
	display: none !important;
}

/* 文字色パレットも非表示 */
#colour_palette {
	display: none !important;
}



/* Tayopi: スレッド内投稿番号 */
.tayopi-post-number {
	display: inline-block;
	margin-right: 0.55em;
	font-size: 1.1em;
	font-weight: 700;
	text-decoration: none;
}

.tayopi-post-number:hover {
	text-decoration: underline;
}



/* Tayopi: 投稿横のプロフィール列を丸ごと非表示 */
.postprofile {
	display: none !important;
}

/* プロフィール列を消した分、投稿本文を横いっぱいに広げる */
.postbody,
.has-profile .postbody {
	width: 100% !important;
	float: none !important;
}




/* Tayopi: TOPページ下部の統計データを非表示 */
.stat-block.statistics {
	display: none !important;
}







