@charset "shift_jis";
/* CSS Document */

a.hoimg:hover {
  position: relative;
  text-decoration: none;
}

a.hoimg span.himg {
  display: none;
  position: absolute;
  top: 0em;
  left: 80px;
  /*right: 50px;*/
}

a.hoimg:hover span.himg {
  border: none;
  display: block;
  width: 240px;
}

a:hover img {
  opacity: 1;
}