@import "reset.css";
.img {
  width: 100%;
}
.w {
  margin: 0 25px;
}
.text-indent {
  text-indent: 2em;
  text-align: justify;
}
.tc {
  text-align: center;
}
.w1 {
  letter-spacing: .25em;
  margin-right: -0.25em;
}
.w3 {
  letter-spacing: 1.5em;
  margin-right: -1.5em;
}
.mt40 {
  margin-top: 20px;
}
.title {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
body {
  font-size: 14px;
}
.logo {
  margin: 14px 0;
}
.about {
  margin-top: 25px;
  text-indent: 2em;
  text-align: justify;
  font-size: 14px;
}
.about p {
  margin-top: 15px;
}
.resumeForm h1 {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
.resumeForm h2 {
  font-size: 15px;
  line-height: 30px;
  margin-top: 10px;
}
.rF-group {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2.5px 5px #bfc2c3;
  padding: 10px;
  font-size: 14px;
}
.rF-group textarea {
  width: 100%;
  height: 100px;
}
.inputGroup {
  border-bottom: 1px solid #eee;
  height: 25px;
  margin-top: 10px;
  position: relative;
}
.inputGroup label {
  line-height: 25px;
  position: absolute;
  left: 10px;
}
.inputGroup label span {
  width: 6em;
}
.inputGroup .iWidth {
  line-height: 25px;
  width: calc(100% - 7em - 20px/2);
  padding-left: 7em;
  padding-right: 10px;
  text-align: right;
}
.inputGroup input[type="date"] {
  height: 25px;
}
.inputGroup select {
  width: 100px;
  float: right;
  height: 100%;
  border: 0;
}
.photoBox .photo {
  margin: 0 auto;
  width: 75px;
  height: 75px;
  border: 1px solid #eee;
  background: url("../images/photo.png") no-repeat right bottom;
  background-size: 24px;
}
.photoBox input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.photoBox strong {
  color: #bf2122;
  font-size: 10px;
  font-weight: normal;
}
.submit {
  width: 100%;
  background: #009d36;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 40px;
  color: #fff;
  box-shadow: 0 2.5px 5px #bfc2c3;
  font-size: 15px;
  border-radius: 10px;
}
.content {
  padding-bottom: 55px;
}
.menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background: #3e9338;
}
.menu a {
  font-size: 16px;
  display: block;
  width: 33.33333333%;
  line-height: 45px;
  text-align: center;
  border-right: 1px solid #e7eff2;
  color: #fff;
}
.menu a:nth-of-type(3) {
  border: 0;
}
dl {
  margin-bottom: 15px;
}
dl dt {
  font-weight: 700;
}
dl dd {
  text-align: justify;
  margin-top: 5px;
}
dl strong {
  font-weight: 700;
}
.contact {
  border-top: 2px dashed #f5f5f5;
  padding-top: 20px;
}
.contact p {
  margin-bottom: 10px;
}
.fl {
  float: left;
}
.ml20 {
  margin-left: 70px;
}
.ml20 a {
  line-height: 15px;
}
