.container {
	position: relative;
}

#nextBt {
	position: absolute;
	top: 445px;
	right: 35px;
	width: 25px;
}

#backBt {
	position: absolute;
	top: 445px;
	left: 35px;
	width: 25px;
}

#deteilWap {
	margin: 50px auto 0;
	width: 770px;
	padding: 25px;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.topNameBlock {
	width: auto;
	border-bottom: 1px #aeadad solid;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.topNameBlock h2 {
	margin: 0;
	padding: 0;
	width: 600px;
	max-width: calc( 100% - 18px - 5px - 60px );
	float: left;
	padding-left: 5px;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	border-left-style: solid;
	border-left-width: 18px;
}

.topNameBlock .price {
	float: right;
	height: 18px;
	background: url(../img/deteil/en.png);
	overflow: hidden;
	text-indent: -10000px;
}

.topNameBlock .en1 {
	width: 20px;
}


.topNameBlock .en2 {
	width: 40px;
}

.topNameBlock .en3 {
	width: 60px;
}

.phBlock {
	padding-bottom: 11px;
	border-bottom: 1px #aeadad solid;
}

.phBlock .detail-mainimg {
	float: left;
	display: block;
	width: 47.4%;
	aspect-ratio: 4/3;
}

.phBlock .mainImg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.phBlock .mojiImg {
	float: right;
	display: block;
	width: 49.8%;
	height: auto;
}

#deteilWap a:hover {
	text-decoration: underline;
}

#deteilWap h3 {
	font-weight: normal;
	font-size: 40px;
}

#deteilWap p {
	line-height: 1.8;
	font-size: 16px;
	padding: 5px 35px;
}

#deteilWap h4 {
	padding-top: 20px;
	font-weight: normal;
	font-size: 30px;
}

#deteilWap h4 .fa {
	font-weight: normal;
	font-size: 20px;
	color: #009dd9;
	line-height: 40px;
	vertical-align: top;
}

.profile p {
	border-bottom: 1px #aeadad dotted;

}

.tip1 {
	border-left-color: #ff0303;
}

.tip2 {
	border-left-color: #0bb9fe;
}

.tip3 {
	border-left-color: #b28850;
}

.tip4 {
	border-left-color: #f54e96;
}

.tip5 {
	border-left-color: #36bea0;
}

.tip6 {
	border-left-color: #ffd801;
}

.tip7 {
	border-left-color: #9e149e;
}

.tip8 {
	border-left-color: #1559ad;
}

.tip9 {
	border-left-color: #5e5d5d;
}

.tip10 {
	border-left-color: #ff7200;
}


@page {
	size: A4;
	margin: 10mm;
}


/*プリント設定*/
@media print {

	body,
	html {
		margin: 0 auto;
		padding: 0;
		width: 190mm;
		min-width: 190mm;
		overflow-x: hidden;
	}

	#wrap {
		margin: 0;
		padding: 0;
		width: 190mm;
		overflow-x: hidden;
	}

	#deteilWap {
		width: 170mm;
		margin: 5mm auto;
		min-height: 225mm;
		padding: 5mm;
		border-radius: 0;
		border: #000 1px solid;
		box-shadow: none;
	}

	#nextBt {
		display: none;
	}

	#backBt {
		display: none;
	}

	.phBlock {
		width: 170mm;
	}

	.phBlock .phBlock {
		width: 82mm;
	}

	.phBlock .mainImg {
		width: 82mm;
		height: auto;
	}

	.phBlock .mojiImg {
		width: 82mm;
		height: auto;
	}

	.container {
		width: 100%;
		padding: 0;
		line-height: 1.5;
	}


	#header {
		display: none;
	}

	#Gnavi {
		display: none;
	}


	#footer {
		display: none;
	}


}

div.voice {
	position: relative;
	padding-bottom: 18px;
}

#detail-voice {}

#detail-voice input.listen {
	position: absolute;
	right: 0px;
	bottom: 18px;
	border: medium none;
	background: url('../img/deteil/voice_icon.png') no-repeat center center;
	padding: 15px 30px;
	cursor: pointer;
	outline-color: #fff;
}

.heateor_sss_button_flipboard svg {
	width: 22px;
	left: 4px;
	position: relative;
	top: 1px;
}

.heateor_sss_button_twitter .heateor_sss_s_twitter {
	background: #3070E8 url('../img/common/ic-x.png') no-repeat !important;
	background-size: 28px 28px !important;
	background-position: center;
}

.heateor_sss_button_twitter svg {
	display: none !important;
}