.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;
	-moz-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;

	box-shadow:0 0 10px 0 rgba(0,0,0,0.4);;
	-moz-box-shadow:0 0 10px 0 rgba(0,0,0,0.4);;
	-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.4);;
	-o-box-shadow:0 0 10px 0 rgba(0,0,0,0.4);;
	-ms-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;
    float: left;
    padding-left: 5px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    border-left-style: solid;
    border-left-width: 18px;
}

.topNameBlock .price{
	float: right;
	height: 18px;
	background: url(../png/en-2.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 .mainImg{
	display: block;
	float: left;
	width: 365px;
	margin-left: 10px;
}

#deteilWap a:hover{
	text-decoration: underline;
}

.phBlock .mojiImg{
	display: block;
	float: right;
	width: 384px;
}

#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;
    /*line-height: 40px;
    height: 40px;*/
}

#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;
		-moz-border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
		-ms-border-radius: 0;

		border: #000 1px solid;

		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		-o-box-shadow:none;
		-ms-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;
		/* background-color: red; */
	}


	#header{
		display: none;
	}

	#Gnavi{
		display: none;
	}


	#footer{
		display: none;
	}


}

div.voice{
	position: relative;padding-bottom: 18px;
}
div.voice input.listen{
	position: absolute; right: 0px; bottom: 18px;
	border: medium none;
	background: url('../png/voice_icon-2.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('../png/ic-x-2.png') no-repeat !important;
	background-size: 28px 28px !important;
    background-position: center;
}
.heateor_sss_button_twitter svg{
	display: none !important;
}








