@charset "utf-8";
/* CSS Document */

#pagelist{font-size:14px; margin:10px 0px 10px 0px;FONT-FAMILY:"微軟正黑體","Microsoft JhengHei","Helvetica Neue","Arial","Trebuchet MS","Helvetica","Verdana","sans-serif";}
#pagelist i{ font-size:20px; color:#CCC}
#pagelist a, #pagelist .selwd{ color:#333; text-decoration:none; border:#999 solid 1px; border-radius:20px; height:40px; width:40px; background:#FFF; display:inline-block; line-height:40px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
#pagelist a:hover{ color:#FFF; background:#666;}
#pagelist .selwd{color:#fff; background:#000}

.mypage{ text-align:center; margin-top:20px; margin-bottom:30px;}

@media only screen and (max-width: 480px) {
#pagelist a, #pagelist .selwd{border-radius:15px; height:30px; width:30px; line-height:30px;}	
}