@charset "utf-8";

body {
  background-color: black;
}

a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  opacity:0.8;
}

.contents {
}

.container-fluid {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}

.buttons {
  position: absolute;
}

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

}

/* 1001px未満 */
@media screen and (max-width: 1001px) {
}
