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



a img {
    width: 100%;
}
#girls_list_container {
	padding-top: 5px;
}
.girls_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.girls_list {
	background-color: #000;
	border: 1px solid #666;
	width: calc(100%/4 - 2px);
	margin-bottom: 5px;
	overflow: hidden;
}
.girls_list_photo {
	border: 1px solid #666;
    box-sizing: border-box;
}
.girls_list_pic {
	position: relative;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
.girls_list_prof {
	text-align: center;
	line-height: 24px;
    padding-top: 2px;
	color: #CCC;
}
.girls_list_name {
	font-size: 14px;
	font-weight: bold;
}
.girls_list_name, .girls_list_size {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.girls_list_com {
	height: 50px;
	overflow: auto;
	overflow-x: hidden;
	width: 90%;
    margin: 5px auto;
	line-height: 1.2;
	color: #CCC;
}
/* 02 
----------*/
.mess02 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    padding: 2px 0 0;
    margin: 0px 0px 5px;
    font-size: 14px;
    color: #fff;
    background-color: #750000;
}


.girls_list_new {
	position: absolute;
    bottom: 3px;
    right: 3px;
	width: 36px;
	height: 18px;
}
.girls_list_today {
	position: absolute;
	top: -2px;
	right: 12px;
	height: 14px;
	width: 44px;
}


















