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

/*===================================================
	詳細ページ用CSS
===================================================*/
header .headBox,
.topicPath {
	max-width: 1644px;
}
/* --------------------------------------------------
	main
-------------------------------------------------- */
#detailMain {
	padding: 20px 20px 150px;
	font-family: 'rounded-mplus';
	font-weight: 300;
}
	#detailMain .detailWrap {
		max-width: 980px;
		margin: 0 auto;
	}
/* --------------------------------------------------
	左メイン
-------------------------------------------------- */
#detailMain .leftDetail {
	position: relative;
	float: left;
	width: 66.5%;
	max-width: 660px;
}
#detailMain .leftDetail > div {
	padding: 20px;
	text-align: left;
	border-radius: 4px;
	background: #FFFFFF;
	box-shadow:0px 2px 6px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 2px 6px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 2px 6px 1px rgba(0,0,0,0.1);
}

/* Newラベル */
#detailMain .leftDetail > .newArrivals:before {
	content: '';
	position: absolute;
	top: -6px;
	left: -6px;
	width: 100px;
	height: 100px;
	z-index: 5;
	background: url("../../common/img/1x/img_band.png") left center no-repeat;
	background-size: 100px auto;
}

/* Renewラベル */
#detailMain .leftDetail > .renewArrivals:before {
	content: '';
	position: absolute;
	top: -6px;
	left: -6px;
	width: 100px;
	height: 100px;
	z-index: 5;
	background: url("../../common/img/1x/img_renew_band.png") left center no-repeat;
	background-size: 100px auto;
}

/* 予約フォームへ進むボタン */
#detailMain .leftDetail .infoMiddle p {
	width: 320px;
	margin: 0 auto 10px;
	text-align: center;
	border-radius: 4px;
}
#detailMain .leftDetail .infoMiddle p:active {
	border-top:2px solid #FFFAEE;
	border-bottom: none;
}
#detailMain .leftDetail .infoMiddle .btnApply {
	height: 55px;
	font-size: 11px;
	color: #FFFFFF;
	border-radius: 4px;
	border-bottom: 5px solid #DD8604;
	background: #FF9900;
}
	#detailMain .leftDetail .infoMiddle .btnApply a {
		display: block;
		padding: 0.3em 0;
	}
	#detailMain .leftDetail .infoMiddle em {
		display: block;
		font-size: 16px;
		font-weight: 700;
	}

/* ペットショップへ電話をかけるボタン */
#detailMain .leftDetail .infoMiddle .btnTel {
	height: 55px;
	line-height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	border-bottom: 5px solid #DD8604;
	background: #FF9900;
	cursor: pointer;
}
	#detailMain .leftDetail .infoMiddle .btnTel em::before {
		display: inline-block;
		content: '';
		width: 20px;
		height: 1em;
		background: url("../img/detail/2x/icon_tel.png") center center no-repeat #FF9900;
		background-size: 10px auto;
	}

/* メールでお問い合わせボタン */
#detailMain .leftDetail .infoMiddle .btnMail {
	height: 50px;
	line-height: 46px;
	font-size: 16px;
	color: #F6A62B;
	border-bottom: 4px solid #F7D8A0;
	background: #FFE7BC;
	cursor: pointer;
}
	#detailMain .leftDetail .infoMiddle .btnMail em::before {
		display: inline-block;
		content: '';
		margin-right: 5px;
		margin-bottom: -3px;
		width: 24px;
		height: 18px;
		background: url("../../common/img/1x/icon_mail.png") center center no-repeat;
		background-size: 24px auto;
	}

