.join {
  position: relative;
  background-image: url(../img/join_bg.png);
  background-position: center top;
  display: block;
  overflow: hidden;
  padding: 5%;
  box-sizing: border-box;
}
.join_1 {
  margin: 60px auto;
}
.join_2 {
  margin: 60px auto;
}
.join_3 {
  float: right;
  margin: 5px 20px 60px 0;
}
.join_4 {
  float: left;
  margin: 5px 10px 10px 10px;
}
@media screen and (max-width: 1000px) {
  .join_3 {
    margin: 5px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .join_3 {
    max-width: 100%;
    float: none;
    margin: 0 auto 30px;
    text-align: center;
  }
  .join_3 img {
    display: block;
    margin: auto;
  }
  .join_4 {
    max-width: 26%;
  }
}

#form_action {
  float: left;
}

#submit_this {
  background-image: url(../img/submit_this.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  width: 100px;
  height: 102px;
  display: inline-block;
  text-indent: -9999px;
  margin: 10px 10px 10px 60px;
}
#reset_this {
  background-image: url(../img/reset_this.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  width: 67px;
  height: 67px;
  display: inline-block;
  text-indent: -9999px;
  margin: 10px 0;
}








input select {
	vertical-align: middle
}
input:focus , select:focus {
  background-color: #fff9e5;
}

input[type=text] ,
input[type=password]
{
	font-size: 16px;
  height: 32px;
	font-weight: bold;
	width: 300px;
	padding-left: 10px;
  border: solid 1px #99d6f6;
	margin: 5px 10px 0 0;
}
@media screen and (max-width: 767px) {
  input[type=text] ,
  input[type=password]
  {
    width: 290px;
  }
}
label {
	margin: 0 10px 0 0;
}
.label {
  display: inline-block;
  width: 50px;
  font-weight: bold;
  color: #f47c2f;
}


.row {
	display: block;
	padding: 5px 0;
  overflow: hidden;
}
