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

.info{
	width:820px;
	margin:0 auto;
	background:#eaeaea;
	padding:10px 30px;
	font-size:14px;

}

.info div{
	border-bottom:dotted 1px #333333;
	padding:20px 0 ;
	text-align:center;
}
.info div p{
	margin:0 auto;
	text-align:left;
	width:400px;
}
.info div.last-child{
	border:none;
}

#gmap{
	margin:0 auto 10px;
	border:solid 1px #cccccc;
	width:740px;
	height:500px;
}

.map-link{
	overflow:hidden;
	zoom:1;
	width:740px;
	margin:0 auto;
}
.map-link .to_English{
	float:left;
}
.map-link .to_mapfun{
	float:right;
	line-height:32px;
	vertical-align:middle;
	display:inline-block;
	background:url(../images/mapBtn.gif) right 0 no-repeat;
	padding-right:95px;
}


/*table*/
table {
  width: 700px;
  background: #ffffff;
  margin: 30px auto;
}

table th {
  width: 200px;
}

table td {
  padding-top: 20px;
  padding-bottom: 20px;
}

table tr:nth-child(even) {
  background: #eee;
}

table .title {
  background: #c60000;
  color: #ffffff;
  font-size: 1.5em;
  padding: 20px 0px;
}

.icon {
	max-height: 1em;
}

a:visited {
	color: #ffffff;
}
