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

h2{
	margin: 0 0 10px 0;
	font-size: 25px;
}

p.description{
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 22px;
}

div.product{
	margin: 0 0 37px 0;
}

div.gray-back div.product:nth-child(6){
	margin-bottom: -19px;
}

h3{
	width: 208px;
	margin: 0 0 10px 0;
	padding: 3px 0 0;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	text-align: center;
	background-color: #005e5b;
}

div.product p{
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 22px;
}

div.product-picture{
	margin: 0 auto 19px;
}

@media screen and (min-width: 751px){
	div#contents h2{
		font-size: 20px;
	}
	
	p.description{
		width: 84.7%;
		margin: 15px auto;
		font-size: 14px;
	}
	
	div.product{
		width: 100%;
	}
	
	h3{
		width: 192px;
		font-size: 16px;
		line-height: 18px;
	}
	
	div.product p{
		margin: 5px 0 25px;
		font-size: 14px;
	}
	
	div.product-picture{
		width: 73.5%;
	}
}