body {
  background-image: url("../images/bgpp.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: #0000ff;
  transition: color 0.1s;
}

a:visited {
  color: #0000ff;
}

a:hover {
  color: #ff00ff;
}

a:active {
  color: #ff00ff;
}

.titlezone {
  width: 640px;
  text-align: center;
  margin: 20px auto 20px auto;
}

.title {
  vertical-align:top;
}

.basewaku {
  width: 800px;
  background-color: rgba(0,0,0,0.2);
  /* background-color: rgba(0,0,0,0.7); */
  margin: 20px auto 20px auto;
  border-radius: 40px 40px 40px 40px;
  text-align: left;
}

.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);
}

.segset {
  margin: 20px auto 0px auto;
  padding: 20px 0px 0px 0px;
  /* background-color: #ffff00; */
}

.seghead {
  color: #000000;
  font-size: 3vmin;
  margin: 0px 20px 20px 20px;
  /* background-color: #0000ff; */
  border-bottom: solid 1px #ffffff;
}

.segmain {
  color: #000000;
  font-size: 2.5vmin;
  margin: 20px 20px 20px 40px;
  /* background-color: #ff0000; */
  padding-left:-1em;
  text-indent:1em;
}

.ulm {
  padding-left: 3vmin;
  text-indent:0em;
  list-style-type: disc;
  list-style-position: outside;
}

#textfooter {
  text-align: center;
  color: #000000;
  margin: 20px;
}

@media screen and (orientation: portrait) {
  #textfooter {
    text-align: center;
    color: #000000;
    margin: 20px;
    font-size: 3vmin;
  }
}
