@charset "utf-8";

.aboutBox{
	width:720px;
	overflow:hidden;
	clear:both;
	padding:0 0 29px 0;
	background-color: #FFF;
	margin-top:20px;
	}
.mainContent table {
	background-color: #FFF;
	font-weight: normal;
	font-size: 12px;
	margin:60px auto;
	border: 1px solid #FFF;
	margin-bottom: 30px;
	width:580px;
}

table tr td {
	border-bottom: 1px solid #000;
	border-left: none;
	border-right: none;	
	padding:10px 40px 10px 10px;
	text-align: left;
}

.gMap {
	max-width: 323px;
	height: 270px;
	margin-bottom: 15px;
}
.gMap iframe {
	width: 100%;
	height: 100%;
}