

#title {
	background-color: #d4a5a5;
}

main {
	border-bottom: 10px solid #e0bfbf;
}

h2.img em {
	background: url(images/h2_img_right.png) no-repeat right bottom, url(images/h2_img.png) no-repeat left bottom;
}

div.coupon p a.link-btn {
	background-color: #d4a5a5;
}

div.content {
	background-color: #f0dede;
}

div.content div.inner {
	background-color: white;
	padding: 20px 50px;
}

div.content div.inner h3 {
	color: #d4a5a5;
	text-align: left;
}

div.case div.content div.inner {
	display: flex;
	justify-content: space-between;
}

div.case div.content div.inner div.img {
	text-align: center;
	width: 300px;
}

div.case div.content div.inner div.img p {
	text-align: center;
}

div.case div.content div.inner div.text {
	width: 380px;
}

div.comment {
	background-color: #f8f0f0;
}

#footer h5 {
	padding-top: 0;
}
