@charset "utf-8";
/* CSS Document */
.content{
	margin: 50px 0;
}
.content .block{
	max-width: 800px;
	margin: auto;
}
.content .img-box{
	width: 45%;
}
.content .text{
	width: 50%;	
}
.content .text h2{
	margin: 0 0 20px;
	padding: 0 0 6px;
	border-bottom: solid 1px #333;
}
.content .text .price{
	margin: 20px 0 0;
	font-size: 24px;
	font-weight: bold;
}
.content .text .price span{
	font-size: 16px;
	margin: 0 0 0 6px;	
}
.content .text .btn{
	margin: 20px 0 0;
}
.content .text .btn p{
	margin: 0 0 10px;
}
.content .text .text{
	width: 100%;
}
.back-btn{
	width: 240px;
	margin: 50px auto 0;
}
.back-btn a{
    border-radius: 4px;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.back-btn a:hover{
	opacity: 0.5;
}

@media screen and (max-width:767px){
	.content .img-box{
		width: 100%;
	}
	.content .img-box img{
		margin: auto;
		width: 60%;
	}
	.content .text{
		width: 100%;	
	}	
}