@charset "utf-8";
/* お取引の流れ

------------------------------------------------------------- */
#flow_box {
	margin: 20px;
	width: 620px;
	text-align:center;
	font-size: 100%;
	line-height:1.3;
	letter-spacing: 1px;
	color:#333333;
	table-layout:auto;
}
#flow_box img {
	margin:0 auto;
}
#account_01 {
	margin-top:20px;
	background:url(images/step_01.gif);
	width: 620px;
	height: 116px;
}
#account_01 a.acount {
	display:block;
	padding-top:50px;
}
#account_02 {
	background:url(images/step_02.gif) no-repeat;
	width: 620px;
	height: 145px;
}
#account_02 p#step2 {
	text-align:left;
	width: 570px;
	padding:65px 0 0 40px;
}
.content_block p {
	width: 620px;
	margin-left:20px;
}
