
div.teamBox{
	color:#262626;
	text-align:justify;
}

div.teamBox h3{
	font-family:"微軟正黑體", Arial;
	font-size:20px;
	margin:20px 0 20px 0;
}

div.teamBox ul li{
	float:left;
	width:230px;
	text-align:center;
	margin:0px 0px 20px 61px;
}

div.teamBox ul li.t1{
	margin-left:0;
}

div.teamBox ul li.t4{
	margin-left:0;
}

div.teamImg{
	width:218px;
	height:218px;
	display:block;
	padding:10px;
	text-align:center;
	font-size:0px;
	overflow:hidden;
	border-radius:50%;
	background-color:#262626;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	behavior: url(PIE.htc);
}

div.teamImg img{
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	behavior: url(PIE.htc);
}

div.teamImg * {
	vertical-align:middle;
}

div.teamImg span {
	display:inline-block;
	height:100%;
}

div.teamInfo{
	min-height:80px;
	height:80px;
	overflow:hidden;
	margin:15px 0;
}

div.teamInfo h4{
	font-size:13px;
	font-weight:bold;
	font-family:"微軟正黑體",Arial;
	margin-bottom:10px;
}

div.teamInfo p{
	width:167px;
	margin:0 auto;
	line-height:18px;
	color:#888;
	font-size:13px;
}

div.moreBtn a{
	width:60px;
	height:60px;
	display:block;
	margin:0 auto;
	line-height:60px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	background-color:#000;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	behavior: url(PIE.htc);
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
}

div.moreBtn a:hover{
	background-color:#fff;
	color:#000;
}

div.pageBtn{
	clear:both;
	text-align:center;
	margin-bottom:15px;
}

div.pageBtn ul li{
	font-size:13px;
	display:inline;
	margin:0 5px;
}

div.pageBtn ul li a{
	color:#fff;
	text-decoration:none;
}

div.pageBtn ul li a:hover{
	text-decoration:underline;
}