._detail-type > li{
	float: left;
	width: 29%;
}
._detail-type > li:nth-child(2){
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #ddd;
	padding: 0 3%;
	margin:0 3%;
}
._detail-type li h2{
	font-size: 15px;
	color: #4C4C4C;
	line-height: 1.5;
	margin-bottom: 10px;
}
._detail-type li h2:before{
	content: '';
	border-left: solid #0076EB 3px;
	margin-right: 8px;
}
._detail-type li ul li{
	margin-bottom: 5px;
}
._detail-type li ul li a{
	display: block;
	background-color: #f2f2f2;
	padding: 10px 15px;
	letter-spacing: .3px;
	line-height: 1.6;
	text-decoration: none;
	color: #333;
	-webkit-transform: all 200ms ease;
	-ms-transform: all 200ms ease;
	-o-transform: all 200ms ease;
	transform: all 200ms ease;
}
._detail-type li ul li a:hover{
	color: #fff;
	background-color: #bbb;
}