/*レコメンドトップ*/
div#ppz_recommend {
    margin-top: 30px;
}
.tp-rcd{
	margin-bottom: 40px;

}
.tp-rcd .ppz_title{
	color: #0090f0;
	position: relative;
	padding: 8px 10px 5px 32px !important;
	border-top: 1px solid #ccc;
}
.tp-rcd .ppz_title:before {
    content: "\f002";
    font-family: FontAwesome;
	font-weight: 900 !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
}
.ppz_title {
    font-size: 21px;
    font-weight: bold;
	margin-bottom: 15px;
}
.ppz_item ul{
	display: flex;
	justify-content: space-between;
}
.ppz_item ul li{
    width: 19%;
	box-sizing: border-box;
	border: 1px solid #bbb;
	border-radius: 5px;
}
.ppz_item ul li a{
	display: flex;
	flex-direction: column;
	color: #333;
	padding: 15px;
    height: 100%;
	box-sizing: border-box;
}
.ppz_item .r-img-box {
    min-height: 0%;
	margin-bottom: 5px;
	text-align: center;
}
.tp-rcd .r-img-box{
	height: 85px !important;
	margin-bottom: 12px !important;
}
.cart-rcd .r-img-box{
	height: 85px !important;
}
.dt-rcd .r-img-box{
	height: 108px !important;
}
.ppz_item ul li a:hover p.name {
		text-decoration: none !important;
	}
.ppz_item ul li a p.name {
	font-size: 12px;
    margin-bottom: 13px;
	color: #03c !important;
	line-height: 1.4;
	text-decoration: underline;
}
.tp-rcd .ppz_item ul li a p.name{
	font-size: 15px !important;
	font-weight: bold;
}
.ppz_item ul li a p.price {
	color: #e00;
	font-weight: bold;
	font-size: 20px;
	margin-top: auto;
	text-align: center;
}
.ppz_item ul li img{
	max-width: 100%;
	/*display: block;*/
	margin-top: auto;
	box-sizing: content-box;
}
.dt-rcd .ppz_item ul li img{
	max-height: 108px;
}
.cart-rcd .ppz_item ul li img{
	max-height: 85px;
	max-width: 95px;
}