#Contents .top section,
#Contents .category section {
	margin: 0 0 10px;
	padding: 20px 30px 20px;
	background: white;
	box-sizing: border-box;
}

#Contents .top section  {
	padding: 20px 20px 10px;
}

#Contents .category section p,
#Contents .top section .image,
#Contents .category section .image {
	position: relative;
	margin: 0 15% 10px;
	width: 70%;
}

#Contents .top .image:first-child  {
	margin: 0 0 10px;
	width: 100%;
}
#Contents .top .image:last-child  {
	margin-bottom: 0;
}

