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

/*===================================================
	詳細ページ用CSS
===================================================*/
#detailMain {
	padding: 10px 20px 0;
}

/* 肉球アイコンの削除 */
#detailMain .shopDetail .petShopBtnBox a:nth-child(1)::before {
	content: none;
	background-image: none;
}
#detailMain .infoShop .infoTable td span {
	background-color: #F19EC2;
}
#detailMain .infoTable td a {
	color: #E3488D;
}
#detailMain .shopDetail .petShopBtnBox a {
	background-color: #F19EC2;
	border-bottom: 4px solid #DC8CAF;
}

/*===================================================
	Retina対応
===================================================*/
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and ( min-resolution: 2dppx){

	/* 肉球アイコンの削除 */
	#detailMain .shopDetail .petShopBtnBox a:nth-child(1)::before {
		background-image: none;
	}

}

