@charset "utf-8";

#body > article > ol {}
	#body > article > ol li {
		border-bottom: 1px solid #ccc;
		font-weight: bold;
		list-style: none;
		padding: 0 15px;
	}
		#body > article > ol li span {
			display: block;
			padding: 22px 0;
			-webkit-background-size: 50px 50px; 
			-moz-background-size: 50px 50px;
			-o-background-size: 50px 50px;
		}
		#body > article > ol li:nth-child(1) span {
			background: url(../img/ico-tel.png) 100% 50% no-repeat scroll;
		}
		#body > article > ol li:nth-child(2) span {
			background: url(../img/ico-visit.png) 100% 50% no-repeat scroll;
		}
		#body > article > ol li:nth-child(3) span {
			background: url(../img/ico-estimate.png) 100% 50% no-repeat scroll;
		}
		#body > article > ol li:nth-child(5) span {
			background: url(../img/ico-work.png) 100% 50% no-repeat scroll;
		}
		#body > article > ol li:nth-child(6) span {
			background: url(../img/ico-finish.png) 100% 50% no-repeat scroll;
		}

			#body > article > ol li span img {
				padding: 0 10px 0 0;
			}
	#body > article > ol li.free {
		background: #FFCC00;
		padding: 10px 15px;
		text-align: center;
	}










