@charset "UTF-8";

body {
  background-color: white;
  touch-action: manipulation;		/* iPhone対策 */
  -webkit-touch-callout: none;		/* iPhone対策 */
}

/*
a:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity:0.8;
}
*/

.buttons {
  position: absolute;
}

.buttons:focus, 
.buttons:active {
  outline: none !important;
  box-shadow: none;
  transform: translate(4px, 4px);

}
.buttons:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity:0.8;
}