/* ペットショップのホームページへボタン */
/*
#detailMain .leftDetail .infoMiddle .btnShop {
	height: 50px;
	line-height: 46px;
	font-size: 18px;
	color: #7799AA;
	border-bottom: 4px solid #C7DDE9;
	background: #D9EDF5;
}
	#detailMain .leftDetail .infoMiddle .btnShop em::after {
		display: inline-block;
		content: '';
		width: 10px;
		height: 8px;
		margin-left: 5px;
		background: url("../../common/img/1x/icon_link.png") center center no-repeat;
		background-size: 10px auto;
	}
*/
/* この子のいる店舗ページへボタン */
#detailMain .leftDetail .infoMiddle .btnShopDetail {
	height: 50px;
	line-height: 46px;
	font-size: 18px;
	color: #7799AA;
	border-bottom: 4px solid #C7DDE9;
	background: #D9EDF5;
}

/* 電話ボタン（販売店情報） */
#detailMain .leftDetail #tel a {
	clear: both;
	display: block;
	width: 150px;
	height: 35px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	color: #FFFFFF;
	border-radius: 4px;
	border-bottom: 4px solid #DD8604;
	background: url("../img/detail/2x/icon_tel.png") 15px 11px no-repeat #FF9900;
	background-size: 10px auto;
	line-height: 35px;
}
/*
	#detailMain .leftDetail #tel a:active {
		margin: 4px auto 0 10px;
		height: 21px;
		border-bottom: none;
	}
*/
/* SNS */
#detailMain .leftDetail .snsBox {
	display: none;
}
	#detailMain .leftDetail h2 {
		margin-bottom: 20px;
		padding-left: 50px;
		font-size: 18px;
		font-weight: 500;
		line-height: 60px;
		border-radius: 4px;
	}
	/* この子の詳細情報 */
	#detailMain .leftDetail .infoPet h2 {
		background: url("../img/detail/1x/detail_icon_paw.png") 15px center no-repeat #F5F5F5;
		background-size: 30px auto;
	}
	/* ペットショップ詳細 */
	#detailMain .leftDetail .infoShop {
		clear: both;
	}
	#detailMain .leftDetail .infoShop h2 {
		background: url("../img/detail/1x/detail_icon_store.png") 15px center no-repeat #F5F5F5;
		background-size: 30px auto;
	}

	#detailMain .leftDetail .infoLeft {
		float: left;
		width: 42%;
		max-width: 240px;
		min-width: 120px;
		margin-bottom: 20px;
		position: relative;
	}
		#detailMain .leftDetail .infoLeft .photoWrapper {
			position: relative;
			width: 100%;
			background: #EEEEEE;
			border: solid #EEEEEE 4px;
		}
		/*
		#detailMain .leftDetail .infoLeft .photoWrapper:before {
			content:"";
			display: block;
			padding-top: 100%;
		}
		#detailMain .leftDetail .infoLeft .photoWrapper img {
			height: auto;
			width: auto;
			max-height: 100%;
			max-width: 100%;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto;
		}
		*/
		#detailMain .leftDetail .infoLeft p:before {
			content: '';
			position: absolute;
			/*padding-top:100%;*/
			left: -10px;
			top: -10px;
			width: 46px;
			height: 46px;
			background: url("../img/detail/1x/detail_icon_masking.png") no-repeat;
			background-size: 46px auto;
			z-index: 2;
		}
		#detailMain .leftDetail .infoLeft p:after {
			content: '';
			position: absolute;
			right: -10px;
			bottom: -10px;
			width: 46px;
			height: 46px;
			background: url("../img/detail/1x/detail_icon_masking.png") no-repeat;
			background-size: 46px auto;
			z-index: 2;
		}
		/*バッチ*/
		#detailMain .leftDetail .infoLeft .photoWrapper .badgeBox {
			width: 110px;
			position: absolute;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: row-reverse;
			flex-direction: row-reverse;
			top:0;
			right: 0;
		}
		#detailMain .leftDetail .infoLeft .photoWrapper .dnaBadge {
			content: '';
			width: 50px;
			height: 50px;
			z-index: 2;
			border: none;
			border-radius: 25px;
			box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1);
			-moz-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1);
			-webkit-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1);
			background: url("../../common/img/1x/icon_dna.png") left center no-repeat;
			background-size: 50px auto;
			cursor: pointer;
			margin-left: 10%;
		}
		/* 案内終了 */
		#detailMain .leftDetail .infoLeft .photoWrapper .endBadge {
			content: '';
			width:50px;
			height: 50px;
			z-index: 2;
			border: none;
			background: url("../../common/img/1x/icon_guide_end.png") left center no-repeat;
			background-size: 50px auto;
		}

		/* 写真表示部分 */
		#detailMain .leftDetail .infoLeft #photoView{
			overflow: hidden;
			max-width: 100%;
			max-height: 100%;
			margin: auto;
		}
			#detailMain .leftDetail .infoLeft #photoView #flipPhoto{
				width: 1000%;
				height: 100%;
			}
			#detailMain .leftDetail .infoLeft #photoView #flipPhoto:after {
				content: '';
				display: block;
				clear: both;
				height: 0;
			}
				#detailMain .leftDetail .infoLeft #photoView #flipPhoto .flipItem{
					float: left;
					position: relative;
					padding-top: 10%;
					width: 10%;
					height: 100%;
				}
					#detailMain .leftDetail .infoLeft #photoView #flipPhoto .flipItem img {
					position: absolute;
					height: auto;
					width: auto;
					max-height: 100%;
					max-width: 100%;
					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					margin: auto;
				}

		/* 写真セレクター */
		#detailMain .leftDetail .infoLeft .photoSelector{
			clear: both;
			display: table;
			table-layout: fixed;
			margin-top: 10px;
			width: 100%;
			text-align: center;
		}
			#detailMain .leftDetail .infoLeft .photoSelector div{
				display: table-cell;
				vertical-align: middle;
				height: 24px;
				cursor: pointer;
			}
			#detailMain .leftDetail .infoLeft .photoSelector .selectorLeft{
				background: url("../../common/img/1x/icon_arrow_left.png") center center no-repeat;
				width: 24px;
			}
			#detailMain .leftDetail .infoLeft .photoSelector .selectorRight{
				background: url("../../common/img/1x/icon_arrow_right.png") center center no-repeat;
				width: 24px;
			}
			#detailMain .leftDetail .infoLeft .photoSelector .selector{
				background: url("../../common/img/1x/icon_dot_grey.png") center center no-repeat;
			}
			#detailMain .leftDetail .infoLeft .photoSelector .active{
				background: url("../../common/img/1x/icon_dot_green.png") center center no-repeat;
			}

		#detailMain .leftDetail .infoLeft ul {
			overflow: hidden;
			margin-top: 10px;
		}
			#detailMain .leftDetail .infoLeft ul li {
				float: left;
				width: 48px;
				height: 48px;
				line-height: 44px;
				font-size: 11px;
				color: #FFFFFF;
				text-align: center;
				border-radius: 5px;
			}
				#detailMain .leftDetail .infoLeft ul li img {
					vertical-align: middle;
				}
			#detailMain .leftDetail .infoLeft ul .dispAnimal {
				margin-right: 5px;
				margin-bottom: 5px;
				background: #F7F7F7;
			}
				#detailMain .leftDetail .infoLeft ul .dispAnimal img.iconDog {
					width: 28px;
				}
				#detailMain .leftDetail .infoLeft ul .dispAnimal img.iconCat {
					width: 32px;
				}
			#detailMain .leftDetail .infoLeft ul .dispGender {
				margin-right: 5px;
				margin-bottom: 5px;
			}
				/* 男の子 */
				#detailMain .leftDetail .infoLeft ul .dispGender.male {
					background: #58AFE5;
				}
				/* 女の子 */
				#detailMain .leftDetail .infoLeft ul .dispGender.female {
					background: #F2ABCA;
				}
				/* 不明 */
				#detailMain .leftDetail .infoLeft ul .dispGender.unknown {
					background: #BBBBBB;
				}
			/* 遺伝子検査済み */
			#detailMain .leftDetail .infoLeft ul .dispDna {
				margin-right: 5px;
				margin-bottom: 5px;
				padding-top: 9px;
				background: #F18484;
				font-size: 11px;
				line-height: 15px;
				cursor: pointer;
			}
	#detailMain .leftDetail .infoRight {
		float: left;
		width: 56%;
		margin:0 0 20px 2%;
	}
		#detailMain .leftDetail .infoRight > div {

		}
		#detailMain .leftDetail .infoRight dl {

		}
			#detailMain .leftDetail .infoRight dl dd:first-child {
				padding-left: 1em;
				font-size: 14px;
				border: solid 1px #F90;
				border-radius: 3px;
				display: inline;
				padding: 2px 15px 2px 25px;
				font-weight: 500;
				color: #FF9C0E;
				background: url("../../common/img/1x/icon_paw.png") 10px center no-repeat;
				background-size: 10px auto;
			}
			#detailMain .leftDetail .infoRight dl dt {
				margin-top: 10px;
				font-size: 20px;
			}
			#detailMain .leftDetail .infoRight dl dd {
				font-size: 12px;
			}
				#detailMain .leftDetail .infoRight dl dd em {
					font-size: 24px;
					font-weight: 700;
				}
				#detailMain .leftDetail .infoRight dl dd .txtAttention {
					margin: 1em 0;
					padding-left: 1.3em;
					text-indent: -1.3em;
					font-size: 11px;
				}
			#detailMain .leftDetail .infoRight dl dd:last-child {
				padding-left: 1em;
				font-size: 14px;
				font-weight: 500;
				color: #F2ABCA;
				background: url("../../common/img/1x/icon_heart.png") left center no-repeat;
				background-size: 13px auto;
			}
		#detailMain .leftDetail .infoRight dl + p {
			margin: 20px 0 5px;
			font-size: 12px;
			color: #989898;
		}
		#detailMain .leftDetail .infoTable {
			margin-bottom: 20px;
			width: 100%;
			font-size: 14px;
			border-top: 1px solid #EDEDED;
		}
			#detailMain .leftDetail .infoTable tr {
				border-bottom: 1px solid #EDEDED;
			}
			#detailMain .leftDetail .infoTable th {
				width: 25%;
				max-width: 80px;
				padding: 5px 5px 5px 10px;
				background: #F5F5F5;
			}
			#detailMain .leftDetail .infoTable td {
				width: 75%;
				padding: 5px 10px;
				font-weight: 300;
			}
				/* 地図を見る */
				#detailMain .leftDetail .infoTable td span {
					display: block;
					width: 100px;
					padding: 2px 0 2px 10px;
					font-size: 12px;
					font-weight: 500;
					border-radius: 4px;
					background: url("../../common/img/1x/icon_target.png") 80px center no-repeat #90C31F;
					background-size: 10px auto;
				}
					#detailMain .leftDetail .infoTable td span a {
						display: block;
						color: #FFFFFF;
					}

	#detailMain .leftDetail .infoMiddle {
		clear: both;
		background-color: #FFFAEE;
		border: solid 2px #FFEEC0;
		border-radius: 5px;
		padding: 25px 10px;
	}
		#detailMain .leftDetail .infoMiddle p:last-child {
			margin-bottom: 0;
		}
	#detailMain .leftDetail .infoBottom {
		width: 100%;
	}
		#detailMain .leftDetail .infoBottom .dispVideo {
			float: left;
			width: 42%;
			max-width: 240px;
			min-width: 120px;
			margin: 20px 0 20px 0;
		}
			#detailMain .leftDetail .infoBottom .dispVideo iframe {
				width: 100%;
			}
		#detailMain .leftDetail .infoBottom .creatureComment {
			float: left;
			width: 56%;
			margin: 20px 0 20px 2%;
		}
	/* 検査結果 */
	#detailMain .leftDetail .inspectionInfo {
		clear: both;
		padding: 15px;
		margin-bottom: 20px;
		width: 100%;
		border: #99CC56 2px solid;
		border-radius: 5px;
	}
		#detailMain .leftDetail .inspectionInfo > img {
			margin: 10px;
			float: left;
			width: 182px;
			height: 40px;
		}
			#detailMain .leftDetail .inspectionInfo > img + div.description {
				float: right;
				position: relative;
				text-align: left;
				font-size: 11px;
				margin-bottom: 15px;
			}
				#detailMain .leftDetail .inspectionInfo > img + div.description p:before {
					content: '※';
					display: block;
					position: absolute;
					left: -15px;
				}
				#detailMain .leftDetail .inspectionInfo > img + div.description p {
					width: 300px;
				}
		#detailMain .leftDetail .inspectionInfo .inspections {
			clear: both;
			display: table;
			width: 100%;
			height: 100%;
		}
		#detailMain .leftDetail .inspectionInfo dl {
			width: 100%;
			display: table-row;
		}
			#detailMain .leftDetail .inspectionInfo dl dt {
				display: table-cell;
				position: relative;
				width: 10%;
				min-width: 60px;
				height: 100%;
				padding-left: 15px;
				font-weight: normal;
			}
			#detailMain .leftDetail .inspectionInfo dl dt:before {
				content: '';
				display: block;
				position: absolute;
				left: 0;
				width: 10px;
				height: 10px;
				margin: 4px 0;
				background-color: #5EAE46;
				border-radius: 5px;
			}
			#detailMain .leftDetail .inspectionInfo dl:last-child dt.child:before {
				background-color: #FF9933;
			}
			#detailMain .leftDetail .inspectionInfo dl div {
				padding: 5px;
			}
			#detailMain .leftDetail .inspectionInfo dl dd {
				display: table-cell;
				border: solid 5px #FFF;
				border-radius: 10px;
				width: 30%;
			}
			#detailMain .leftDetail .inspectionInfo dl dd div {
				height: 100%;
				padding: 0 5px;
			}
			#detailMain .leftDetail .inspectionInfo dl dd:nth-child(4n+2) {
				background-color: #DAF0F4;
			}
			#detailMain .leftDetail .inspectionInfo dl dd:nth-child(4n+3) {
				background-color: #FFE9D4;
			}
			#detailMain .leftDetail .inspectionInfo dl dd:nth-child(4n) {
				background-color: #FFE4E4;
			}
				#detailMain .leftDetail .inspectionInfo dl dd p {
					text-align: center;
					padding: 5px 0;
					font-weight: normal;
				}
				#detailMain .leftDetail .inspectionInfo dl dd img {
					width: calc(100% / 3 - 10px);
					min-width: 34px;
					margin: 5px;
					cursor: pointer;
				}


	/* キャンペーン */
	#detailMain .leftDetail .present {
		clear: both;
		margin: 20px 0;
		font-size: 14px;
		border-radius: 4px;
		background: url("../img/detail/1x/bg_stripe.png");
		background-size: 15px auto;
	}
		#detailMain .leftDetail .present p {
			padding: 30px 20% 30px 4%;
			background: url("../img/detail/1x/icon_present.png") 98% 80% no-repeat;
			background-size: 80px auto;
		}

		#detailMain .leftDetail .present a {
			color: #007440;
		}
