@charset "utf-8";
/* CSS Document */

#flow dl{
	width:100%;
	margin-top:10px;
}
#flow dl:first-child{
	margin-top:0;
}
#flow dl .title{
	border-left: 9px double #0168B7;
	padding-left: 5px;
	font-size: 15px;
	margin-bottom:15px;
}
#flow .topText{
	margin-bottom:20px;
}
#flow .stepTitle{
	font-weight:bold;
	font-size:16px;
	padding: 10px;
	width: 220px;
	background-color: #0168B7;
	text-align: center;
	color: #fff;
}
#flow .text{
	width:390px;
}
#flow .arrow{
	text-align:center;
	width:220px;
	padding: 10px;
}

#flow table th.thTitle{
	vertical-align:top;
}