@charset "utf-8";

/* -------- Copyright (C) Taitosolution Co.,LTD. -------- */

/* =========================================================
■物件購入/売却の流れ
========================================================= */

div.flow_box {
	margin                  : 0 15px 15px;
	background              : url(../../flow_buy/img/frame_btm.gif) center bottom no-repeat;
	padding-bottom          : 8px;
}

div.flow_box div.frame {
	margin-top              : 10px;
	background              : url(../../flow_buy/img/frame_top.gif) center top no-repeat;
	padding-top             : 8px;
}

div.flow_box div.frame div.main {
	border                  : 1px solid #CCC;
	border-width            : 0 1px 0 1px;
	background              : transparent url(../../flow_buy/img/left_line.gif) repeat-y 12px;
	padding                 : 0 15px 0 30px;
	margin                  : 0;
}

div.flow_box div.frame div.main img {
	margin                  : 3px 0 12px;
}

div.step_box {
	margin-bottom           : 10px;
	background              : url(../../flow_buy/img/down_arrow.gif) no-repeat center top;
	height                  : 43px;
}

div.step_box img {
	margin-top              : 18px;
}

