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



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

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

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

#step .txt	{
	width: 620px;
	font-size: 22px;
	line-height: 36px;
	text-align: left;
	float: left;
}

#step .illust {
	width: 170px;
	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);
}




