@charset "UTF-8";
/* CSS Document */

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

.ranking h1, .ranking h2{
	color:#dd4861;
}

.ranking>div div h3{
 font-size:1.6rem;
	letter-spacing: 0px;
	font-weight: 500;
}

/* **********************価格帯から選ぶ********************** */

.price_category h1{
	color:#dd4861;
}


/* ********************************************max-width: 480px******************************************** */

@media screen and (max-width: 480px) {
 
 
/* **********************レコメンドセクション********************** */


div.rec_item div img{
 width: 90% !important;
 margin: 0px auto;
}


div.rec_info>h5{
margin-bottom: -15px !important;
}

}
