@charset "UTF-8";
/* CSS Document */

/*===============================================
●共通
===============================================*/
.girlList .girlCell {
	/*width: 23.5%;
    margin:0 2% 2% 0;*/
    width: calc(91%/4);
    margin: 0 3% 3% 0;    
}

@media screen and (min-width: 960px) {
.girlList .girlCell:nth-child(4n) {margin-right: 0;}
}
/*-------------------------------------------------------------

タブレット
 
------------------------------------------------------------- */

@media screen and (min-width: 750px) and (max-width: 960px) {

/*----------------------------------

在籍一覧
 
---------------------------------- */
.girlList .girlCell  { width: calc(94%/3); }
.girlList .girlCell:nth-child(3n) {margin-right: 0;}

}

/*-------------------------------------------------------------

スマホ
 
------------------------------------------------------------- */

@media screen and (max-width: 750px) {
	
/*----------------------------------

在籍一覧
 
---------------------------------- */
.girlList .girlCell  { width: 48.5%; }
.girlList .girlCell:nth-child(2n)  {margin-right: 0;}
	
}
