<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 />
﻿/******************/
/*     全共通     */
/******************/
body{ 
    background-color: #ffffff;  
    text-align: center;  
}
input[type="text"] {
	width: 55px;
	font-size:25px;
	text-align: right;
}
input.status {
	width: 500px;
	font-size:20px;
	color: red;
	text-align: center;
	border: 0px #555555 double;
}
input.in {
	width: 55px;
	font-size:25px;
	text-align: center;
	border: 2px #555555 double;
}
input.in:hover{
	background-color:  #ffff00;
}
td.in{
	text-align: center;
}
input[type="button"] {
	height: 50px;
	width: 200px;
	background-color: green;
	color: white;
	border: 1px solid blue;
	font-size:30px;
}
input:hover[type="button"] {
	height: 50px;
	width: 200px;
	background-color: yellow;
	color: #000000;
	border: 1px solid blue;
	font-size:32px;
}



/******************/
/* out.html table */
/******************/

table#result0 td{
	vertical-align:top;
}

table#result1 {
	padding: 0px;
	width:auto;
	height:auto;
	border: 2px #000000 solid;
	border-spacing: 0;
}

table#result1 th {
	padding: 0px;
	border: 0px #333333 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: auto;
	text-align: center;
}
table#result1 td{
	vertical-align:middle;
	border: 1px #333333 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}
table#result2 {
	padding: 0px;
	width: auto;
	border: 2px #000000 solid;
	border-spacing: 0;
}

table#result2 th {
	padding: 0px;
	border: 0px #333333 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: auto;
	text-align: center;
}
table#result2 td {
	vertical-align:middle;
	padding: 5px;
	border: 1px #333333 solid;
	border-width: 0 0 1px 1px;
}
input.r2 {
	width: 40px;
	font-size:25px;
	text-align: center;
	border: 0px #ffffff double;
}
input#r2i0[type="text"] {
	text-align: center;
	border: 0px #ffffff double;
	background-color: transparent;
}
input#r2o0[type="text"] {
	text-align: center;
	border: 0px #ffffff double;
	background-color: transparent;
}
textarea#r2i1 {
	width: 200px;
	font-size:20px;
	text-align: left;
	color: #77ff77;
	border: 0px #ffffff double;
	background-color: transparent;
}
textarea#r2o1 {
	width: 200px;
	font-size:20px;
	text-align: left;
	color: #ff7777;
	border: 0px #ffffff double;
	background-color: transparent;
}
div#r2{
	font-size:25px;
}
td#r2i {
	width:50px;
	font-size:25px;
	text-align: center;
	background-color: #ddffdd;
}
td#r2o {
	width: 50px;
	font-size:25px;
	text-align: center;
	background-color: #ffdddd;
}



