@import url("global.css");

#title {
	background:url(../about/images/title.jpg) no-repeat center top #EEE;
	background-size: cover;
}
#title h2::after {
	background: #111 !important;
}
#title h2 {
	color: #111 !important;
}

.cnt table {
	width: 500px;
	border-collapse: collapse;
	float: left;
}
.cnt table th {
	width: 80px;
	padding: 10px;
	color: #A7B4B4;
	font-size: 12px;
}
.cnt table td {
	padding: 10px;
}
.cnt table td a {
	display: inline-block;
	margin-left: 5px;
}
.cnt table td a img {
	vertical-align: top;
}
.cnt .img {
	width: 440px;
	float: right;
	margin-top: 50px;
}
