@charset "UTF-8";

/* フローチャート */
.cts_box ol.flowChart {
	margin: 0 20px;
}
.cts_box ol.flowChart li:after {
	display: block;
	content: "";
	width: 100%;
	height: 40px;
	background: url(../img/icon_arrow_bottom.png) no-repeat center center;
}
.cts_box ol.flowChart li:last-child:after {
	background: none;
}
.cts_box ol.flowChart li span {
	display: block;
	margin-bottom: 6px;
	padding: 6px 10px;
	border: 4px solid #CCC;
	font-size: 16px;
	color: #333;
}
.cts_box ol.flowChart li span.s {
	border: 4px solid #8D0000;
	color: #8D0000;
}
.cts_box ol.flowChart li {
	font-size: 14px;
	color: #666;
}

/* お問い合わせはこちら */
.sale_auction_last {
	text-align: center;
	margin-top: 30px;
}
.sale_auction_last p {
	margin-bottom: 10px;
}