@charset "UTF-8";

.cssskin-staff_profile  {
  color: #000000;
  background-color: #ebdfba;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 20px;
  padding-top: 10px;
}

.cssskin-staff_profile img {
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.cssskin-staff_profile .c-small_headline {
  font-size: 12px;
  line-height: 1.3;
}

.cssskin-staff_profile .c-enclosure {
  background-color: #ffffff;
  border: 1px solid #fff;
  padding: 5px;
  font-weight: normal;
  margin-bottom: 5px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.5;
}

.cssskin-staff_profile .c-lead {
  background-color: #4c1130;
  border: 1px solid #4c1130;
  padding: 5px;
  font-weight: normal;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #fff;
}

@media only screen and (max-width: 641px) {
.cssskin-staff_profile .c-body {
  font-size: 12px;
  color: #000000;
}

.cssskin-staff_profile  {
  margin: 10px;
}

}
