
dl.listtype dt{
	width: 73px;
	float: left;
  clear: both;
}
dl.listtype dd{
	margin-left: 73px;
}
dl.listtype dd ul li{
	text-indent: -10px;
  margin-left: 10px;
}
dl.listtype dd ul li span{
	display: block;
	text-indent: -10px;
  margin-left: 10px;
}

.btn-link{
	display: inline-block;
	color: #000;
	/*border-radius: 5px;*/
	background: #fff;
	border: solid 1px #000;
	padding: 10px 20px 10px 10px;
	margin-top: 20px;
}
.btn-link:hover{
		color: #ffffff;
		background: #000;
}
.btn-link span::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 10px;
	border-color: transparent transparent transparent #000;
	vertical-align: middle;
	margin-left: 10px;
}
.btn-link:hover span::after{
	border-color: transparent transparent transparent #fff;
}