/* ■制作の流れ -------------------------------------------------------------*/

ol,ul {
	list-style:none;
}


/* imdex.html */
.flow_step,.flow_stepEnd {
	clear:both;
	width:580px;
}

.flow_step dt,.flow_step dd,.flow_stepEnd dt,.flow_stepEnd dd {
	background-color:#FFFFFF;
	float:left;
	height:42px;
}

.flow_step dt {
	padding-bottom:62px;
	background-image:url(../img/step_bgarrow.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.flow_step dd,.flow_stepEnd dd {
	padding-top:12px;
	padding-left:15px;
	font-size:14px;
	line-height:120%;
	width:323px;
	
}


/* web.html */

.web_boxS {
	width:580px;
	height:4px;
	background-image:url(../img/web_boxs.gif);
	background-repeat:no-repeat;
	line-height:0;
	font-size:0;
}

.web_box {
	width:560px;
	padding:6px 10px;
	background-image:url(../img/web_boxi.gif);
	background-color:#EBF8FE;
}

.web_boxE {
	width:580px;
	height:4px;
	background-image:url(../img/web_boxe.gif);
	background-repeat:no-repeat;
	line-height:0;
	font-size:0;
}


/* confirmation.html */
.confirmation_txt {
	padding-left:1em;
	text-indent:-1em;
}