body {
	font-family: Arial, Helvetica, sans-serif;
}

#detailText .text p {
	width: 86%;
	margin-left: 7%;
	text-align: left;
}

#product .wrap .date {
	line-height: 1.2;
}

@media (min-width: 960px) {	

	#intro div {
		left: 6%;
		margin-top: -28vh; /* +2vh */
	}

	#intro div img {
		height: 52vh;
	}
	
	#detailText .text {
		background: url('../img/copy.png') no-repeat -8px 0;
		background-size: 400px auto;
		padding-top: 230px;
		font-size: .82rem;
		line-height: 1.8em;
	}

	#detailText .text p {
		width: 100%;
		margin-left: 0;
		text-align: left;
	}
	
	#top .info .price {
		line-height: 1.6em;
		font-size: 1.1em;
	}
	
}
