<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.page a{
	display:inline-block; width:30px !important; height:30px !important; line-height:30px !important; margin:0 2px; font-size:14px; color:#000; background-color:#e9e9e9;
	transition : all 0.3s ease;
	-webkit-transition : all 0.3s ease;
}
.page a:hover:after,
.page a strong:after{display:none;}
.page a strong{display:block; width:100%; height:100%; color:#fff; background-color:#ff5930;}
.page a.page_left{margin-right:10px;}
.page a.page_right{margin-left:10px;}
.page a.page_first{background:#606368 url(../../images/include/layout/icon_page_first.png) no-repeat center center;}
.page a.page_left{background:#606368 url(../../images/include/layout/icon_page_left.png) no-repeat center center;}
.page a.page_right{background:#606368 url(../../images/include/layout/icon_page_right.png) no-repeat center center;}
.page a.page_end{background:#606368 url(../../images/include/layout/icon_page_end.png) no-repeat center center;}
.page a.page_first:hover{background:#000 url(../../images/include/layout/icon_page_first.png) no-repeat center center;}
.page a.page_left:hover{background:#000 url(../../images/include/layout/icon_page_left.png) no-repeat center center;}
.page a.page_right:hover{background:#000 url(../../images/include/layout/icon_page_right.png) no-repeat center center;}
.page a.page_end:hover{background:#000 url(../../images/include/layout/icon_page_end.png) no-repeat center center;}


</pre></body></html>