@import url("global.css");


/* ------------------------------
 Map
------------------------------ */

#maparea {
	border: #ccc 1px solid;
	border-radius: 2px;
	float: left;
	margin-bottom: 120px;
	width: 358px;
	height: 448px;
}
#map {
	width: 358px;
	height: 448px;
}

/* ------------------------------
 profile
------------------------------ */

table.data {
	float: right;
	width: 580px;
	border-collapse: collapse;
}
table.data tr {
	border-bottom: #ddd 1px solid;
}
table.data tr:last-child {
	border: none;
}
table.data th {
	padding: 8px 20px 8px 10px;
	text-align: left;
	white-space: nowrap;
}
table.data td {
	padding: 8px 10px;
}
table.data td ul {
	margin: -5px 0 0;
}
table.data td ul li {
	float: left;
	margin: 5px 30px 0 0;
	background: url(../company/img/point.png) no-repeat left center;
	padding-left: 14px;
}
