@charset "utf-8";

/*----------------------------------------------------
	petwheelcentercap /  スマホ用CSS
----------------------------------------------------*/
@media screen and (max-width: 736px) {


.petwheelcentercap.item .titleArea .pricePoint.pricePointW .pricePointIn {
	flex-direction: column;
}

.petwheelcentercap.item .titleArea .pricePoint.pricePointW .pricePointIn .priceArea {
	width: 100%;
}

.petwheelcentercap.item .titleArea .pricePoint.pricePointW .pricePointIn .detailArea {
	width: 100%;
	padding: 0 10px 10px 10px;
}

.petwheelcentercap.item .titleArea .pricePoint.pricePointW .pricePointIn .detailArea a {
	border: none;
	padding: 0;
	pointer-events: none; 
}

.petwheelcentercap.item .titleArea .pricePoint.pricePointW .pricePointIn .detailArea img.modalZoom {
	display: none;
}


.petwheelcentercap.item .titleArea .pricePoint.pricePointW {
	margin-top: 0;
}

.petwheelcentercap.item .tekiyoArea dl dd span.mLeft {
	margin-left: 0;
}












/*-------------------スマホ用終了-------------------*/
}

