/* 忍者アクセス解析(shinobi)のトラッキングピクセル・バナーを非表示 */
body > div:has(> img[src*="shinobi.jp"]) {
	display: none !important;
}

body > noscript:has(a[href*="shinobi.jp"]) {
	display: none !important;
}
