@charset "UTF-8";
/* CSS Document */

/*===================================================
	詳細ページ用CSS
===================================================*/
#detailMain {
	padding-bottom: 20px;
}

/* 肉球削除 */
#detailMain .leftDetail .infoRight dl dd:first-child {
	background-image: none;
	padding-left: 15px;
}
#detailMain .leftDetail .infoPet h2 {
	background-image: none;
	padding-left: 20px;
}

#detailMain .infoTable td a {
	color: #E3488D;
}
/* 地図を見る */
#detailMain .leftDetail .infoTable td span {
	background: url("../../common/img/1x/icon_target.png") 80px center no-repeat #F19EC2;
	background-size: 10px auto;
}
/* 地図を見る(QR) */
#detailMain #qrCnt .infoPet > .infoTable td span {
	background: url("../../common/img/1x/icon_target.png") 80px center no-repeat #F19EC2;
	background-size: 10px auto;
}

#detailMain .leftDetail .present a {
	color: #E3488D;
}
/* --------------------------------------------------
	右サイド
-------------------------------------------------- */
#detailMain .rightBox .qrBox > p {
	position: relative;
	max-width: 291px;
	margin: 0 auto;
	z-index: 2;
}

/*===================================================
	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 .leftDetail .infoRight dl dd:first-child {
		background-image: none;
	}
	#detailMain .leftDetail .infoPet h2 {
		background-image: none;
	}
	/* 地図を見る */
	#detailMain .leftDetail .infoTable td span {
		background: url("../../common/img/2x/icon_target.png") 80px center no-repeat #F19EC2;
		background-size: 10px auto;
	}
	/* 地図を見る(QR) */
	#detailMain #qrCnt .infoPet > .infoTable td span {
		background: url("../../common/img/2x/icon_target.png") 80px center no-repeat #F19EC2;
		background-size: 10px auto;
	}
}
