@charset "UTF-8";
.tcdPageCode{
	display: flex;
	padding: 15px 20px;
	color: #ccc;
	text-align:center;
	justify-content:center;
	align-items: center;
}
.tcdPageCode a{
	display: flex;
	height: 30px;
	width: 30px;
	margin: 0 8px;
	color: #8a8a8a;
	background-color: #efedee;
	border: 1px solid #dedbdc;
	border-radius: 15px;
	align-items: center;
	justify-content: center;
}
.tcdPageCode a:hover{
	text-decoration: none;
	color: #8a8a8a;
	border: 1px solid rgb(61,126,250);
}
.tcdPageCode span.current{
	display: flex;
	height: 30px;
	width: 30px;
	margin: 0 8px;
	color: #fff;
	background-color: #295197;
	border: 1px solid #295197;
	border-radius: 15px;
	align-items: center;
	justify-content: center;
}
.tcdPageCode span.disabled{	
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}
.tcdPageCode .tcdOmit{
	display: flex;
	height: 30px;
    width: 30px;
	margin: 0 8px;
	color: #8a8a8a;
	background-color: #fff;
	border: 1px solid #EBEBEB;
	border-radius: 15px;
	align-items: center;
	justify-content: center;
}
.tcdPageCode .prevPage,.tcdPageCode .nextPage{
	display: flex;
	height: 24px;
	width: 24px;
	margin: 0 8px;
	color: #8a8a8a;
	background-color: #efedee;
	border: 1px solid #dedbdc;
	border-radius: 12px;
	align-items: center;
	justify-content: center;
}