@charset "UTF-8";

.tab-content div.tab-child{
	display:none;
}

.tab-content div.show{
	display:block;
}

.tab{
	display:flex;
	flex-flow:row wrap;
	align-items:stretch;
	justify-content:flex-start;
	
	width:100%;
	margin-bottom:20px;
}
	
.tab li{
	width:50%;
	
	box-sizing:border-box;
	padding:5px;
}
	
.tab li span.ol{
	display:block;
	width:100%;
	
	text-align:center;
	background-color:#fff;
	color:#444;
	
	line-height:50px;
	
	background-image: url("../images/icon-arrow-right-white.png");
	background-repeat: no-repeat;
	background-size:10px;
	background-position: center right 15px;
}
	
.tab li span.ol:hover{
	cursor:pointer;
	opacity:0.8;
}

.tab li.active span.ol{
	background-color:#000;
	color:#fff;
}
	
.tab-content{
	width:100%;
	margin:0 auto;
	max-width:1080px;
}

@media only screen and (min-width: 720px){
	.tab li{
		width:25%;
	}
}

#ranking div.content-inner{
	margin-bottom:20px;
}

#ranking div.content-inner:last-child{
	margin-bottom:0;
}

#ranking h3{
	font-size:1.5rem;
	line-height:1.5em;
	font-weight:bold;
	
	margin-bottom:10px;
	
	box-sizing: border-box;
	padding-left:15px;
	
	position: relative;
}

#ranking h3:before{
	display:block;
	content:"";
	
	width:5px;
	height:25px;
	
	background-color:#000;
	
	position: absolute;
	top:5px;
	left:2.5px;
}

#ranking div.pager{
	display:none;
}

.rankingrow a{
	display:block;
	color:#000;
}

.rankingrow a:hover{
	text-decoration: none;
	opacity: 0.5;
}

.rankingrow div.inner{
	box-sizing: border-box;
	padding:10px;
	border:solid 5px #f0f0f0;
	
	background-color:#fff;
	color:#000;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	position: relative;
}

.rankingrow div.inner p.icon-rank{	
	position: absolute;
	top:0;
	left:0;
	
	z-index: 10;
}

.rankingrow div.inner p.icon-rank span.text{
	display:block;
	
	font-size:0.8rem;
	line-height:60px;
	font-weight: bold;
	
	text-align: center;
	
	width:60px;
	height:60px;
	
	background-color:rgba(0,0,0,0.90);
	color:#fff;
}

.rankingrow div.inner p.icon-rank img{
	width:60px;
	vertical-align: bottom;
}

.rankingrow p.thumbnail{
	width:120px;
}

@media only screen and (min-width: 720px){
	.rankingrow p.thumbnail{
		width:180px;
	}
}

.rankingrow div.text{
	width:calc(100% - 120px);
	box-sizing: border-box;
	padding-left:10px;
}

@media only screen and (min-width: 720px){
	.rankingrow div.text{
		width:calc(100% - 180px);
	}
}

.rankingrow div.text h4{
	font-weight:bold;
	color:#000;
	
	font-size:1.25rem;
	line-height:1.75em;
}

.rankingrow div.text h4 span.age{
	font-size:1.0rem;
	line-height:1.75em;
}

.rankingrow div.text h4 span.age:before{
	content:"（";
}

.rankingrow div.text h4 span.age:after{
	content:"）";
}

.rankingrow div.text p.copy{
	font-size:0.8rem;
	line-height:1.75em;
	color:#444;
}

.rankingrow div.text ul.size{
	font-size:0;
	line-height:1.0em;
	
	margin-bottom:10px;
}

.rankingrow div.text ul.size li{
	display:inline-block;
	font-size:0.8rem;
	line-height:1.75em;
}

@media only screen and (min-width: 720px){
	.rankingrow div.text ul.size li{
		font-size:1.0rem;
		line-height:1.75em;
	}
}

.rankingrow div.text ul.size li:after{
	content:"/";
	
	box-sizing: border-box;
	padding:0 1.5px;
}

.rankingrow div.text ul.size li:last-child:after{
	display:none;
}

.rankingrow div.text ul.size li.tall:before{
	content:"T";
	
	box-sizing: border-box;
	padding-right:1.5px;
}

.rankingrow div.text ul.size li.bust:before{
	content:"B";
	
	box-sizing: border-box;
	padding-right:1.5px;
}

.rankingrow div.text ul.size li.bust span.cup{	
	font-size:0.8rem;
	line-height:1.75em;
}

.rankingrow div.text ul.size li.bust span.cup:before{
	content:"(";
	
	box-sizing: border-box;
	padding:0 1.5px;
}

.rankingrow div.text ul.size li.bust span.cup:after{
	content:")";
	
	box-sizing: border-box;
	padding:0 1.5px;
}

.rankingrow div.text ul.size li.waist:before{
	content:"W";
	
	box-sizing: border-box;
	padding-right:1.5px;
}

.rankingrow div.text ul.size li.hip:before{
	content:"H";
	
	box-sizing: border-box;
	padding-right:1.5px;
}

.rankingrow div.text p.standby{
	font-size:1.0rem;
	line-height:25px;
	font-weight:bold;
	
	text-align: center;
	
	width:100%;
	max-width: 240px;
	height:25px;
	margin-bottom:10px;
	
	background-color:rgba(0,0,0,0.90);
	color:#fff;
	
	position: relative;
	
	z-index: 10;
	
	box-sizing: border-box;
	padding-left:70px;
	/*margin-top:25px;*/
}

.rankingrow div.text p.standby span.note{
	position: absolute;
	top:0;
	left:0;
	
	font-size:0.8rem;
	line-height:25px;
	
	background-color:#444;
	color:#fff;
	
	width:70px;
}
