.step {
	margin-bottom: 20px;
	overflow: hidden;
	text-align: left;
}
.step figure {
	width: 250px;
	float: left;
	margin-left: 50px;
	margin-bottom: 30px;
}
.step figure img {
	margin-bottom: 5px;
}
.step figure figcaption {
	line-height: 18px;
	padding-left: 20px;
	background-image: url(../img/diagnosis/ico_diagnosis.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
	font-size: 13px;
}
.step #cautions {
	font-size: 16px;
	color: #C00;
	text-decoration: underline;
	line-height: 22px;
	margin-bottom: 30px;
}
