@charset "utf-8";
/* CSS Document */


.flow dl{
width: 560px;
clear: both;
}
.flow dt{
float: left;
width: 230px;
margin-right: 25px;
}

.flow dl:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

