@charset "UTF-8";

body {
  background-color: #7464BC;
}

.buttons {
  position: absolute;
}

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

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

.container {
  margin: 0 auto;
  padding: 0;
  max-width: none !important;	/* app.cssでの指定を打消 */
}

.area-contents {
  text-align: center;

  display: flex;
  flex-direction: column;
}
