@charset "utf-8";

h2 {
	width: 950px;
	margin: 0 auto;
}

h3 {
	margin: 30px auto 10px;
	background: url("../img/common/h3_back.jpg") no-repeat;
	height: 33px;
	font-size: 17px;
	line-height: 1.2em;
	padding: 7px 15px 0;
}

#profile article {
	margin: 0 auto 50px;
}

#profile table {
	width: 100%;
	color: #000;
}

#profile table tr th, #profile table tr td {
	padding: 10px 15px;
	border: solid 1px #d5d5d5;
}

#profile table tr th {
	background: #e6ecef;
	color: #0a3578;
	text-align: left;
	width: 150px;
	letter-spacing:1px;
}

#profile table tr td {
	background: #f1faff;
}

#profile #license td {
	border: none;
	padding: 0;
}

#profile #license .count {
	padding: 0 40px 0 0;
}

#map table {
	width: 100%;
	color: #000;
}

#map table th, #map table td {
	padding: 10px 15px;
	border: solid 1px #d5d5d5;
}

#map table th {
	background: #e6ecef;
	color: #0a3578;
	text-align: left;
	width: 150px;
}

#map table td {
	background: #f1faff;
}

#map div {
	border: solid 1px #d5d5d5;
	padding: 10px;
	margin: 20px auto 0;
}






