<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 />
a {
	text-decoration:none
}

/* PR-WIRE */
.prwire{width:100%;padding-top:4px;background-color:#FFFFFF;text-align:center;}
.prwire_box{margin:7px 3px 3px 3px;background-color:#66666611;}
.prwire_box:hover{background-color:#A9F5D0;}
.prwire_companyname{padding:4px 2px 0px 2px;text-align:left;color:#2920a8;font-weight:600;font-size: 1em;}
.prwire_title{padding:2px 2px 4px 2px;text-align:left;color:#2E2E2E;font-weight:400;font-size: .9em;}
.prwire_all{text-align:right;padding-right:8px;}
/* PR-WIRE */

/* PR-BOX */
.pr_list_title{
	background-color:#000000;
	color:#FFFFFF;
	font-family:'���C���I', Meiryo,'�l�r �o�S�V�b�N', 'MS PGothic','�q���M�m�p�S Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	font-size:1.2rem;
	padding: 0;
}
.pr_list_contentsbox{
	vertical-align:middle;
	background-color:#FFFFFF;
	padding-bottom:2px;
	padding-top:2px;
	clear:both;
}
.pr_list_right_head{
	font-family:'���C���I', Meiryo,'�l�r �o�S�V�b�N', 'MS PGothic','�q���M�m�p�S Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	color:#2920a8;
	line-height:110%;
	font-weight:500;
	font-size:1.1rem;
	padding-top:10px;
	text-align:left;
}
.pr_list_right_description{
	color:#000000;
	text-align:left;
	padding-top:2px;
	padding-right:3px;
	padding-bottom: 10px;
	font-weight:300;
	font-family:'���C���I', Meiryo,'�l�r �o�S�V�b�N', 'MS PGothic','�q���M�m�p�S Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	font-size:1rem;
}
.pr_list_left_thumb{
	vertical-align:middle;
	float:left;
	padding: 14px 4px;
	margin: 2px;
}
.pr_list_underline{
	background-color:silver;
	height:1px;
	clear:both;
}
@media (max-width: 413px)  {
	.pr_list_left_thumb{
		zoom: 1.3;
	}
}
/* PR-BOX */

/* Overlay */
#fixed_footer{
  z-index:5000;
  position:fixed;
  left:0;
  bottom:-4px;
  border-bottom: 0 solid #000;
  left: 0px;
  text-align: center;
}
/* Overlay */

/**
* iOS
の Safe Area へ対応します。
*
bottom に間を空けることで、広告が iOS の UI 部品と重なる可能性を排除します。
*/
@supports (border-bottom-width: constant(safe-area-inset-bottom)){
	.fixed_footer {
		border-bottom-width: constant(safe-area-inset-bottom)
	}
}
@supports (border-bottom-width: env(safe-area-inset-bottom)){
	.fixed_footer {
		border-bottom-width: env(safe-area-inset-bottom)
	}
}

/*テキストバナー*/
.textad_box {
	display: flex;
    flex-wrap: wrap;
}

.textad_title {

}

.textad_contentsbox {

}

.textad_head {
	width: 33%;
    box-sizing: border-box;
    padding: 4px;
	margin: .25em 0;
}

.textad_head a {
	color: #000;
}

.textad_head a::before{
	content: "PR";
	font-size: 12px;
	font-weight: 400;
	color: #000;
	background: #31c4cb;
	border-radius: 5px;
	padding: 4px 6px;
	margin-right: 4px
}

@media (max-width: 413px)  {
	.textad_head {
		width: 100%;
	}
}

@media (prefers-color-scheme: dark) {
  .textad_head a {
    color: #fff;
  }
}