@charset "utf-8";
@import url(../common/default.css);
@import url(../common/layout.css);
@import url(../header/header.css);
@import url(../footer/footer.css);

/* ページのタイトル */
#flow_title{
	margin:0 0 20px 0 ;
	}
#flow_title img{
	vertical-align:top;
	}
.step_box{
	background:url(img/arrow.gif) no-repeat bottom left ;
	padding:0 0 10px 0;
	margin-left:10px;
	}
.step_text{
	margin:0 0 20px 0;
	width:395px;
	float:left;
}
.step_text h3{
	margin:0;
	padding:0;
	}
.step_text h3 img{
	vertical-align:bottom;
	}
.step_text p{
	padding: 0 0 0 50px;
	margin:10px 0 0 0 ;
	line-height:1.5em;
	}
.step_box dl{
	margin:10px 0 0 50px;
	}
.step_box dt{
	padding:0 0 0.2em 0 ;
	margin:0;
	color:#5f543d;
}
.step_box dd{
	line-height:1.4em;
	margin:0.1em 0 0 3em;
	}
.step_box dd ol{
	padding:0;
	margin:0;
	}
.step_box dd ol li{
	padding:0;
	margin:0;
	line-height:1.5em;
	list-style-position:inside;
	}
.step_img{
	width:180px;
	float:right;
	margin:40px 10px 20px 0 ;
	}
.back_to_top_w{
	padding: 0 0 20px 35px;
}
	