@charset "UTF-8";
/* CSS Document */
.initiallist{
	margin-top:30px;
	display:flex;
	border-bottom:1px solid var(--bordergray);
}
.initiallist li{
	width:60px;
	text-align: center;
	padding-bottom:10px;
}
.modellist{
	display:block;
	width:100%;
	margin-top:30px;
	border-bottom:1px solid var(--bordergray);
}
.modellist::after{
	clear:both;
	display:block;
	content:"";
}

.modellist li{
	width:160px;
	padding-bottom:30px;
	float:left;
}
.modellist li a{
	display:block;
}
.modellist li .thumb{
	text-align: center;
	
}
.modellist li .thumb img{
	width:80px;
/*
	height:80px;
*/
}
.modellist li .actress{
	text-align:center;
	padding-top:15px;
}


@media screen and (max-width:599px){
.initiallistwrap{
		width:100%;
		overflow-x:scroll;
	}
.modellist li{
	width:33%;
}
.modelbox h2{
		padding-left:var(--fsbase);
	}
}