/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }*/
#Pagination { margin-bottom:15px; }

.PageTitle ,.PageTitle div
{
    margin-top: 2px;
    vertical-align:top; 
	display: inline-block;	/* 水平內顯示為區塊 */
	color:#0033FF;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination 
{
    display: inline;
    font-size: 1.2rem;
    text-align:right;
}

.pagination-right {
    text-align:right;
}
.pagination a {
    text-decoration: none;
	border: solid 1px #cccccc;
	color: #777777;
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
}


.pagination a, .pagination li {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;

}

.pagination .current {
    background: #f5f5f5;
    color: #303030;
	border: solid 1px #cccccc;
}

.pagination .current.prev, .pagination .current.next{
	color:#777777;
	border-color:#cccccc;
	background:#fff;
}
