
/* 女の子検索 */
/*------------------------------------------------------------------------------*/
.commonAddTitle dt h2 {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 0 8px 10px;
}
.commonAddTitle h2 {
	background: none!important;
}

.girls_Results_main {
	padding: 10px;
}

.viewSwitchArea {
	display: table;
	width: 100%;
	padding: 10px 0;
}
.girls_ResultsNum {
	display: table-cell;
	width: 82%;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
.girls_ResultsNum span {
	color: #42c5f0;
}
.viewSwitchBox {
	display: table-cell;
	width: 18%;
	vertical-align: middle;
}
.viewSwitchBox li {
	width: 45%;
	float: left;
}
.viewSwitchBox li+li {
	float: right;
}
.viewSwitchBox li.btnSwitch_grid a {
	display: block;
	background: url(../images/icon_btn_grid_off.png) no-repeat center center;
	background-size: cover;
	padding: 100% 0 0 0;
}
.viewSwitchBox li.btnSwitch_grid a.active {
	background: url(../images/icon_btn_grid_on.png) no-repeat center center;
	background-size: cover;
}
.viewSwitchBox li.btnSwitch_list a {
	display: block;
	background: url(../images/icon_btn_list_off.png) no-repeat center center;
	background-size: cover;
	padding: 100% 0 0 0;
}
.viewSwitchBox li.btnSwitch_list a.active {
	background: url(../images/icon_btn_list_on.png) no-repeat center center;
	background-size: cover;
}


/****************** 女の子一覧 グリッド表示 ******************/
.girls_Results .results_gridView li.resultsBox {
	width: 48%;
	float: left;
	text-align: center;
	font-size: 10px;
	margin: 0 2% 5% 0;
}

/*
.h_b_Box,
.girlsType,
.stateBox,
.girls_Results .results_gridView li.resultsBox .visitBox {
	display:none;
}
*/

.visitBox,
.girlsType,
.h_b_Box {
	display:none;
}

.girls_Results .results_gridView {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*.girls_Results .results_gridView li.resultsBox:nth-child(odd) {
	clear: both;
	float: left;
}*/
/*.girls_Results .results_gridView li.resultsBox:nth-child(3n) {
	float: none;
	margin: 0;
}*/
/*.girls_Results .results_gridView li.resultsBox:nth-child(even) {
	float: right;
}
.girls_Results .results_gridView li.resultsBox:nth-child(n+3) {
	margin: 10% 0 0 0;
}*/

/* 女の子写真 */
.girls_Results .results_gridView li.resultsBox .imgBox {
	width: 100%;
	margin: 0 auto 0.3em auto;
	position: relative;
}


.girls_Results .results_gridView li.resultsBox .imgBox .rankBanner {
	display: block;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.girls_Results .results_gridView li.resultsBox .imgBox .iconBox01 {
	width: 66%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0 0 2px 2px;
}
.girls_Results .results_gridView li.resultsBox .imgBox .iconBox01 span.todayWork {
    display: block;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    /* background-color: #898989; */
    background: -webkit-linear-gradient(#ff7999, #e52b69);
    background: -moz-linear-gradient(#ff7999, #e52b69);
    background: -o-linear-gradient(#ff7999, #e52b69);
    background: -ms-linear-gradient(#ff7999, #e52b69);
    background: linear-gradient(#ff7999, #e52b69);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0.4em 0;
}
.girls_Results .results_gridView li.resultsBox .imgBox .iconBox02 {
	width: 32%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0 2px 2px 0;
}
.girls_Results .results_gridView li.resultsBox .imgBox .iconBox02 span.rankImg {
	text-align: left;
}
.girls_Results .results_gridView li.resultsBox .imgBox .iconBox02 span.newFace {
    display: block;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    /* background-color: #faa7c1; */
    background: -webkit-linear-gradient(#ff7999, #e52b69);
    background: -moz-linear-gradient(#ff7999, #e52b69);
    background: -o-linear-gradient(#ff7999, #e52b69);
    background: -ms-linear-gradient(#ff7999, #e52b69);
    background: linear-gradient(#ff7999, #e52b69);
    border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0.4em 0;
}
.girls_Results .results_gridView li.resultsBox .imgBox a {
	display: block;
	width: 100%;
	height: 0;
	padding: 150% 0 0 0;
	overflow: hidden!important;
	outline: none;
	background-size: cover!important;
}

/* 女の子詳細_グリッド */
.girls_Results .results_gridView li.resultsBox .nameBox a {
	font-size: 14px;
	font-weight: bold;
	color: #42c5f0;
	text-decoration: none;
}
.girls_Results .results_gridView li.resultsBox .h_b_Box .heightBox {
	width: 70%;
	float: left;
}
.girls_Results .results_gridView li.resultsBox .h_b_Box .bloodBox {
	width: 30%;
	float: right;
	text-align: left;
}
.girls_Results .results_listView li.resultsBox .girlsType {
	display: block;
}
.girls_Results .results_gridView li.resultsBox .storeBox {
	margin: 0 0 1em 0;
}
.girls_Results .results_gridView li.resultsBox .storeBox a {
	font-size: 10px;
	color: #42c5f0;
}
.girls_Results .results_gridView li.resultsBox .stateBox {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
/*	background-color: #f992b2;*/
}

.girls_Results .results_gridView li.resultsBox .stateText {
	padding: 0.5em 0 0 0;
}
.slideBox .stateText p {
    font-weight: bold;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff056b), color-stop(0.00, #e45e9d));
    background: -webkit-linear-gradient(#e45e9d, #ff056b);
    background: -moz-linear-gradient(#e45e9d, #ff056b);
    background: -o-linear-gradient(#e45e9d, #ff056b);
    background: -ms-linear-gradient(#e45e9d, #ff056b);
    background: linear-gradient(#e45e9d, #ff056b);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0 0 3px 0;
}
.girls_Results .results_gridView li.resultsBox .stateText p {
	font-weight: bold;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff056b), color-stop(0.00, #e45e9d));
	background: -webkit-linear-gradient(#e45e9d, #ff056b);
	background: -moz-linear-gradient(#e45e9d, #ff056b);
	background: -o-linear-gradient(#e45e9d, #ff056b);
	background: -ms-linear-gradient(#e45e9d, #ff056b);
	background: linear-gradient(#e45e9d, #ff056b);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0 0 3px 0;
}

.girls_Results .results_gridView li.resultsBox .stateBox .stateTitle {
	width: 100%;
	float: none;
	color: #fff;
	text-align: center;
	background-color: #979797;
}

.girls_Results .results_gridView li.resultsBox .visitBox {
	/*display: table;*/
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
}
.girls_Results .results_gridView li.resultsBox .visitBox span:nth-child(1) {
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	background-color: #faa7c1;
}
.girls_Results .results_gridView li.resultsBox .visitBox span:nth-child(2) {
	display: block;
	width: 100%;
	text-align: center;
}

.girls_Results .results_gridView li.resultsBox .stateBox .stateTime {
	width: 100%;
	float: center;
}
.girls_Results .results_gridView li.resultsBox .stateBox .stateTime li {
	text-align: center;
	width: 100%;
}
.girls_Results .results_gridView li.resultsBox .stateBox .stateText {
	clear: both;
	text-align: right;
	color: #d4699d;
}
.girls_Results .results_gridView li.resultsBox .detail_box02 {
	display: none;
}


/****************** 女の子一覧 リスト表示 ******************/
.girls_Results .results_listView li.resultsBox {
	width: 100%;
	/*font-size: 12px;*/
	font-size: 10px;
	border-bottom: 1px solid #adadad;
	margin: 0 0 1.5em 0;
	padding: 0 0 1em 0;
}

/********* 女の子一覧 detail_box01 *********/
.girls_Results .results_listView li.resultsBox .detail_box01_left {
	width: 48%;
	float: left;
}

/* 女の子写真 */
.girls_Results .results_listView li.resultsBox .imgBox {
	width: 90%;
	position: relative;
}


.girls_Results .results_listView li.resultsBox .imgBox .rankBanner {
	display: block;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.girls_Results .results_listView li.resultsBox .imgBox .iconBox01 {
	width: 66%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0 0 2px 2px;
}
.girls_Results .results_listView li.resultsBox .imgBox .iconBox01 span.todayWork {
	display: block;
    font-weight: bold;
    color: #ffffff;
	text-align: center;
	line-height: 1;
    background: -webkit-linear-gradient(#ff7999, #e52b69);
    background: -moz-linear-gradient(#ff7999, #e52b69);
    background: -o-linear-gradient(#ff7999, #e52b69);
    background: -ms-linear-gradient(#ff7999, #e52b69);
    background: linear-gradient(#ff7999, #e52b69);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0.4em 0;
}
.girls_Results .results_listView li.resultsBox .imgBox .iconBox02 {
	width: 32%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0 2px 2px 0;
}
.girls_Results .results_listView li.resultsBox .imgBox .iconBox02 span.rankImg {
	text-align: left;
}
.girls_Results .results_listView li.resultsBox .imgBox .iconBox02 span.newFace {
	display: block;
    font-weight: bold;
    color: #ffffff;
	text-align: center;
    line-height: 1;
    /* background-color: #faa7c1; */
    background: -webkit-linear-gradient(#ff7999, #e52b69);
    background: -moz-linear-gradient(#ff7999, #e52b69);
    background: -o-linear-gradient(#ff7999, #e52b69);
    background: -ms-linear-gradient(#ff7999, #e52b69);
    background: linear-gradient(#ff7999, #e52b69);
    border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0.4em 0;
}


.girls_Results .results_listView li.resultsBox .imgBox a {
	display: block;
	width: 100%;
	height: 0;
	padding: 0% 0 0 0;
	overflow: hidden!important;
	outline: none;
	background-size: cover!important;
}


.girls_Results .results_listView li.resultsBox .detail_box01_right {
	width: 52%;
	float: right;
	line-height: 1.8;
	text-align: center;
}
/* 女の子詳細 */
.girls_Results .results_listView li.resultsBox .nameAgeBox {
	/*display: table;*/
	width: 100%;
	margin: 0 0 0.5em 0;
}
.girls_Results .results_listView li.resultsBox .nameBox {
	/*display: table-cell;*/
	/*width: 70%;*/
	vertical-align: bottom;
	line-height: 1.2!important;
	margin: 0 0 0.5em 0;
}
.girls_Results .results_listView li.resultsBox .nameBox a {
	font-size: 14px;
	font-weight: bold;
	color: #42c5f0;
	text-decoration: none;
}
.girls_Results .results_listView li.resultsBox .ageBox {
	/*display: table-cell;*/
	/*width: 30%;*/
	font-size: 10px;
	text-align: right;
	vertical-align: bottom;
	line-height: 1.2!important;
}
.girls_Results .results_listView li.resultsBox .h_b_Box .heightBox {
	width: 60%;
	float: left;
	font-size: 14px;
}
.girls_Results .results_listView li.resultsBox .h_b_Box .bloodBox {
	width: 40%;
	float: right;
	font-size: 14px;
	text-align: right;
}
.girls_Results .results_listView li.resultsBox .sizeBox {
	font-size: 10px;
}
.girls_Results .results_listView li.resultsBox .girlsType {
	display: block;
	font-size: 14px;
}
.girls_Results .results_listView li.resultsBox .storeBox {
	margin: 0 0 1em 0;
}
.girls_Results .results_listView li.resultsBox .storeBox a {
	font-size: 11px;
	color: #42c5f0;
}
.girls_Results .results_listView li.resultsBox .stateBox {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

.girls_Results .results_listView li.resultsBox .stateText {
	padding: 0.5em 0 0 0;
}
.girls_Results .results_listView li.resultsBox .stateText p {
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff056b), color-stop(0.00, #e45e9d));
	background: -webkit-linear-gradient(#e45e9d, #ff056b);
	background: -moz-linear-gradient(#e45e9d, #ff056b);
	background: -o-linear-gradient(#e45e9d, #ff056b);
	background: -ms-linear-gradient(#e45e9d, #ff056b);
	background: linear-gradient(#e45e9d, #ff056b);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0;
}

.girls_Results .results_listView li.resultsBox .visitBox {
	display: table;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 0.5em 0;
}
.girls_Results .results_listView li.resultsBox .visitBox span:nth-child(1) {
	display: table-cell;
	width: 33%;
	color: #fff;
	text-align: center;
	background-color: #faa7c1;
}
.girls_Results .results_listView li.resultsBox .visitBox span:nth-child(2) {
	display: table-cell;
	width: 67%;
	padding: 0 0 0 6%;
}

.girls_Results .results_listView li.resultsBox .stateBox .stateTitle {
	width: 33%;
	float: left;
	text-align: center;
	line-height: 1.6;
	background-color: #979797;
}
.girls_Results .results_listView li.resultsBox .stateBox .stateTime {
	/*width: 67%;*/
	width: 100%;
	/*float: right;*/
	color: #595959;
	line-height: 1.6;
	/*padding: 0 0 0 6%;*/
}
.girls_Results .results_listView li.resultsBox .stateBox .stateTime li {
	text-align: center;
}


/********* 女の子一覧 detail_box02 *********/
.girls_Results .results_listView li.resultsBox .detail_box02 {
	display: block;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea {
	font-size: 12px;
	padding: 4% 0;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea h3 span {
	color: #42c5f0;
	font-weight: bold;
	padding: 0 0 0 10%;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .totalPoints {
	display: table;
	width: 80%;
	margin: 0 auto;
	padding: 1% 8%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #f5f5f5;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .totalPoints .title {
	display: table-cell;
	width: 60%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .totalPoints .totalNum {
	display: table-cell;
	width: 40%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarBox {
	/*width: 60%;*/
	margin: 5% auto!important;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarBox div {
	font-size: 10px!important;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarList {
	width: 80%;
	text-align: left;
	margin: 0 auto;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarList li {
	display: table;
	width: 100%;
	font-size: 12px;
	background-color: #dfdfdf;
	padding: 2% 6%;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarList li+li {
	margin: 1px 0 0 0;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarList div {
	display: table-cell;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarList div.text {
	width: 75%;
	vertical-align: middle;
	padding: 0 0 0 2%;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarList div.text span {
	font-size: 6px;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarList div.num {
	width: 25%;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding: 0 2% 0 0;
}


.todayArea {
	font-size: 12px;
	font-weight: bold;
	padding: 4% 0 0 0;
	text-align: center;
}







/************/
/* ポータル */
#portal a,#portal span.color { color: #e65a83; }
/************/












.girls_Results .results_listView li.resultsBox .imgBox .rankBanner img,
.girls_Results .results_gridView li.resultsBox .imgBox .rankBanner img {
	display:none!important;
}

.girls_Results .results_listView li.resultsBox .imgBox .iconBox01 span.rankImg img,
.girls_Results .results_gridView li.resultsBox .imgBox .iconBox01 span.rankImg img {
	display:none!important;
}


/* 2020.7.22 */
.girls_Results .results_listView li.resultsBox .girls_PointsArea .totalPoints.adeq1 {
    width: 100%;
    background: none;
	padding: 1% 2%;
	text-align: center;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .totalPoints.adeq1 ul.results_listView {
    width: 100%;
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: space-between;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .adeq2 .radarList {
    width: 100%;
    background: none;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .adeq2 .radarList ul.results_listView {
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .adeq2 .radarList ul.results_listView li {
    display: block;
    background: none;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 2%;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .adeq2 .radarList div.text {
    width: 50%;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .totalPoints.adeq1 ul.results_listView li {
    width: 30%;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .adeq2 .radarList div.num {
    width: 30%;
}
    
/* 2020.7.22 */
.nameBox {
    /*min-height: 58px;*/
	min-height: auto;
}