﻿@charset "UTF-8";
/*------------------------
　　画像クリックで入れ替え
------------------------*/
.img-hover {
  position: relative; }

.finger {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: url(../img/finger.png) right bottom no-repeat;
  background-size: 32px; }
  @media (max-width: 767px) {
    .finger {
      background-size: 20%; } }

.on-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0;
  display: none; }
/*# sourceMappingURL=jquery-mouseover.css.map */