@charset "shift_jis";
/* CSS Document */




#girls_list_container {
	padding-top: 5px;
}

.girls_list_con {
    display: flex;
    flex-wrap: wrap;
}

.girls_list {
	width: calc(100%/4 - 0px);
	margin-bottom: 1%;
	display: block;
	background-image: url(../img/girls/girls_list_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.girls_box {
    margin: 30% 5% 30%;
    border: 2px solid #9e9e9e;
}
.girls_list_photo {
	position: relative;
	padding: 0;
	overflow: hidden;
	display: flex;
}

.girls_list_new {
	position: absolute;
	left: 0;
    top: 0;
    width: 30%!important;
    height: auto;
}
.girls_profile {
	font-weight: bold;
	border: 1px solid #fc04b3;
    text-align: center;
}
.top_sche_name {
	font-size: 1.2rem;
	padding: 2% 0;
	line-height: 1.1;
    max-height: 42px;
    overflow: hidden;
    background-color: #000;
}
.g_name {
}
.messe2{
	margin-bottom: 5px;
	height: 12px;
    overflow: hidden;
	font-size: 1.2rem;
}
.messe2 span{
	font-size: 1.2rem!important;
}
.girls_list_icon {
	height: 36px;
	overflow: hidden;
}
.girls_list_icon img {
    width: 27px;
    height: 32px;
    margin-top: 1px;
}
.top_sche_size {
	font-size: 1.3rem;
	padding: 4% 0 3%;
	background-color: #fff;
	color: #000;
	text-align: center;
}
.top_sche_time {
	margin-top: 6%;
	margin-bottom: 3%;
	font-weight: bold;
	color: #fc04b3;
}
.girls_list_today {
	position: absolute;
    bottom: 1px;
    right: 0;
    height: auto;
    width: 30%!important;
}
.girls_list_com {
	height: 30px;
	padding: 2%;
	overflow: auto;
	overflow-x: hidden;
	font-size: 1.2rem;
	line-height: 13px;
	color: #fff;
    background-color: #000;
}
.girls_list_com img{
    width: initial;
}

/*-------------------------------750----------------------*/
@media screen and (max-width: 750px) {
	
#main {
    padding: 1%;
}	
#contents {
    padding: 2% 0;
}	
	
.girls_list  {
	width: calc(100%/3 - 0px);
	margin-bottom: 2%;
}

.girls_list_photo {
}	
.top_sche_name {
    font-size: 1rem;
	max-height: 37px;
}
.g_name {
	line-height: 1.4;
    letter-spacing: -2px;
}	
.messe2{
	margin-bottom: 1px;
	font-size: 1rem;
}	
.messe3 {
    font-size: 1rem;
	max-height: 37px;
}
.top_sche_size {
    font-size: 1.15rem;
	letter-spacing: -0.08rem;
}
.girls_list_com {
    height: 30px;
}
.girls_list_com span{
    font-size: 1.2rem!important;
    line-height: 13px;

}	
	
	
.newface_box {
	width: 49%;
	margin-left: 2%;
	margin-bottom: 2%;
}	
.newface_box:nth-child(2n) {
    margin-left: 0%;
}
	
	
.girls_list_icon {
	height: 26px;	
}		
.girls_list_icon img {
	width: 21px;
    height: 25px;
    margin-top: 2px;
    margin: 0;
}	

	
}
	














