@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://itpro.nikkeibp.co.jp/article/") {

/* ======== 中央カラム ======== */
#kijiBox {
    margin-bottom: 5em !important;
}
/* ======== 右カラム ======== */
/* xxxの最新記事の上の余白 → ランキングにも適用されるのでnthで指定する必要あり */
/*#subContent .editorArea {
    margin: 5px 0px !important;
}*/


#header,                      /* ヘッダー */
#sideNavi > [class],          /* 左カラム - Focus,特番/イベント, など */
#sideNavi > [id],             /* 左カラム - 注目のトピックス,協力メディア など */
#sideNavi > a > img,          /* 左カラム - ITpro Premium 詳細はこちら */
.leafTitleBox,                /* 中央カラム - テーマタイトル */
.themeTopic,                  /* 中央カラム - PR xxxのトピックス */
.leafNaviTop > .printLink,    /* 中央カラム - 上プリントボタン */
.leafNaviTop > .socialBtnArea,/* 中央カラム - 上SNSボタン */
.snsBottom,                   /* 中央カラム - 下SNSボタン */
#focusSponser,                /* 中央カラム - ※用途不明 */
#weeklyTopic,                 /* 中央カラム - PR 今週のトピックス */
#socialCommentArea,           /* 中央カラム - SNSコメント */
#relationKeyword,             /* 中央カラム - 関連キーワード */
#actLink,                     /* 中央カラム - おすすめの記事 from ITpro Active */
#bottomPickup09,              /* 中央カラム - PR ピックアップコンテンツ */
#themePickup,                 /* 右カラム - PR ピックアップコンテンツ */
#specialPickup,               /* 右カラム - PR スペシャルピックアップコンテンツ */
#snsBox,                      /* 右カラム - Twitterもチェック */
#recInfo,                     /* 右カラム - 日経BP社からのお知らせ */
#siteInformation,             /* フッター - フッターの上のSite Infomation */
#footer,                      /* フッター */
    /*
    下記の4つについては、Adblock Plus リストの「日本向けフィルタ by 豆腐」を参考に書いてあります。
        
    Adblock Plus のフィルタリストを公開してます + メモ帳
    http://tofukko.blog113.fc2.com/blog-entry-1.html
    */
div[class^="rectangle"],/* Ad */
a[href^="http://bizad.nikkeibp.co.jp"],
a[href*="/ad_"],
a[href*="/ad/"]{
    display: none !important;
}
}