<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "utf-8";
/*******************************************************
mescius -http://www.mescius.jp/
Copyright(c)
by mescius MCTeam A.C
*******************************************************/

.wrap__news-select {
	display: flex;
	width: 100%;
	justify-content: flex-start;
}

.sorting-form {
	width: 60%;
	max-width: 300px;
}

#newsSort {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0.7em 1em;
	background: #036db7;
	line-height: 1.15;
	color: #fff;
}

#newsSort:hover, #newsSort:active {
	box-sizing: border-box !important;
	background: #fff;
	border: solid 2px #036db7;
	color: #036db7;
	text-decoration: none;
}

.news__wrap {
	border-top: 1px solid #c0c1c2;
}

.news__wrap:nth-of-type(10n), .news__wrap:last-of-type {
	border-bottom: 1px solid #c0c1c2;
}

.news__anchor {
	display: flex;
	flex-wrap: wrap;
	padding: 1.5em 2em 0;
}

.news__title-date {
	margin-bottom: 0.5em;
	padding-right: 2.5em;
	font-weight: bold;
	color: #333;
}

.news__title-topic {
	margin-bottom: 1.5em;
}

.pagination-wrap {
	display: flex;
    justify-content: center;
    font-size: 1rem;
}

.pagination-wrap button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;	
	border: solid 1px #036db7;
    color: #036db7;
    background: #fff;
    padding: 0.5em 1.2em;
    font-size: 1rem;
	font-weight: bold;
}

.prev-page button, .first-page button {
    border-right: 0px;
}

.end-page button {
    border-left: 0px;
}

.pagination-wrap ul {
	display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
	font-weight: bold;
}

.pagination-wrap li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	padding: 0.3em 0.7em;
    background: #fff;
    border: solid 1px #036db7;
    color: #036db7;
    font-size: 1rem;
    border-right: 0px;
}

.pagination-wrap .current a{
	background: #036db7;
	color: #fff;
}

.disabled { display: none;}


/****************
Subpages
****************/

.title--news-subpage {
    padding: 0 0em 0.5em;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #c0c1c2;
}


@media only screen and (max-width : 640px) {
	
.news__anchor {
	flex-direction: column;
	}

.pagination-select-wrap {
	position: relative;
	display: flex;
	flex-grow: 5;
	background: #fff;
	}
	
.pagination-select {
    position: relative;
	display: flex;
    flex-grow: 5;
    z-index: 5;
    width: 100%;
    appearance: none;
    padding: 0.7em 1em;
    background: transparent;
    border: solid 2px #036db7;
	}

	
.pagination-select-wrap::after {
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 2px;
    display: flex;
    content: "\f063";
    width: 55px;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #036db7;
	background: #fff;
}
	
.pagination-wrap button {
	border: solid 2px #036db7;
	}

.prev-page button {
	border-right: none;
	}

.next-page button {
	border-left: none;
	}
	
}

@media only screen and (max-width : 480px) {
.wrap__news-select {
	flex-direction: column;
	}
	
.sorting-form {
	width: 100%;
	max-width: none;
	margin-bottom: 1rem;
	}

.attribute-selector {
	width: 100%;
	max-width: none;
	}
	
}