@charset "utf-8";

.flow-contents li {
	background: url(/disposal/saleflow/images/icn_flow_arw.gif) no-repeat bottom center;
	padding: 0 0 34px;
	margin: 0 0 12px;
}
.flow-contents li#step9 {
	background: none;
}
.flow-contents dl {
	background: #fff9c9;
	padding: 30px 0 30px 100px;
	border-radius: 3px;
}
.flow-contents li#step1 dl {
	background: #f1fadd url(/disposal/saleflow/images/num_01.gif) no-repeat 10px center;
}
.flow-contents li#step2 dl {
	background: #f1fadd url(/disposal/saleflow/images/num_02.gif) no-repeat 10px center;
}
.flow-contents li#step3 dl {
	background: #f1fadd url(/disposal/saleflow/images/num_03.gif) no-repeat 10px center;
}
.flow-contents li#step4 dl {
	background: #f1fadd url(/disposal/saleflow/images/num_04.gif) no-repeat 10px center;
}
.flow-contents li#step5 dl {
	background: #f1fadd url(/disposal/saleflow/images/num_05.gif) no-repeat 10px center;
}
.flow-contents li#step6 dl {
	background: #f1fadd url(/disposal/saleflow/images/num_06.gif) no-repeat 10px center;
}
.flow-contents li#step7 dl {
	background: #f1fadd url(/disposal/saleflow/images/num_07.gif) no-repeat 10px center;
}
.flow-contents li#step8 dl {
	background: #f1fadd url(/disposal/saleflow/images/num_08.gif) no-repeat 10px center;
}
.flow-contents li#step9 dl {
	background: #f1fadd url(/disposal/saleflow/images/num_09.gif) no-repeat 10px center;
}
.flow-contents dt {
	margin: 0 0 5px;
}
.flow-contents dd {
	color: #666;
}
.flow-contents p {
	text-align: center;
}
