/* marqueeタグを無効にする */
marquee {
  -moz-binding: none !important;
  display: block;
  height: auto !important;
}
