@charset "utf-8";


ul.pagenation {
	width: 960px;
	margin: 40px auto;
	list-style-type: none;
}

ul.pagenation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.pagenation li {
	float: left;
	margin-right: 15px;
}

ul.pagenation li.current,
ul.pagenation li a {
	display: block;
	padding: 9px 12px;
	vertical-align: middle;
	line-height: 1;
	background: rgba( 255, 255, 255, 0.9 );
	color: #404040;
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
	text-decoration: none;
}

ul.pagenation li.current {
	background: inherit;
	color: inherit;
}

ul.pagenation li a:hover {
	cursor: pointer;
	color: #106dff;
	background: #e0e0e0;
}








/* --responsive------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {


ul.pagenation {
	width: 95%;
	margin-bottom: 20px;
}

ul.pagenation li {
	margin-bottom: 20px;
}

ul.pagenation+div.bbs-post {
	margin-top: 20px;
}


}
/* 1000pixel end */