/* ペットショップ詳細
-------------------------------------------------- */
#detailMain .infoShop .infoTable th {
	width: 15%;
}
#detailMain .infoShop .infoTable td {
	width: 85%;
}
	#detailMain .infoTable td a {
		color: #007440;
	}
	#detailMain .infoShop .infoTable td#tel {
		padding: 10px 10px;
	}
#detailMain .infoShop .mapArea {
	display: table;
	width: 100%;
}
	#detailMain .infoShop .mapArea > div {
		display: table-cell;
		width: 65%;
		max-width: 400px;
		font-size: 12px;
	}

		#detailMain .infoShop .mapArea .gmap {
			margin: 20px 0 10px;
		}
		#detailMain .infoShop .mapArea .mapBox {
			position: relative;
			padding-bottom: 56.25%;
			padding-top: 30px;
			height: 0;
			overflow: hidden;
		}
		#detailMain .infoShop .mapArea .mapBox iframe,
		#detailMain .infoShop .mapArea .mapBox object,
		#detailMain .infoShop .mapArea .mapBox embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
	#detailMain .infoShop .mapArea > p {
		display: table-cell;
		width: 35%;
		padding-bottom: 40px;
		text-align: right;
		vertical-align: bottom;
	}
		#detailMain .infoShop .mapArea > p img {
			max-width:200px;
		}
	#detailMain .infoShop .mapArea .btnApply {
		display: none;
	}

	#detailMain .shopProfile {
		border: 2px solid pink;
		border-radius: 5px;
		padding: 25px;
		background-color: #FAF7F9;
		text-align: center;
	}
		#detailMain .shopProfile h3:before {
			content: '';
			position: absolute;
			top: 2px;
			left: -25px;
			display: block;
			width: 18px;
			height: 14px;
			background: url("../../common/img/1x/icon_voice.png") no-repeat;
		}
		#detailMain .shopProfile h3 {
			position: relative;
			display: inline;
			font-weight: normal;
		}
		#detailMain .shopProfile p {
			margin-top: 10px;
			text-align: left;
		}

	/* 予約ボタン代替メッセージ */
	#detailMain .inquiryMessage {
		clear: both;
		height: 50px;
		margin: 10px 10px;
		color: #ff9900;
		text-align: center;
	}
		#detailMain .inquiryMessage h3 {
			font-size: 17px;
			letter-spacing: 0.2em;
			font-weight: 600;
		}
		#detailMain .inquiryMessage p {
			font-size: 11px;
			letter-spacing: 0.1em;
			font-weight: normal;
		}
