#maintitle {
	background: url(images/title_bg.jpg)no-repeat;
	background-size: cover;
}

div.recommend-container {
	background-color: #e4e4e4;
	padding: 40px;
	border-radius: 20px;
}

div.recommend-container ul.check-list {
	text-align: left;
}

div.recommend-container ul.check-list li {
	background: url(images/ul_check_li.png)no-repeat left center;
	background-size: 20px;
	padding: 5px 0px 5px 30px;
	font-weight: bold;
}

ul.menu li div.body {
	vertical-align: middle;
	background-color: #e4e4e4;
}

ul.menu li div.body h3 {
	font-size: 130%;
}
