/* 広告関連と思われる要素を非表示にする */
div[id*="ad"], 
div[class*="ad"], 
iframe, 
ins, 
#footer_ad, 
.footer_ad {
  display: none !important;
}
