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



#flow {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	z-index: 10;
	position: relative;
	margin-top: -60px !important;
}

#step {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#step .stepbg {
	width: 90px;
	height: 180px;
	font-size: 28px;
	line-height: 32px;
	font-family: "futura-100", sans-serif;
	font-weight: 600;
	font-style: normal;
	padding-top: 25px;
	margin-right: 20px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#step .txt	{
	width: 330px;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	float: left;
}

#step .illust {
	width: 160px;
	text-align: right;
	float: left;
}


#step .step1 {
	background-image: url(../images/step01.png);
}

#step .step2 {
	background-image: url(../images/step02.png);
}

#step .step3 {
	background-image: url(../images/step03.png);
}

#step .step4 {
	background-image: url(../images/step04.png);
}

#step .step5 {
	background-image: url(../images/step05.png);
}

#step .step6 {
	background-image: url(../images/step06.png);
}

#step .step7 {
	background-image: url(../images/step07.png);
}

