@charset "utf-8";

.step > div{
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	margin-bottom:15px;
}

.step > div > div:nth-child(1){
	background-color:#ff6000;
	border-radius:5px;
	display:table-cell;
	padding:10px 20px;
	font-size:16px;
	color:#fff;
	margin-bottom:10px;
	font-family:"微軟正黑體", Arial;

}
.step > div > div:nth-child(2){
	/*margin-top:5px;*/
	border-top:1px solid #ff4200;
}
.step table{
	border:0px;
}
.step table td{
	border:0px;
	padding:0px;
}

.step_des{
	color: #333;
	font-size:12px!important;
	padding-top:15px!important;
}
.step_des p{
	font-size:inherit;
	padding-bottom:10px;
}
.step_des .hl{
	font-weight:bold;
	color:#ff4200;
}

.step img{
	margin-right:1px;
	margin-bottom:1px;
}

