@charset "UTF-8";
.TOP {
  position: relative;
}
.TOP img {
  width: 100%;
}
.TOP p {
  position: absolute;
  color: white;
  top: 360px;
  left: 15px;
  font-size: 12px;
  text-align: left;
}
.NID img {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.NID {
  position: relative;
}
.NID p {
  position: absolute;
  color: white;
  top: 160px;
  left: 15px;
  font-size: 18px;
}
.NIDnext img {
  width: 100%;
}
.NIDnext {
  position: relative;
}
.NIDnext p {
  position: absolute;
  color: #4C4847;
  top: -6px;
  left: 183px;
  font-size: 12px;
}
.person img {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.person {
  position: relative;
}
.person p {
  position: absolute;
  color: white;
  top: 160px;
  left: 18px;
  font-size: 16px;
}
.personnext img {
  width: 100%;
	margin-bottom: 10px;
}
.personnext {
  position: relative;
}
.personnext p {
  position: absolute;
  color: #4C4847;
  top: -6px;
  left: 200px;
  font-size: 12px;
}
.bar {
  color: #4C4847;
  text-align: center;
  font-size: 13px;
  line-height: 2px;
  background-color: #EBEBEC;
  padding: 15px 15px;
}