 html,body {
	margin:0;
	padding:0;
}
@import url('./font_roboto.css');
	body {
	font-family:'Roboto',sans-serif !important;
}
span {
	word-wrap:break-word !important;
	word-break:keep-all !important;
	font-family:'Roboto',sans-serif;
}
p {
	word-wrap:break-word !important;
	word-break:keep-all !important;
	font-family:'Roboto',sans-serif;
}
div {
	word-wrap:break-word !important;
	word-break:keep-all !important;
	font-family:'Roboto',sans-serif;
}
.p_page .pre {
	width:40px !important;
	height:40px !important;
	line-height:40px !important;
	border-radius:0px !important;
}
.p_page .next {
	width:40px !important;
	height:40px !important;
	line-height:40px !important;
	border-radius:0px !important;
}
.p_page .pageNum {
	width:40px !important;
	height:40px !important;
	line-height:40px !important;
	border-radius:0px !important;
}
.p_page .pageNum.active {
	background-color:#000 !important;
	border-color:#000 !important;
	width:40px !important;
	height:40px !important;
	line-height:40px !important;
	border-radius:0px !important;
}
.p_page .pageNum:hover {
	background-color:#000 !important;
	border-color:#000 !important;
	width:40px !important;
	height:40px !important;
	line-height:40px !important;
	border-radius:0px !important;
}
.p_page .next:hover {
	background-color:#000 !important;
	border-color:#000 !important;
	width:40px !important;
	height:40px !important;
}
.p_page .pre:hover {
	background-color:#000 !important;
	border-color:#000 !important;
	width:40px !important;
	height:40px !important;
	border-radius:0px !important;
}
@media screen and (max-width:768px) {
	.p_pagebox .pre {
	background-color:#000 !important;
	border-color:#000 !important;
}
.p_pagebox .next {
	background-color:#000 !important;
	border-color:#000 !important;
}
;}