/* line 3, ../sass/reg-style.scss */
.reg_tab {
  margin: 20px 100px;
  color: #435a6b;
  font-size: 16px;
}
/* line 9, ../sass/reg-style.scss */
.reg_tab span {
  font-size: 12px;
  color: #a52a2a;
}
/* line 11, ../sass/reg-style.scss */
.reg_tab .reg_tr {
  height: 52px;
  vertical-align: middle;
}
/* line 15, ../sass/reg-style.scss */
.reg_tab .reg_tr .reg_td02 {
  width: 100%;
  padding: 0 320px;
  vertical-align: middle;
}
/* line 23, ../sass/reg-style.scss */
.reg_tab .reg_name {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  width: 150px;
  height: 20px;
  color: #666;
  font-size: 16px;
  overflow: hidden;
}

.reg_tab .reg_name2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  width: 300px;
  height: 20px;
  color: #666;
  font-size: 16px;
  overflow: hidden;
}

/* line 36, ../sass/reg-style.scss */
.reg_tab .sel_year {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  width: 80px;
  height: 30px;
  color: #666;
  font-size: 16px;
}
/* line 47, ../sass/reg-style.scss */
.reg_tab .sel_month, .reg_tab .sel_day {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  width: 60px;
  height: 30px;
  color: #666;
  font-size: 16px;
}
/* line 58, ../sass/reg-style.scss */
.reg_tab .reg_mail, .reg_tab .reg_work {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  width: 300px;
  height: 20px;
  color: #666;
  font-size: 16px;
  overflow: hidden;
}

.reg_tab .reg_mail2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  width: 600px;
  height: 20px;
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
/* line 71, ../sass/reg-style.scss */
.reg_tab .reg_pic {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  height: 20px;
  width: 200px;
  color: #435a6b;
  font-size: 16px;
}
/* line 81, ../sass/reg-style.scss */
.reg_tab .reg_ans1, .reg_tab .reg_ans2, .reg_tab .reg_ans3 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  width: 800px;
  height: 200px;
  text-align: left;
  color: #666;
  font-size: 16px;
  overflow: hidden;
}

.reg_tab .reg_ans4 {
	display:none;
}

.reg_tab .reg_ans5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  width: 600px;
  height: 50px;
  text-align: left;
  color: #666;
  font-size: 16px;
  overflow: hidden;
}

/* line 95, ../sass/reg-style.scss */
.reg_tab .submitnreset {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #435a6b;
  border: 1px solid #ddd;
  padding: 5px;
  width: 80px;
  height: 30px;
  color: #fff;
  font-size: 16px;
}

/* line 109, ../sass/reg-style.scss */
#container #main .cont .reg_tab .reg_tr #agree a {
  text-decoration: none;
  color: #09F;
}

/* line 110, ../sass/reg-style.scss */
#container #main .cont .reg_tab .reg_tr #agree a:hover {
  color: #F60;
  text-decoration: none;
}
