/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
/**
	width: 100%;
**/
	display: table;
	table-layout: fixed;
    margin: 0 auto; 
    text-align: center;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	/**
	float: left;
	**/
	display: table-cell;
}


/*------------------------------------*\
	オリジナル Theme Styles
\*------------------------------------*/

.org-theme a, .org-theme span {
	float: left;
	color: #000;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	min-width: 42px;
	max-width:80px
	padding: 0 7px;
	margin: 0 5px 0 0;
}

.org-theme a:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.org-theme .current {
	background: #FFF;
	color: #6C40FF;
	border-color: #FFF;
/**
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
**/
	cursor: default;
}

.org-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}
/**
.org-theme ul{
	border:2px solid #0F3300;
    margin: 0 auto; 
}

.org-theme li{
    margin: 0 auto; 
	text-align: center;
	border:2px solid #00FF00;
}
**/
.org-theme{
    margin: 0 auto; 
    text-align: center;
}
