/* CSS Document */
/*--------------------------------------------------------------------
  senior-introduction
--------------------------------------------------------------------*/
.senior-introduction .ownerList li {
  width: 23.5%;
  max-width: 200px;
  padding: 4px;
  margin-right: 2%;
  float: left;
  background: none;
  border-radius: 6px;
}
.senior-introduction .ownerList li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .senior-introduction .ownerList li {
    width: 49%;
    min-height: 300px;
    max-width: 100%;
    margin: 0;
  }
  .senior-introduction .ownerList li:nth-of-type(even) {
    float: right;
    margin-left: 2%;
  }
}
@media screen and (max-width: 320px) {
  .senior-introduction .ownerList li {
    min-height: 270px;
  }
}
.senior-introduction .ownerList li .tmb {
  border: 4px solid #003894;
  border-radius: 10px;
}
.senior-introduction .ownerList li .tmb img {
  width: 100%;
  border-radius: 6px;
}
.senior-introduction .ownerList li .obi {
  width: 100%;
  padding: 9px 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  background: #fff100;
  border-radius: 6px;
  color: #003894;
}
.senior-introduction .ownerList li .linkName {
  padding: 10px 0 6px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
  color: #003894;
  text-align: center;
}

/*# sourceMappingURL=senior-introduction.css.map */