/* 一覧へ戻るボタン
-------------------------------------------------- */
#detailMain .btnBox {
	clear: both;
	max-width: 980px;
	margin: 0 auto;
}
#detailMain .btnBack {
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	border-bottom: 4px solid #D1D0CB;
	background: #E8E7E3;
	margin-top: 30px;
}
#detailMain .btnBack:active {
	border-top: 2px solid #FFFFFF;
	border-bottom: none;
}
	#detailMain .btnBack a {
		display: block;
	}
/* --------------------------------------------------
	右サイド
-------------------------------------------------- */
#detailMain aside {
	float: right;
	position: relative;
	width: 33%;
	max-width: 300px;
}
#detailMain .rightBox {
	position: relative;
	max-width: 300px;
}
	#detailMain .rightBox .qrBox > p {
		position: relative;
		max-width: 300px;
		margin: 0 auto;
		z-index:2;
	}
	/* QRコード */
	#detailMain .rightBox .qrDisp {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 200px;
		margin-top: -7%;
		margin-bottom: 10px;
		padding: 30px 0 20px;
		border-radius: 4px;
		background: #FFF6F9;
		background-size: 90% auto;
		box-shadow:0px 2px 4px 0 rgba(0,0,0,0.1);
		-moz-box-shadow:0px 2px 4px 0 rgba(0,0,0,0.1);
		-webkit-box-shadow:0px 2px 4px 0 rgba(0,0,0,0.1);
	}
		#detailMain .rightBox .qrDisp .qr {
			width: 100px;
			margin: 0 auto 5px;
			border: 4px solid #F0F0F0;
		}
		#detailMain .rightBox .qrDisp .qr + p {
			width: 64%;
			margin: 0 auto;
			text-align: left;
		}
		#detailMain .rightBox .qrDisp .thread {
			position: absolute;
			left: 2px;
			top:0;
			width: 100%;
			max-width: 300px;
			margin: 0 auto;
			z-index: 2;
		}

	/* SNS */
	#detailMain .rightBox .snsBox {
		background: #FFFFFF;
	}
	#detailMain .rightBox .snsBox {
		display: table;
		width: 100%;
		padding: 10px 4%;
		border-radius: 4px;
		box-shadow:0px 2px 4px 0 rgba(0,0,0,0.1);
		-moz-box-shadow:0px 2px 4px 0 rgba(0,0,0,0.1);
		-webkit-box-shadow:0px 2px 4px 0 rgba(0,0,0,0.1);
	}
		#detailMain .rightBox .snsBox dt,
		#detailMain .rightBox .snsBox dd {
			display: table-cell;
			vertical-align: middle;
		}
		#detailMain .rightBox .snsBox dt {
			width: 60%;
			font-size: 11px;
			font-weight: 500;
			text-align: left;
		}
		#detailMain .rightBox .snsBox dd {
			width: 40%;
			text-align: right;
		}
	#detailMain .rightBox .snsBox ul li {
		display: inline-block;
		width: 30px;
	}
	#detailMain .rightBox .snsBox ul li + li {
		margin-left: 5%;
	}
	#detailMain .rightBox .snsBox ul li + li + li {
		display: none;
	}
