<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 />

/*	basic settings */


/* ----------------------- Basic Style */  
html {
	max-width: 1038px;
	margin: 0 auto;
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow:hidden;
}

/* ------------ Font Style */  
body {  
    font-family: "ヒラギノ明朝 ProN","HiraMinProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    background: #FFF;  
    color: #231815;  
    font-size:.9375rem;  
    line-height: 1.66;  
    text-align: center;  
}  
  
* + html body,input,select option{  
    font-family: "ヒラギノ明朝 ProN","HiraMinProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}  
  
/* ------------ A Style */  
a:link  {  
    text-decoration: none;  
    color: #231815;
}  
  
a:visited   {  
    text-decoration: none;  
    color: #444;
}  
  
a:hover,.coror1{  
    text-decoration: none;  
    color: #b46236;
}  
  
a:active    {  
    text-decoration: none;  
    color: #b46236;
}  
input,option,select,textarea{padding:.25em;margin-top:.5em;}
input[type=text],textarea{min-width:4em;}
input[type=text],textarea,option,select{background-color:#efefef;border-color:#ddd;}
input[type=text]:focus,textarea:focus,option:focus,select:focus{background-color:#fff;border-color:#ccc;}

::selection {
}

::-moz-selection {
}

li {
list-style-position:outside;
/* for Modern Browser */
display:table-cell;

/* for IE */
*display:inline;
*zoom:1;