@charset "utf-8";

#flowTable{
	border:0;
	border-collapse: collapse;
	background:#fff;
	margin:10px 0;
}
#flowTable .step{
	width:187px;
	padding:0;
	vertical-align:top;
	text-align:left;
}

#flowTable .detail01,#flowTable .detail02,#flowTable .detail03{
	width:459px;
	text-align:left;
	vertical-align:top;
	padding:20px 0 0 5px;
}
#flowTable .detail01{
	background:url(image/flow_text_bg01.jpg) no-repeat left top;
}
#flowTable .detail02{
	background:url(image/flow_text_bg02.jpg) no-repeat left top;
}
#flowTable .detail03{
	background:url(image/flow_text_bg03.jpg) no-repeat left top;
}
#flowTable .phase{
	width:24px;
	padding:0;
	text-align:left;
	vertical-align:top;
}

