#step {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	padding-top: 80px;
	margin-top: 80px;
	position: relative;
}
#step h4 {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 100px;
	height: 100px;
}
#step h4 img {
	margin-left: -50px;
	width: 100%;
}
#step .tel {
	font-size: 180%;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}
#step .notes {
	font-size: 85%;
	padding-bottom: 10px;
	text-align: center;
}
#step .txt {
	padding-bottom: 10px;
}
#step .link_btn {
	padding-top: 10px;
}
#step .clearfix {
	height: 30px;
}








.red_bold {
	font-weight: bold;
	color: #C02D0F;
}
