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




/*  girl 
------------------------------*/


.girls_list_container {
	padding-top: 30px;
}
.girls_box {
    display: flex;
    flex-wrap: wrap;
}


/*  girl_list 
------------------------------*/
.girls_list {
	width: calc(100%/3 - 2px);
	margin-bottom: 10px;
	border: 1px solid #666;
	overflow: hidden;
    text-align: center;
}

.girls_list a {
	display: block;
	cursor: pointer;
}
.girls_list img {
	width: 100%;
}
.girls_list_pic {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
    display: flex;
}
.girls_list_new {
	position: absolute;
	bottom: 0px;
    right: 0px;
    width: 27%!important;
}
.girls_list_today {
	position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40%!important;
}
.girls_list_prof {
	line-height: 1.4;
	clear: left;
	padding-top: 5px;
	margin: 5px 0;
    font-size: 14px;
	font-weight: bold;
}
.girls_list_prof span {
	font-size: 14px;
	font-weight: bold;
}
#size3 {
    margin-top: 4px;
    font-size: 72% !important;
    font-weight: normal;
}
.girls_list_com {
	background-color: #750000;
	height: 22px;
    overflow: hidden;
    line-height: 22px;
    font-weight: bold;
    padding: 0;
    margin: 0px 0px;
    font-size: 12px;
}
.girls_list_com span {
	font-size: 12px !important;
}
.girls_list_com img {
	width: inherit;
}
.girls_com {
    height: 25px;
    margin: 5px 0;
    overflow-y: scroll;
    font-size: 62.5%;
    line-height: 1.2;
}
