@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com")
{


	/*
	===== User stylesheet information =========================
	
	Name:        Twitter - http://twitter.com/
	Version:     2012-12-21
	Author:      Sakatori - http://az-store.nrym.org/
	Description: http://az-store.nrym.org/download/user-stylesheet/twitter/
	
	===========================================================
	*/

	/* 背景画像を非表示にする */
 body
	{
	background-image: none !important;
	}

	/* 左カラムにメインコンテンツ（ツイート）を表示する */
 .content-main
	{
	float: left !important;
	}
 .dashboard
	{
	float: right !important;
	}

	/* ヘッダー画像を入れたときのズレを修正 */
 #page-container .profile-card.profile-header
	{
	margin-right: 13px !important;
	}

	/* 左右入れ替え時のカラム落ちを防ぐ */
 #suggested-users
	{
	clear: none !important;
	}

	/* bio（自己紹介）の斜体を解除する */
 .bio
	{
	font-style: normal !important;
	}

	/* 投稿時間を表示する */
 .tweet-timestamp:after
	{
	content: "（"attr(title)"）" !important;
	}

	/* 広告非表示 */
 div[data-component-term="japanese_ad"]
,#j_ad
	{
	display: none !important;
	}


}