@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;
    padding: 5px 0;
}
.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 {
	line-height: 24px;
    padding-top: 2px;
    text-align: center;
    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;
}
.mess02 span,.mess02 strong {
    font-size: 12px!important;
}
.mess02 img {
    height: 12px!important;
}



.girls_list_new {
	position: absolute;
	right: 0px;
    bottom: 2px;
    width: 40px;
    height: 20px;
}
.girls_list_today {
	position: absolute;
	bottom: 0px;
	left: 12px;
	height: 14px;
	width: 44px;
}
