.main-area {
    display: block;
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 100px 0;
}
.main-area .staff_snap{
  padding-top: 
}
.main-area .staff_snap .ttl-main {
    margin-bottom: 59px;
}
.main-area .staff_snap .ttl-main {
    font-family: 'Crimson Text', serif;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.07em;
    font-weight: 500;
}
.main-area .staff_snap ul{
    display: flex;
    flex-flow: wrap;
    /*width: 1011px;*/
    margin-left: -20px;
}
.main-area .staff_snap ul li{
  width: 235px;
  margin: 0 0 20px 20px;
}
.main-area .staff_snap ul li img{
  width: 100%;
}
.main-area .staff_snap p.caption{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 10px 0 30px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.PageDescription {
    font-size: 12px;
    line-height: 17px;
    margin-top: 30px;
    text-align: center;
}

/*身長ソート*/
.main-area .staff_snap .staff_heiht{
width: 1000px;
    margin-bottom: 25px;
}

.main-area .staff_snap .staff_heiht ul.height_list{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 544px;
    margin: 0 auto;
}
.main-area .staff_snap .staff_heiht ul.height_list li.search_item {
    display: block;
    padding: 3px;
    cursor: pointer;
    width: 180px;
    text-align: center;
    font-size: 28px;
    font-size: 17px;
    font-family: "Crimson Text", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    padding: 15px 0;
    letter-spacing: 0.02em;
    border-left: 1px solid #999;
    margin: 0;
}
.main-area .staff_snap .staff_heiht ul.height_list li.search_item:last-of-type {
    border-right: 1px solid #999;
}
.main-area .staff_snap .staff_heiht ul.height_list li.search_item.is-active {
    color: #000;
    background-color: #e2e2e2;
}
.main-area .staff_snap .is-hide {
    display: none;
}