@charset "utf-8";
#cast {
  max-width: 1000px;
  min-width: 840px;
  margin: 0 auto;
}
#girls_inner {
  margin: 44px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: none;
  border: none;
  padding: 0;
}
.girls_box {
  width: 24%;
  margin: 0 1% 40px 0;
}
.girls_box:nth-child(4n) {
  margin-right: 0;
}
.girls_box .image {
  border: 3px solid transparent;
}
.profile {
  background-color: transparent;
  padding: 20px 5px;
  border-bottom: 1px solid transparent;
}
.profile p {
  text-align: center;
}
.profile p.name {
  font-weight: bold;
}
.profile p.size {
  font-size: 14px;
}
.girls_box .image {
  position: relative;
}
@media screen and (max-width:1420px) {
  #cast {
    width: 96%;
  }
}
@media screen and (max-width:1260px) {
  .profile p.size {
    font-size: 12px;
  }
}
@media screen and (max-width:1100px) {
  .profile p.name {
    font-size: 14px;
  }
  .profile p.size {
    font-size: 10px;
  }
}