/*--正方形の写真付き200px---*/

ul.t_slide1{
	width:auto;
	height:auto;;
}

ul.t_slide1 li{
	width:210px;
	height:260px;
	margin:0px 0px;
	border: 0px solid #CCC;
}

.slidephoto{
	position:relative;
	width:200px;
	height:200px;
	margin:0px 5px;
	border: 0px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow:hidden;
	cursor:pointer;
}

/*--写真正方形にトリミング--*/
.slidephoto img{
	//position:absolute;
	width:200px;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}


/*--ライクボタンアイコン--*/
dl.girl_icons{
	width:auto;
	height:20px;
	margin:0px 0px;
	padding:10px 0px;
}

dl.girl_icons dt{
	width:49%;
	height:20px;
	display: inline-block;
	border: 0px solid #CCC;
}


.girl_icon1{
	background:url(/global_image/girl_icon_sp1.png) no-repeat;
	background-size:20px 40px;
	width:20px;
	height:20px;
	display: inline-block;
	cursor:pointer;
}

.girl_icon2{
	background:url(/global_image/girl_icon_sp2.png) no-repeat;
	background-size:20px 40px;
	width:20px;
	height:20px;
	padding:0px 2px;
	display:inline-block;
	cursor:pointer;
}

.girl_icon3{
	background:url(/global_image/girl_icon_sp3.png) no-repeat;
	background-size:20px 40px;
	width:20px;
	height:20px;
	display:inline-block;
	cursor:pointer;
}

.girl_icon1:hover{
	background:url(/global_image/girl_icon_sp1.png) no-repeat;
	background-size:20px 40px;
	background-position : 0 -20px;
	width:20px;
	height:20px;
	display: inline-block;
	cursor:pointer;
}

.girl_icon2:hover{
	background:url(/global_image/girl_icon_sp2.png) no-repeat;
	background-size:20px 40px;
	background-position : 0 -20px;
	width:20px;
	height:20px;
	padding:0px 2px;
	display:inline-block;
	cursor:pointer;
}

.girl_icon3:hover{
	background:url(/global_image/girl_icon_sp3.png) no-repeat;
	background-size:20px 40px;
	background-position : 0 -20px;
	width:20px;
	height:20px;
	display:inline-block;
	cursor:pointer;
}

.girl_icon1b{
	background:url(/global_image/girl_icon_sp1.png) no-repeat;
	background-size:20px 40px;
	background-position : 0 -20px;
}

.girl_icon2b{
	background:url(/global_image/girl_icon_sp2.png) no-repeat;
	background-size:20px 40px;
	background-position : 0 -20px;
	background-repeat:no-repeat; 
}

.girl_icon3b{
	background:url(/global_image/girl_icon_sp3.png) no-repeat;
	background-size:20px 40px;
	background-position : 0 -20px;
}

.g_prev_btn1{
	background:url(/global_image/g_prev_btn1.png) no-repeat;
	width:66px;
	height:21px;
	margin:0 0;
	cursor:pointer;
}

.g_next_btn1{
	background:url(/global_image/g_next_btn1.png) no-repeat;
	width:66px;
	height:21px;
	margin:0px 0px;
	cursor:pointer;
}

.g_prev_btn1:hover{
	background:url(/global_image/g_prev_btn1.png) no-repeat;
	background-position : 0 -21px;
}

.g_next_btn1:hover{
	background:url(/global_image/g_next_btn1.png) no-repeat;
	background-position : 0 -21px;
}

.girl_icon1_text{
	position:absolute;
	padding-left:5px;
}
/*--長方形写真付き250px---*/

ul.t_slide2{
	width:auto;
	height:auto;
	border: 0px solid #CCC;
}

ul.t_slide2 li.t_slide_p{
	position:relative;
	width:250px;
	height:auto;
	min-height:450px;
	margin:0px 0px; 
	padding:0px 7px;
	border: 0px solid #CCC;
}

.girls_name{
	position: absolute;
	right: 10px;
	bottom: 0;
	border: 0px solid #CCC;
}

.slidephoto2{
	position:relative;
	width:250px;
	height:180px;
	border: 0px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow:hidden;
	cursor:pointer;
}

