@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("watch.impress.co.jp") {
/* image crud cleaner*/
body:not([topmargin]) > *:not(img) {
  display: none !important
}
body:not([topmargin]) {
  font-size: 0 !important;
}
/* everything above the silver bar */
body > script + table {
  display: none !important;
}
/* hide the right column */
tr > td:last-child[width="300"] {
  display: none !important;
}
/* hide the weekly topics */
td[width="468"] > table:first-child {
  display: none !important;
}
/* let things stretch out */
table[width="960"] {
  width: 100% !important;
}
td[width="468"], td[width="468"] *  {
  width: auto !important;
}
}