/* --------------------------------------------------
	このペットショップのワンちゃん・ネコちゃん
-------------------------------------------------- */
#detailMain .gallery {
	margin-top: 60px;
}
	#detailMain .gallery .ttl {
		position: relative;
		display: inline-block;
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: 500;
	}
		#detailMain .gallery .ttl br {
			display: none;
		}
	#detailMain .gallery .ttl:before {
		content: '';
		position: absolute;
		left: -50px;
		top: 0;
		width: 42px;
		height: 30px;
		background: url("../img/detail/1x/icon_flag_left.gif") no-repeat;
		background-size: 42px auto;
	}
	#detailMain .gallery .ttl:after {
		content: '';
		position: absolute;
		right: -50px;
		top: 0;
		width: 42px;
		height: 30px;
		background: url("../img/detail/1x/icon_flag_right.gif") no-repeat;
		background-size: 42px auto;
	}

/* 生体パネル */
.result > ul > li {
	height: 480px;
	background-position: 260px 420px;
}
/*===================================================
	QRコード読み取り後詳細ページ用CSS
===================================================*/
#detailMain #qrCnt {
	float: none;
	width: 100%;
	max-width: 660px;
	margin: 20px auto 0;
}
	#detailMain #qrCnt > div {
		margin: 0;
	}
		#detailMain #qrCnt .infoPet > .infoTable {
			margin-bottom: 20px;
		}
			#detailMain #qrCnt .infoPet > .infoTable th {
				width: 15%;
			}
			#detailMain #qrCnt .infoPet > .infoTable td {
				width: 85%;
			}
				/* 地図を見る */
				#detailMain #qrCnt .infoPet > .infoTable td span {
					display: block;
					width: 100px;
					padding: 2px 0 2px 10px;
					font-size: 12px;
					font-weight: 500;
					border-radius: 4px;
					background: url("../../common/img/1x/icon_target.png") 80px center no-repeat #90C31F;
					background-size: 10px auto;
				}
					#detailMain #qrCnt .infoPet > .infoTable td span a {
						display: block;
						color: #FFFFFF;
					}

