<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";
/* デフォルトのマージンをクリア */
p, h1, h2, h3, ul {
margin: 0;
}
/* 全体 */
*{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "ＭＳ ＰGothic", sans-serif;
}

a {
 color: #cc0000;
 text-decoration: none;
 }

a:link{
 color: #ff0000;
 }

a:visited{
 color:#669999;
 }
a:hover {
 color: #ff3399;
}
a:active {
 color: #ffff00;
}

strong {
 color:#ff0000
 }

body {
 background-color: #407840;
 }

.wrapper {
 width: 960px;
 margin: auto;
 padding: 0;
 background-color:#FFF9CC;
 }

.wrapper::after {
 content: "";
 display: block;
 font-size: 0;
 clear: both;
 }

/* ヘッダー */
#main_title {
 width: 960px;
 padding: 20px;
 background-color: #FFB27F;
 text-align: center;
 }

#main_title h1{
 font-size: 30px;
 line-height: 30px;
 color: #ffffff;
 text-shadow: 2px 2px 4px #000000;
 }

/* サイド */
#side_index{
 position: absolute;
 width:220px;
 padding: 0px;
 }

#side_index li {
 font-size: 20px;
 color: #000000;
 list-style: none;
 margin: 0 0 3px;
 padding:0；
 text-decoration: none;
 }

#side_index li a {
 color: inherit;
 text-decoration: none;
 display: block;
 }

h2{
 font-size: 18px;
 margin: 10px 20px auto auto;
 padding: 10px 5px 5px 10px;
 border-left: solid 10px #4CB600;
 background-color: #99cc66;
 }

h3{
 font-size: 16px;
 line-height: 10px;
 padding: 4px 10px 3px 30px;
 }

/* 本文 */
.honbun{
 position: relative;
 left:240px;
 padding:20px 60px 20px 60px;
 width:640px;
 background-color: #ffffff;
 }

.gyookuri::after {
 content: "";
 display: block;
 font-size: 0;
 clear: both;
 }

/* 表 */
table {
	font-size: 16px;
	border-collapse: collapse;
	padding: 4px 4px;
}
table th,
table td {
	border: 1px solid #CCCCCC;
	padding:4px 6px;
}
table th {
	background-color: #EEEEEE;
	text-align: left;
}
table caption  {
	text-align: left;
	font-weight: bold;
}

.risyoku table td {
 border:0;
 }

.issho_issho table td {
 border:0;
 }


/* フッター */
.footer{
 width: 960px;
 padding: 20px;
 margin: 0 auto;
 background-color: #FFFBCE;
 text-align: left;
 font-size:14px;
 }

.footer ul.nav{
 margin: 0 auto 0 auto;
 padding: 0;
 width: 960px;
 list-style-type: none;
 overflow: hidden;
 }
.footer .nav li {
 float: left;
 width: 15%;
 }
.footer .nav li a {
 display: block;
 padding: 8px 0;
 border-right: 1px solid #2b2e44;
 text-align: center;
 font-size: 14px;
 text-decoration: none;
 color: #333300;
 }
.footer.nav li:last-child a {
 border-right: none; 
}

.btn{
 text-align:left;
 border-bottom: 1px dotted #cccccc;
 padding-bottom: 2px;
 margin:0px 0;
 }
.btn a{
 font-size: 14px;
 font-waight:bold;
 text-decoration: none;
 color: #000000;
 background-color: #058ba9;
 padding: 3px 3px;
 border-radius: 3px;
 background-image: linear-gradient(to bottom, #B7B7B7, #D8D8D8);
 }


