.info-list {
	width: 100%;
	padding: 0px;
	list-style-type: none;
}
.info-list li {
	margin-bottom: 10px;
	background-image: none;
	padding-left: 50px;
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.info-list li.info-t {
	margin-bottom: 10px;
	padding-left: 20px;
	display: block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 10px;
}
.info-list li.info-t a {
	color: #000;
	text-decoration: none;
	display: block;
}
.info-list li.info-t a:hover {
	color: #03C;
	text-decoration: none;
	display: block;
}
.info-list li:last-child {
	margin-bottom: 10px;
	padding-left: 20px;
	display: block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.info-list li:first-child {
	margin-bottom: 10px;
	padding-left: 20px;
	display: block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
