﻿@charset "utf-8";

/* flow */
/*-----------------------------------------------*/
#flow #flowListWrap .flowList{
	width	:	100%;
	margin-top	:	20px;
}
#flow #flowListWrap .flowList:first-child{
	margin-top	:	0px;
}

#flow #flowListWrap .flowList dt{
	padding	:	8px 0;
	border-bottom	:	1px solid #333;
}
#flow #flowListWrap .flowList dd{
	padding	:	8px 0;
}









