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

/*main-img*/

.main-img {
	background-image: url(images/main-img.jpg);
}

/*contents*/

div.contents01 {
	clear: both;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

/*feature*/

.feature {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	margin-bottom: 40px;
}

.feature div.contents-left {
	height: 170px;
	width: 470px;
	background-color: #FFFDE1;
	padding: 20px;
	border-radius:10px;
}

.feature div.contents-left h4 {
	margin-bottom: 10px;
}

.feature div.contents-left h5 {
	font-size: 18px;
	color: #66AD00;
	font-weight: normal;
	margin-bottom: 10px;
}

.feature div.contents-left p {
	font-size: 14px;
	line-height: 1.6em;
	color: #736357;
	width: 430px;
	margin-left: 20px;
}

.feature p.contents-right {
	width: 312px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 10px;
}
