@charset "UTF-8";
.text-left{
	text-align:left;
}
.guide-wrap .exam-info .exinfo table td.textL{text-align:left; padding-left:25px;}
.con1{
	background:url('/_skin/tpl_skin/basic_electricity3/community/top_text.png') no-repeat;
	width:928px;
	margin:0 auto;
	height:126px;
	margin-top:50px;
}
.guide-wrap .highlight{
	margin-top:27px;
}
.info a.review{
	width:155px;
	height:32px;
	font-size:0px;
	position:absolute;
	left:42px;
	top:114px;
}

.info_step{
  display: table;
	width:100%;
	margin-top:20px;
}

.info_step li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.info_step li::after{
	position: absolute;
	right:0;
	top:0;
	display:block;
	content:'>';
	font-size:20px;
}

.info_step li:last-child::after{
	display:none;
}