
@media all and (min-width: 641px) {
	/*======================
	ãƒšãƒ¼ã‚¸ãƒãƒ¼ã‚·ãƒ§ãƒ³ PC
	======================*/
	.paginate {
	position: relative;
	overflow: hidden;
	margin-top:10px;
	width: 100%;
	margin-bottom:10px;
}
.paginate ul {
	float: left;
	position: relative;
	left: 50%;
}
.paginate li {
	width: 35px;
	height: 35px;
	text-align: center;
	position: relative;
	left: -50%;
	float: left;
	margin-right: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 35px;
}
.paginate li a {
	width: 30px;
	height: 30px;
	display: block;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	border-radius: 5px;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666;
}
.paginate li a:hover {
	color: #0054B6;
}
.paginate li a.on {
	color: #fff;
	background-color: #888;
}
.paginate li.first, .paginate li.last {
}
.paginate li.first a, .paginate li.last a {
}
.paginate li.next, .paginate li.prev {
	width: 50px;
	text-align: center;
	position: relative;
	left: -50%;
	float: left;
	margin-right: 10px;
	font-weight: bold;
}
.paginate li.next a, .paginate li.prev a {
	width: 50px;
	display: block;
}
}

@media all and (max-width: 640px) {
	/*======================
	ãƒšãƒ¼ã‚¸ãƒãƒ¼ã‚·ãƒ§ãƒ³
	======================*/
	.paginate {
	position: relative;
	overflow: hidden;
	margin-top:10px;
	width: 100%;
	margin-bottom:10px;
}
.paginate ul {
	/*float: left;
	position: relative;
	left: 50%;*/
	margin-right:-4%;
}
.paginate li {
	width: 7%;
	height: 35px;
	text-align: center;
	position: relative;
	/*left: -50%;*/
 	left: 43%;
	float: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 35px;
	margin-bottom: 5px;
  margin-left: auto;
margin-right: auto;
}
.paginate li a {
	width: 100%;
	height: 30px;
	display: block;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	border-radius: 5px;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666;
}
.paginate li a:hover {
	color: #0054B6;
}
.paginate li a.on {
	color: #fff;
	background-color: #0054B6;
}
.paginate li.first, .paginate li.last {
}
.paginate li.first a, .paginate li.last a {
}
.paginate li.next, .paginate li.prev {
	width: 10%;
	text-align: center;
	position: relative;
	/*left: -50%;*/
	float: left;
	margin-right: 3%;
	font-weight: bold;
}
.paginate li.next a, .paginate li.prev a {
	width: 100%;
	display: block;
}
}
