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


@import url("common.css");

.step_box dd .text:after{
	clear: both;
	height: 0.1px;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	content: ".";
}

*:first-child+html .step_box dd .text{
	display: inline-block;
}


.step_box{
	background:url(../entry/img/bg_step_mid.gif) repeat-y 0 0;
	margin:0 0 20px;
	border:1px solid #fff;

}

.step_box dt{
	background:url(../entry/img/bg_step_top.gif) no-repeat 0 0;
	padding:10px 0 5px;
	text-indent:20px;
	font-weight:bold;
}

.step_box dd{
	background:url(../entry/img/bg_step_bt.gif) no-repeat 0 100%;
}

.step_box dd .text{
	padding:0 15px 15px 15px;
	overflow:hidden;

}

.step_box .tit{
	background:url(../entry/img/ido.gif) no-repeat 15px 0;
	text-indent:40px;
}

.img_step{
	float:left;
	margin:5px 30px 10px 0px;
}

.text li{
    margin-left: 1.5em;  
    text-indent: -1.5em; 
}

.ul_p li{
	float:left;
	margin:10px 20px 10px 10px;
	text-align:center;
	font-size:10px;

}