.pc_view{
	display:block;
}
.sp_view{
	display:none;
}
@media (max-width: 768px){
.pc_view{
	display:none;
}
.sp_view{
	display:block;
}
}

/*-----------------------*/

#topmain{
    margin-bottom: 60px;
    /*margin-top: -170px;*/

}
#sec1{
	position:relative;
}

@media (max-width: 768px){
#topmain{
	margin-bottom: 5%;
	margin-top:0;
}
#sec1{
}
}






/*-----------------------*/







@media (max-width: 768px){
.recommend-unit{
	width:49%;
	padding:1%;
	margin:0 auto;
}
.seller-unit{
	width:49%;
	padding:1%;
	margin:0 auto;
}


}

li.recommend-unit,li.seller-unit{
	max-width:320px;
}


body {
  counter-reset: number 0;           /* number のカウンタを 0 にセット */
}

li.top_ranking{
	position: relative;
}
li.top_ranking a.top_ranking_a:before {
    counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    background: #fff;
    padding: 5px 20px 10px 10px;
    border-radius: 0 0 10em;
    font-size: 22px;
	box-shadow: 4px 4px 7px rgba(0,0,0,0.2);
}

