<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";

/* ------ mainArea ------ */
.pageTit {
	padding: 20px 0;
}
.pageTit h1{
	font-size: 200%;
	line-height: 140%;
	color: #22ac38;
	padding-bottom: 10px;
	border-bottom: #22ac38 solid 6px;
}
.txtBox {
	padding-bottom: 30px
}
.txtBox h2{
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 15px
}
.txtBox h3{
	font-size: 110%;
	font-weight: bold;
	color: #CF5924;
	padding: 15px 0 10px;
}
.txtBox dl{
}
.txtBox dt{
	float: left;
	font-weight: bold;
}
.txtBox dd{
	float: left;
	font-size: 180%;
	font-weight: bold;
}
.txtBox .linkBox{
	padding-left: 0;
}
.txtBox .linkBox li{
	padding-left: 0;
	list-style: none;
}
.txtBox .linkBox li a{
	background-color: #22ac38;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	padding: 10px 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.txtBox .linkBox li a:hover{
	background-color: #4ECC62;
}
.txtBox .linkBox li a span{
	font-size: 70%;
}
/* ------ kakko(1)(2)(3) ------ */
.txtBox .kakko {
	padding-left: 1em;
}
.txtBox .kakko li {
	list-style-position: outside;
	list-style-type: none;
	counter-increment: cnt;
	padding-bottom: 0.5em;
}
.txtBox .kakko li::before {
	content: "(" counter(cnt) ") ";
}
/* ------ maru①②③ ------ */
.txtBox .maru {
	list-style-type: none;
	counter-reset: number;/* カウンターを初期化 */
	padding-left: 1em;
}
.txtBox .maru p {
	position: relative;
}
/* beforeでカウンターを作成 */
.txtBox .maru p::before {
	content: counter(number);
	counter-increment: number;
	padding: 0 0.6em 0 0.2em;
}
/* afterで○を作る */
.txtBox .maru p::after {
	content: '';
	/* 配置を調整 */
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	/* ○を作る */
	width: 1em;
	height: 1em;
	border: 1px solid #000;
	border-radius: 50%;
}
/* ------ txt ------ */
.txtBox .txt {
	padding-left: 1em;
}




/*-----------------------------------------------------	*/
/*	for - 600px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 600px) {
	.pageTit h1{
		font-size: 130%;
		font-weight: bold;
	}
	.txtBox h2{
		font-size: 100%;
	}
	.txtBox h3{
		font-size: 100%;
	}
	.txtBox img{
		width: 100%;
	}	
}
