@charset "EUC-JP";

/************* castlist / 女の子ボックス ************/

ul.cast-list li.profile{
	width: calc(100% / 6 - 2px);
	height: auto;
	margin: 0px 1px 10px;
	position: relative;
	overflow: hidden; 
}
@media screen and (max-width: 1480px){
	ul.cast-list li.profile{
		width: calc(100% / 5 - 2px);
	}
}
@media screen and (max-width : 1180px ){
	ul.cast-list li.profile{
		width: calc(100% / 4 - 2px);
	}
}

/************* /castlist / 女の子ボックス ************/
