@charset "utf-8";

/* CSS Document */

.mainTitle {
  background: url(../img/models/main_bg.jpg) no-repeat;
}
.modelsList dl {
  float: left;
  width: 300px;
  margin-right: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.modelsList dl:nth-child(3n) {
  margin-right: 0;
}
.modelsList dd {
  padding-top: 5px;
  font-size: 24px;
}
.modelsList dd span {
  display: block;
}
.modelsSide {
  float: left;
  width: 300px;
}
.modelsSide dt {
  margin-bottom: 10px;
}
.modelsSide dd {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
.modelsSide dd span {
  display: block;
}
.modelsSide .plofile {
  margin: 0 25px 30px;
  line-height: 2.0;
}
.snsList li {
  float: left;
  width: 26.6666%;
  margin-right: 10%;
}
.snsList li:last-child {
  margin-right: 0;
}
.modelsContents {
  float: right;
  width: 650px;
}

.buttonList {
  margin-bottom: 30px;
}
.buttonList li {
  width: 49%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #000;
  line-height: 45px;
}
.buttonList li a {
  display: block;
  color: #fff;
  background: #898989;
}
.buttonList li a:hover {
  background: #000;
}
.buttonList li:last-child {
  float: right;
}
.modelsContents .text {
  margin-bottom: 40px;
  font-size: 18px;
}
.modelsProfile dt {
  font-size: 25px;
  border-left: 4px solid #000;
  padding-left: 15px;
  margin-bottom: 15px;
}
.modelsProfile dd {
  margin: 0 15px 35px;
}
.button a {
  display: block;
  width: 250px;
  background: #000;
  line-height: 45px;
  color: #fff;
  border: 0;
  text-align: center;
  margin: 0 auto;
}
.point {
  text-align: right;
  font-size: 12px;
}
.photoList {
  margin-bottom: 50px;
}
.photoList li {
  width: 30%;
  float: left;
  margin-right: 5%;
  margin-bottom: 3%;
}
.photoList li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .mainTitle {
    background: url(../img/models/main_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .modelsList dl {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
  }
  .modelsList dl:nth-child(2n) {
    margin-right: 0;
  }
  .modelsList dl:nth-child(3n) {
    margin-right: 2%;
  }
  .modelsList dd {
    padding-top: 5px;
    font-size: 16px;
  }
  .modelsSide {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .modelsSide dt {
    margin: 0 25%;
    text-align: center;
  }
  .modelsSide dd {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .modelsSide .plofile {
    margin: 0 0 15px;
    text-align: center;
  }
  .modelsContents {
    float: none;
    width: 100%;
  }

  .buttonList {
    margin-bottom: 15px;
  }
  .buttonList li {
    width: 49%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #000;
    line-height: 30px;
  }
  .buttonList li a {
    display: block;
    color: #fff;
    background: #898989;
  }
  .buttonList li a:hover {
    background: #000;
  }
  .buttonList li:last-child {
    float: right;
  }
  .modelsContents .text {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .modelsProfile dt {
    font-size: 20px;
    border-left: 2px solid #000;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .modelsProfile dd {
    margin: 0 10px 20px;
  }
  .snsList {
    margin: 0 25%;
  }
  .snsList li {
    float: left;
    width: 26.6666%;
    margin-right: 10%;
  }
  .snsList li:last-child {
    margin-right: 0;
  }
  .button a {
    display: block;
    width: 250px;
    background: #000;
    line-height: 30px;
    color: #fff;
    border: 0;
    text-align: center;
    margin: 0 auto;
  }
  .point {
    text-align: right;
    font-size: 12px;
  }
  .photoList {
    margin-bottom: 20px;
  }
  .photoList li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
  }
  .photoList li:nth-child(2n) {
    margin-right: 0;
  }
  .photoList li:nth-child(3n) {
    margin-right: 2%;
  }
  .photoList li:nth-child(6n) {
    margin-right: 0;
  }
}


