@charset "UTF-8";
#news_00 div, #news_00 span, #news_00 object, #news_00 p, #news_00 a, #news_00 em, #news_00 img, #news_00 small, #news_00 strong, #news_00 center, #news_00 dl, #news_00 dt, #news_00 dd, #news_00 ol, #news_00 ul, #news_00 li {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


#nRanking{
	width:100%;
}
#nRanking a{
	color: #000;
	text-decoration:none;
}
#nRanking a#first{
	max-width: 400px;
	width: 60%;
	margin: 0 auto 60px;
	display: block;
	text-align: center;
}
#nRanking a#first p{
	text-align: left;
	font-size: 12px;
}
#nRanking ul.rankingList{
	list-style: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#nRanking ul.rankingList li::before{
	content:"";
	width: 80px;
	margin: 0 auto 10px;
	height:32px;
	display: block;
}

#nRanking ul.rankingList li:nth-child(1)::before{	
	background: url(https://www.palcloset.jp/shared/pc_pal/include_brand_kastane/images/news/180627/no2.png);
	background-size: cover;
}
#nRanking ul.rankingList li:nth-child(2)::before{	
	background: url(https://www.palcloset.jp/shared/pc_pal/include_brand_kastane/images/news/180627/no3.png);
	background-size: cover;
}
#nRanking ul.rankingList li:nth-child(3)::before{	
	background: url(https://www.palcloset.jp/shared/pc_pal/include_brand_kastane/images/news/180627/no4.png);
	background-size: cover;
}
#nRanking ul.rankingList li:nth-child(4)::before{	
	background: url(https://www.palcloset.jp/shared/pc_pal/include_brand_kastane/images/news/180627/no5.png);
	background-size: cover;
}
#nRanking ul.rankingList li:nth-child(5)::before{	
	background: url(https://www.palcloset.jp/shared/pc_pal/include_brand_kastane/images/news/180627/no6.png);
	background-size: cover;
}
#nRanking ul.rankingList li:nth-child(6)::before{	
	background: url(https://www.palcloset.jp/shared/pc_pal/include_brand_kastane/images/news/180627/no7.png);
	background-size: cover;
}
#nRanking ul.rankingList li:nth-child(7)::before{	
	background: url(https://www.palcloset.jp/shared/pc_pal/include_brand_kastane/images/news/180627/no8.png);
	background-size: cover;
}
#nRanking ul.rankingList li:nth-child(8)::before{	
	background: url(https://www.palcloset.jp/shared/pc_pal/include_brand_kastane/images/news/180627/no9.png);
	background-size: cover;
}
#nRanking ul.rankingList li:nth-child(9)::before{	
	background: url(https://www.palcloset.jp/shared/pc_pal/include_brand_kastane/images/news/180627/no10.png);
	background-size: cover;
}
#nRanking ul.rankingList li{
	width: 30%;
	margin-bottom: 20px;
}
#nRanking ul.rankingList li p{
	margin-top: 5px;
	font-size: 12px;
}
#nRanking img{
	width: 100%;
	display: block;
}
#nRanking p span.red{
	color: #ff0000;
}

#nRanking a#first::before{
	content:"";
	width: 120px;
	margin: 0 auto 10px;
	background: url(https://www.palcloset.jp/shared/pc_pal/include_brand_kastane/images/news/180627/no1.png);
	height:49px;
	background-size: cover;
	display: block;
}
@media screen and (max-width: 768px) {
	#nRanking a#first::before{
		width: 80px;
		margin: 0 auto 5px;
		height:32px;
	}
	#nRanking ul.rankingList li::before{
		content:"";
		width: 55px;
		margin: 0 auto 5px;
		height:22px;
		display: block;
	}
}  