@charset "utf-8";/* 分頁 */

/*--------------------------------------------------------- page 分頁 */
.page { clear: both;margin:5px 0;padding:0;overflow:hidden;font-size:1em;font-family:Verdana, Geneva, sans-serif;line-height:100%;*line-height:120%;text-align:center;float:left;width:88%;}
.list + .page , .list2 + .page { float:none;width:100%;}
.page em { font-weight: bold;font-style: normal;font-family: Verdana, Geneva, sans-serif;letter-spacing:0;margin:0 3px;color:#111;}
.page select { font-weight: bold;font-family: Verdana, Geneva, sans-serif;vertical-align:middle;margin:0 3px 5px;}
.page option { font-weight: bold;font-family: Verdana, Geneva, sans-serif;}
/*----------------------------- 1 2 3 4 5 */
.page ul { list-style:none;overflow:hidden;margin:3px 8px 0;padding:0;display:inline-block;line-height:100%;vertical-align:middle;}
.page ul li { margin:0 1px;padding:0;float:left;}
.page ul li a { display:inline-block;padding:0 6px 1px;*padding:0 6px;border:1px solid #bbb;background:#fff;color:#666;text-decoration:none;border-radius:4px;}
.page ul li a:hover { border:1px solid #178ad3;color:#178ad3;text-decoration:none;}
.page ul li.here a { color:#fff;font-weight:bold;border:1px solid #32abeb;background:#32abeb;cursor:default;}
.page ul li.here a:hover { _color:#fff;}
.page ul li.prev { margin-right:8px;}
.page ul li.next { margin-left:8px;}
.page ul li.first a, .page ul li.last a, .page ul li.prev a, .page ul li.prevTen a, .page ul li.next a, .page ul li.nextTen a { background:url(../images/pageBtn.png) no-repeat 0 0;padding:0;border:none;height:23px;width:23px;}
.page ul li.prev a { background-position:0 0;}
.page ul li.next a { background-position:-30px 0;}
.page ul li.prevTen a { background-position:0 -30px;}
.page ul li.nextTen a { background-position:-30px -30px;}
.page ul li.first a { background-position:0 -60px;}
.page ul li.last a { background-position:-30px -60px;}
.page ul li.first a:hover, .page ul li.last a:hover, .page ul li.prev a:hover, .page ul li.prevTen a:hover, .page ul li.next a:hover, .page ul li.nextTen a:hover { border:none;}
/*--------------------條件查詢 */
.condition { float:right;margin:8px 0 5px;}
.condition a { display:inline-block;padding:4px 4px 3px 22px;background:url(../images/search_icon.png) no-repeat 4px 3px;line-height:110%;border:1px solid #fff !important;border-radius:4px; text-decoration:none;color:#666;}
.condition a:hover {border-color:#bbb!important;box-shadow:rgba(0, 0, 0, 0.35) 0 0 4px;color:#333;}
