@charset "utf-8";

/* -----------------------------------------------------------
	QUALIER
	for step dir
	index.html
	
----------------------------------------------------------- */

/* sitemap.html
----------------------------------------------------------- */
div.step div#main div.stepWrap {
	margin:0 20px 20px;
	background:url(../images/arrow01.gif) no-repeat left bottom;
	padding-bottom:20px;
}
div.step div#main div.stepInner {
	position:relative;
	background:url(../images/arrow_bg.gif) repeat-y left top;
	min-height:75px;
	height:auto ! important;
	height:75px;
	color:#333333;
	line-height:1.6;
}
div.step div#main div.stepWrapLast  {
	margin:0 20px 40px;
	background:none;
	padding-bottom:0;
}
div.step div#main div.stepWrapLast div.stepInner {
	position:relative;
	background:none;
}
div.step div#main div.stepInner h3 {
	position:absolute;
	top:0;
	left:0;
	margin:0;
}
div.step div#main div.stepInner h4 {
	margin:0 0 10px 102px;
	padding-top:21px;
}
div.step div#main div.stepInner p {
	margin-left:102px;
}



/* othre class --- */
.pb25 {padding-bottom:25px ! important;}
.pb1em {padding-bottom:1em ! important;}

