@charset "UTF-8";
/* CSS Document */

.tabs .tab-content .type1 .lc table{
	margin: 0 auto;
	width: 100%;
}
.tabs .tab-content .type1 .lc table th{
	width: 118px;
	height: 30px;
	line-height: 30px;
	background: #ccc;
	border: 2px solid #fff;
	padding-left: 10px;
}
.tabs .tab-content .type1 .lc table td{
	height: 30px;
	line-height: 30px;
	background: #eee;
	border: 2px solid #fff;
	padding-left: 10px;
}

div#map{
  width:100%;
  height:400px;
}