/*===================================================
	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 > .newArrivals:before {
		background: url("../../common/img/2x/img_band.png") left center no-repeat;
		background-size: 100px auto;
	}

	/* 更新の帯 */
	#detailMain .leftDetail > .renewArrivals:before {
		background: url("../../common/img/2x/img_renew_band.png") left center no-repeat;
		background-size: 100px auto;
	}

	/* この子の詳細情報 */
	#detailMain .leftDetail .infoPet h2 {
		background: url("../img/detail/2x/detail_icon_paw.png") 15px center no-repeat #F5F5F5;
		background-size: 30px auto;
	}

	/* ペットショップ詳細 */
	#detailMain .leftDetail .infoShop h2 {
		background: url("../img/detail/2x/detail_icon_store.png") 15px center no-repeat #F5F5F5;
		background-size: 30px auto;
	}

	/* 遺伝子検査済みバッジ */
	#detailMain .leftDetail .infoLeft .photoWrapper .dnaBadge {
		background: url("../../common/img/2x/icon_dna.png") left center no-repeat;
		background-size: 50px auto;
	}
	/* 案内終了 */
	#detailMain .leftDetail .infoLeft .photoWrapper .endBadge {
		background: url("../../common/img/2x/icon_guide_end.png") left center no-repeat;
		background-size: 50px auto;
	}

	/* 生体写真切り替えボタン */
	#detailMain .leftDetail .infoLeft .photoSelector .selectorLeft {
		background: url("../../common/img/2x/icon_arrow_left.png") center center no-repeat;
		background-size: 24px auto;
	}
	#detailMain .leftDetail .infoLeft .photoSelector .selectorRight {
		background: url("../../common/img/2x/icon_arrow_right.png") center center no-repeat;
		background-size: 24px auto;
	}
	#detailMain .leftDetail .infoLeft .photoSelector .selector {
		background: url("../../common/img/2x/icon_dot_grey.png") center center no-repeat;
		background-size: 10px auto;
	}
	#detailMain .leftDetail .infoLeft .photoSelector .active {
		background: url("../../common/img/2x/icon_dot_green.png") center center no-repeat;
		background-size: 10px auto;
	}

	/* メールでお問い合わせボタン */
	#detailMain .leftDetail .infoMiddle .btnMail em::before {
		background: url("../../common/img/2x/icon_mail.png") center center no-repeat;
		background-size: 24px auto;
	}
	/* ペットショップのホームページへボタン */
	#detailMain .leftDetail .infoMiddle .btnShop em::after {
		background: url("../../common/img/2x/icon_link.png") center center no-repeat;
		background-size: 10px auto;
	}

	/* マスキングテープ */
	#detailMain .leftDetail .infoLeft p:before {
			background: url("../img/detail/2x/detail_icon_masking.png") no-repeat;
			background-size: 46px auto;
		}
		#detailMain .leftDetail .infoLeft p:after {
			background: url("../img/detail/2x/detail_icon_masking.png") no-repeat;
			background-size: 46px auto;
		}
	/* ストライプ */
	#detailMain .leftDetail .present {
		background: url("../img/detail/2x/bg_stripe.png");
		background-size: 15px auto;
	}
		/* プレゼント画像 */
		#detailMain .leftDetail .present p,
		#detailMain .leftDetail .present p {
			background: url("../img/detail/2x/icon_present.png") 98% 80% no-repeat;
			background-size: 80px auto;
		}

	/* アイコン（足） */
	#detailMain .leftDetail .infoRight dl dd:first-child {
		background: url("../../common/img/2x/icon_paw.png") 10px center no-repeat;
		background-size: 10px auto;
	}
	/* アイコン（ハート） */
	#detailMain .leftDetail .infoRight dl dd:last-child {
		background: url("../../common/img/2x/icon_heart.png") left center no-repeat;
		background-size: 13px auto;
	}
	/* アイコン（吹き出し） */
	#detailMain .shopProfile h3:before {
		background: url("../../common/img/2x/icon_voice.png") no-repeat;
		background-size: 18px auto;
	}
	/* 地図を見る */
	#detailMain .leftDetail .infoTable td span {
		background: url("../../common/img/2x/icon_target.png") 80px center no-repeat #90C31F;
		background-size: 10px auto;
	}
	/* 地図を見る(QR) */
	#detailMain #qrCnt .infoPet > .infoTable td span {
		background: url("../../common/img/2x/icon_target.png") 80px center no-repeat #90C31F;
		background-size: 10px auto;
	}

	/* 写真一覧タイトル */
	#detailMain .gallery .ttl:before {
		background: url("../img/detail/2x/icon_flag_left.gif") no-repeat;
		background-size: 42px auto;
	}
	#detailMain .gallery .ttl:after {

		background: url("../img/detail/2x/icon_flag_right.gif") no-repeat;
		background-size: 42px auto;
	}

}
