@charset "UTF-8";

img {
  max-width: none !important;
}
a.mouse-over:hover img {
  filter: alpha(opacity=70);
  background: #fff; /* IE8以下でopacity使用の際に透過PNGが黒くなる場合の対処法 */
}

.mgm-icon a.mouse-over:hover * {
  filter: alpha(opacity=100);
}
