@import url("global.css");


table.profile {
	border-collapse: collapse;
	margin: 50px 0;
	border-top: #ccc 1px dotted;
	width: 100%;
}
table.profile tr {
	border-bottom: #ccc 1px dotted;
}
table.profile tr th {
	padding: 10px 10px;
	white-space: nowrap;
}
table.profile tr td {
	padding: 10px 10px;
}
table.profile a {
	color: #cc1e06;
	padding: 5px 5px 5px 0;
	text-shadow: 0 0 5px rgba(204,30,6,0.3);
}
table.profile a.map {
	background-color: #cc1e06;
	padding: 6px 15px;
	color: #fff;
	margin: 5px 0 0 0;
	display: block;
	text-shadow: none;
	border-radius: 2px;
}
table.profile ul li {
	background: url(../company/img/point.png) no-repeat left center;
	background-size: 7px 20px;
	padding-left: 15px;
}

