
.backgorund{
  position: relative;
  margin: 0;
  padding: 0;
}

.main{
  position: relative;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.content{
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px;
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}

.NAME{
  margin: 10px;
  margin-top: 0px;
  width: 80%;
  position: relative;
  left: 5%;
  height: 35px;
}

.PHONE{
  margin: 10px;
  margin-top: 20px;
  width: 80%;
  position: relative;
  left: 5%;
  height: 35px;
}

.AGE_SELCT{
  margin: 10px;
  position: relative;
  left: 5%;
  border-radius: 6px;
  margin-top: 20px;
  border: color red;
}

.Age {
  border-radius: 6px;
  border: color red;
}

.submit{
  position: relative;
  left: 5%;
}


.ITEAM_SELECT{
  margin: 10px;
  margin-top: 20px;
  max-width: 50px;
  height: 30px;
  width: 100%;
  position: relative;
  left: 5%;
}

.event_check{
  margin-top: 10px;
  position: relative;
  left: 5%;
  color: #fff;
}

.solo{
 color: #fff;
}

.access{
  position: relative;
  margin-top: 10px;
  padding: 0;
  left: 5%;
  overflow: auto; 
  width: 80%; 
  height: 150px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 8px;
  
}
.access h2{
  left: 5px;
  font-size: 0.85em;
  
}
.access p{
  left: 5px;
  font-size: 0.75em;
  
}

#input{
  border-radius: 1em;
  width: 100%;
  height: 100%;
}


#footer{
  background: #fff;
  padding-bottom: 100px;
}

.mx_wrap {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
}

#footer p, address {
  font-size: 0.75em;
  color: #666;
  margin: 5px 0;
}

#footer strong {
  display: block;
  font-size: 20px;
  color: #555;
  margin-bottom: 10px;
}

#footer .copyright {
  position: relative;
  bottom: 0;
  right: 0;
  font-size: 0.75em;
  color: #777;
}

.footer_logo {
  position: relative;
  width: 20%;
  margin: 0 auto;
  padding: 0px 0;
}