@charset "utf-8";
#step {
	margin: 0px auto;
	width: 580px;
	display: block;
}
#step li {
	display: block;
	height: 108px;
	padding: 20px 20px 20px 130px;
	border-bottom: 1px solid #D6D6D6;
	width: 430px;
	text-align: left;
}
#step li.end {
	border-bottom: none;
}
.step1 {
	background: url(img/step01.jpg) no-repeat left center;
	line-height: 50px;
}
.step2 {
	background: url(img/step02.jpg) no-repeat left center;
	line-height: 108px;
}
.step3 {
	background: url(img/step03.jpg) no-repeat left center;
	line-height: 50px;
}
.step4 {
	background: url(img/step04.jpg) no-repeat left center;
	line-height: 30px;
}
