/* 女の子検索 */
/*------------------------------------------------------------------------------*/
/*
.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;
}

.todayArea {
	font-size: 12px;
	font-weight: bold;
	padding: 4% 0 0 0;
}
.btnIcon {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 5px auto 10px;
}
.btnarea {
	color: #595959;
    margin: 0 5px 0;
    text-align: center;
    font-weight: bold;
    width: 30%;
}
.btnIcon div.iconbtn {
	display: flex;
    font-size: 20px;
    padding: 0px 0px;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: none;
    text-align: center;
    align-items: center;
	width: 40px;
	height: 40px;
}
.booking_btn {
    background: #ff9999;
    color: #ffffff;
    border-radius: 5px;
    display: block;
    text-align: center;
    height: auto;
    cursor: pointer;
    box-shadow: 0px 3px 0px 0px #ff6699;
    font-weight: 650;
    margin: 0px auto 3%;
    padding: 2% 0;
}
.booking_btn.mColor{
    background: #36afb1;
    box-shadow: 0px 3px 0px 0px #278082;
}
.booking_btn a {
    color: #ffffff;
    text-decoration: none;
}
.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: #ec2365;
}
.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: none;
	text-align: center;
	font-size: 10px;
	margin: 0 0% 5% 0;
	border-bottom: 1px solid #adadad;
    height: auto!important;
    padding: 0 0 10px;
}
.girls_Results .results_gridView {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.girls_Results .results_gridView li.resultsBox:nth-child(3n) {
	float: none;
	margin: 0 0 5% 0;
}
/*.girls_Results .results_gridView li.resultsBox:nth-child(odd) {
	clear: both;
	float: left;
}
.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: 135% 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: #e65a83;
	display: block;
	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: #e65a83;
	text-decoration: none;
}
/*.girls_Results .results_gridView li.resultsBox .stateBox {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	background-color: #f992b2;
}*/
.girls_Results .results_gridView li.resultsBox .stateBox.mygirlOff_btn {
	width: 80%;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    height: auto;
    cursor: pointer;
    font-weight: 650;
    margin: 0px auto 3%;
	padding: 2px 0;
	border: 1px solid #7f7f7f;
}
.girls_Results .results_gridView li.resultsBox .stateArea {
	margin: 5px 0 10px;
}
.girls_Results .results_gridView li.resultsBox .stateText {
	padding: 0.5em 0 0 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 .visitBox {
	display: table;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
.girls_Results .results_gridView li.resultsBox .visitBox span:nth-child(1) {
	display: table-cell;
	width: 33%;
	color: #fff;
	text-align: center;
	background-color: #faa7c1;
}
.girls_Results .results_gridView li.resultsBox .visitBox span:nth-child(2) {
	display: table-cell;
	width: 67%;
	text-align: right;
}

.girls_Results .results_gridView li.resultsBox .stateTitle {
    color: #fff;
    background-color: #979797;
    margin: 0;
    text-align: center;
}
.girls_Results .results_gridView li.resultsBox .stateBox {
	width: 100%;
    font-size: 11px;
    font-weight: bold;
}
.girls_Results .results_gridView li.resultsBox .stateBox .stateTime {
	width: 100%;
	/*float: right;*/
}
.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: center;
	color: #d4699d;
}
.girls_Results .results_gridView li.resultsBox .detail_box02 {
	display: none;
}


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

.detail_box01_right .h_b_Box,
/*.detail_box01_right .sizeBox,*/
.detail_box01_right .girlsType,
/*.detail_box01_right .stateBox*/ {
	display:none;
}
.detail_box01_right .stateBox.disp{
	display:block;
}
.girls_Results .results_listView li.resultsBox .stateBox.disp {
    margin: 5px 0 0;
}
.girls_Results .results_gridView li.resultsBox .visitBox {
	display:none;
}

/********* 女の子一覧 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;
    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: 135% 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: #e65a83;
	display: block;
	text-decoration: none;
}
.girls_Results .results_listView li.resultsBox .ageBox {
/*	display: table-cell;*/
	/*width: 30%;*/
	font-size: 14px;
	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: #e65a83;
	text-decoration: none;
}
.girls_Results .results_listView li.resultsBox .stateBox {
    width: 100%;
    font-size: 11px;
    font-weight: bold;
}
.girls_Results .results_listView li.resultsBox .stateBox.mygirlOff_btn {
    width: 80%;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    height: auto;
    cursor: pointer;
    font-weight: 650;
    margin: 0px auto 3%;
    padding: 2px 0;
    border: 1px solid #7f7f7f;
}
.girls_Results .results_listView li.resultsBox .stateArea {
	margin: 5px 0 10px;
}
.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 0 5px 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 .stateTitle {
    color: #fff;
    background-color: #979797;
    margin: 0;
    text-align: center;
}
.girls_Results .results_listView li.resultsBox .stateBox .stateTime {
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    /* float: right; */
}
.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;
}
.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarBox div {
	font-size: 10px!important;
}
]
.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarBox div:nth-child(7) {
	font-size: 20px!important;
}

.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarBox .bgLader {
	position:relative;
	/*background:url(../images/bg_chart.jpg) no-repeat top center;*/
	background:url(../images/bg_chart.jpg) no-repeat;
	background-size: contain;
	width:100%;
	/*height:100%;*/
}

.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarBox .bgLader canvas {
	/*width:100%;*/
}


.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarBox .bgLader .eval01,
.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarBox .bgLader .eval02,
.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarBox .bgLader .eval03,
.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarBox .bgLader .eval04,
.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarBox .bgLader .eval05,
.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarBox .bgLader .eval06 {
	position: absolute;
	font-size:10px;
}
.bgLader .eval01 {
	top:-2%;
	left:50%;
}
.bgLader .eval02 {
	top:20%;
}
.bgLader .eval03 {
	top:20%;
	right:0%;
}
.bgLader .eval04 {
	bottom:20%;
}
.bgLader .eval05 {
	bottom:20%;
	right:0%;

}
.bgLader .eval06 {
	bottom:-2%;
	left:50%;
}



.girls_Results .results_listView li.resultsBox .girls_PointsArea .radarList {
	width: 80%;
	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;
}









/************/
/* ポータル */
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;
}

#myGirlList .girls_Results .results_gridView li.resultsBox .imgBox a {
    padding: 134% 0 0 0;
}