body {
  background-image: url("../images/bg01.jpg");
  /* background-color: #dddddd; */
  /* background-color: #110000; */
  height: 300%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;/*Chrome,Safari*/
  -ms-text-size-adjust: 100%;/*EgdeMobile*/
  -moz-text-size-adjust: 100%;/*firefox*/
}

a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.1s;
}

a:visited {
  color: #ffffff;
}

a:hover {
  color: #ffaaff;
}

a:active {
  color: #ffaaff;
}

.titlezone {
  width: 640px;
  text-align: center;
  margin: 20px auto 20px auto;
}

.title {
  vertical-align:top;
}

.basewaku {
  width: 800px;
  background-color: rgba(10,0,0,0.3);
  /* background-color: rgba(255,230,230,0.3); */
  margin: 20px auto 20px auto;
  border-radius: 40px 40px 40px 40px;
  text-align: center;
}

.btnarea {
  width: 700px;
  margin: 20px auto 20px auto;
  padding: 20px;
  /* background-color: rgba(0,0,0,0.7); */
  text-align: center;
}

.btnimg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btnimg:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#textfooter {
  text-align: center;
  color: #333333;
  margin: 20px;
}

.pplink {
  color: #0000ff;
  font-weight: bold;
}

.pplink:visited {
  color: #0000ff;
}

.pplink:hover {
  color: #ff00ff;
}

.pplink:active {
  color: #0000ff;
}


@media screen and (orientation: portrait) {
  #textfooter {
    text-align: center;
    color: #333333;
    margin: 20px;
    font-size: 3vmin;
  }
}
