
#title h1 {
	background: #20366c url(images/title.jpg) no-repeat center;
	background-size: cover;
}

div.content.concept {
	background: url(images/content_concept.jpg) no-repeat left center;
	background-size: 50%;
}

div.point {
	margin: 0px auto;
	padding: 20px 0px 70px 0px;
	width: 900px;
}

div.point ul li {
	display: inline-block;
	padding-bottom: 70px;
	vertical-align: top;
	width: 400px;
}

div.point ul li:nth-child(odd) {
	padding-right: 90px;
}

div.point ul li span.text {
	display: block;
	line-height: 1.8em;
	padding-top: 30px;
}

div.point div.message {
	background-color: white;
	border-radius: 20px;
	padding: 70px 70px 60px 70px;
}

div.point div.message h3 {
	font-size: 22px;
	line-height: 1.6em;
	padding-bottom: 10px;
	text-align: left;
}

div.point div.message div.img {
	display: table-cell;
	padding-right: 40px;
	vertical-align: middle;
}

div.point div.message div.text {
	display: table-cell;
	vertical-align: middle;
}

div.point div.message div.text p {
	font-size: 18px;
}

div.content.design {
	background: url(images/content_design.jpg) no-repeat left center;
	background-size: 50%;
}

div.content.solid {
	background: url(images/content_solid.jpg) no-repeat left center;
	background-size: 50%;
}

div.content.craftsperson {
	background: url(images/content_craftsperson.jpg) no-repeat left center;
	background-size: 50%;
}

