
/*------------------------------------------------------
	工事方法
------------------------------------------------------*/
.box_kj {
	border: 1px solid #cccccc;
	padding: 8px 20px 16px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	width: 96%;
	margin-left: auto; margin-right: auto;
}

.circle18 {
  color: #fff;
  background-color:#003E92;
  padding: 0;
  margin: 0;
  width: 18px;
  height: 18px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-size: 10pt;
  vertical-align: 2px;
  margin-right: 3px;

  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;

}