/*--写真トリミング--*/
.slidephoto2 img{
	//position: absolute;
	width:250px;
	height:100%;

	/*最終的に画像サイズで判断*/
	/*
	height:auto;
    width: 150%;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	*/
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/*--もっと見る・詳しく見るボタン--*/
.more_btn{
	background:rgba(0,0,0,1);
	width:134px;
	height:30px;
	margin:-5px 40px;
	padding:8px 0px 0px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:rgba(255,255,255,1);
	cursor:pointer;
}


/*--正方形写真付き160px---*/
ul.pickup_girl{
	width:160px;
	height:auto;
	margin:0px 0px;
	padding:5px 0px 5px 0px;
	border:0px solid #CCC;
}

ul.pickup_girl li{
	width:160px;
	height:auto;
	margin:0px auto;
	padding:0px 5px 0px 5px;
	border:0px solid #CCC;
}

.pickphoto{
	position:relative;
	width:160px;
	height:160px;
	border: 0px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow:hidden;
	cursor:pointer;
}

/*--写真正方形にトリミング--*/
.pickphoto img{
	//position: absolute;
	width:160px;
	height:100%;
	/*最終的に画像サイズで判断*/
	/*
	height:auto;
    width: 150%;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	*/
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.girl_name{
	width:auto
	height:auto;
	margin:0px auto;
}


/*---ランキング--*/

ul.likeranking{
	width: 95%;
	height: 30px;
	margin:0px 0px;
	border:0px solid #CCC;
}

ul.likeranking li{
	width: 100%;
	height: 30px;
	margin:0px 0px;
	border-right:1px solid #CCC;
}

ul.likeranking li:nth-child(1){
	width:17%;
}

ul.likeranking li:nth-child(2){
	width:25%;
}

ul.likeranking li:nth-child(3){
	width:25%;
}

ul.likeranking li:nth-child(4){
	width:18%;
}

ul.likeranking li:nth-child(5){
	width:15%;
	border-right:0px solid #CCC;
}

.rankingphoto{
	width:200px;
	height:140px;
	border: 0px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow:hidden;
	cursor:pointer;
}

/*--写真トリミング--*/
.rankingphoto img{
	width:200px;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

dl.ranktrophy{
	width: 100%;
	height: 30px;
	margin:0px auto;
	border:0px solid #CCC;
	display: inline-block;
	padding:0px 0px 10px 0px;
}

dl.ranktrophy dt.rnk1{
	width: 28%;
	height: 30px;
	margin:0px auto;
	padding:0px 0px 0px 10px;
	border:0px solid #CCC;
	display: inline-block;
}

dl.ranktrophy dt.rnk2{
	width: 48%;
	height: 30px;
	margin:0px auto;
	border:0px solid #CCC;
	display: inline-block;
}

dl.ranktrophy dt.rnk3{
	width: 15%;
	height: 30px;
	margin:0px auto;
	border:0px solid #CCC;
	display: inline-block;
}



/*--検索結果ページ番号--*/
ul.serch_resualt{
	width:100%;
	height:34px;
}

ul.serch_resualt li.col1{
	width:60%;
	height:34px;
}

ul.serch_resualt li.col2{
	width:40%;
	height:34px;
	border: 0px solid #CCC;
}

dl.page_number{
	position: absolute;
	width:auto;
	height:34px;
	border: 0px solid #CCC;
	right: 0px;
}

dl.page_number dt{
	width:auto;
	min-width:34px;
	height:29px;
	margin:0px 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:1.6rem;
	border: 1px solid rgba(0,0,0,0.3);
	
	display: flex;	
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-js-display: flex;
	cursor:pointer;
}

.page_number dt:nth-child(1){
	background:rgba(170,170,171,0.8);
	width:70px;
	height:31px;
	color:rgba(255,255,255,1);
	border: 0px solid rgba(0,0,0,0.3);
}
.page_number dt:nth-child(7){
	background:rgba(170,170,171,0.8);
	width:70px;
	height:31px;
	color:rgba(255,255,255,1);
	border: 0px solid rgba(0,0,0,0.3);
}
.page_number dt:nth-child(8){
	width:70px;
}
.page_number dt.pageNext{
	background:rgba(170,170,171,0.8);
	width:70px;
	height:31px;
	color:rgba(255,255,255,1);
	border: 0px solid rgba(0,0,0,0.3);
}
.page_number dt.pageLast{
	width:70px;
}


.js-blog-liked{
	display:none;
}