@charset "utf-8";

.contents .buttonArea {
  /*width:330px !important;*/
  /*text-align: center !important;*/
  /*margin: 10px auto !important;*/

  text-align: center;
  width: 100%;
}

.contents input.btn_1[type="submit"]{
  float:none;
}

@media screen and (max-width: 641px) {
/*
  .returnButton {
    width:230px;
  }
*/

.returnButton {
  position:relative;
  top:80px;
	width:230px;
}
.reminderButton {
  position:relative;
  top:-50px;
  
}

}