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


/* flow */

.sumai .flow {
	padding: 20px 0px 0px 10px;
}

.sumai .flow dl {
	background-image: url(/sumai/flow/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 43px bottom;
	padding-bottom: 20px;
	margin-bottom: 5px;
}

.sumai .flow dt {
	width: 400px;
	float: right;
	font-size: 120%;
	color: #975f2d;
	font-weight: bold;
	padding: 3px 0px 5px 25px;
	background-image: url(/sumai/flow/images/aicon_title.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.sumai .flow dd {
	width: 425px;
	float: right;
	padding: 0px 0px 23px 0px;
	background-image: url(/sumai/flow/images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #848484;
}

.sumai .flow .last {
	background-image: none !important;
}
