<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";

/* テキスト装飾
 */
s, strike, del {
  text-decoration: line-through;
  color: gray;
}

.caution {
  color: #f00;
}

.error {
  color: #f00;
  font-weight: bold;
}

strong, .strong {
  font-size: 105%;
  font-weight: bolder;
}

.center {
  display: block;
  text-align: center;
}

.large {
  font-size: 120%;
}

.note {
  font-weight: normal;
  font-size: 90%;
}

.hot {
  color: #f00;
  font-weight: bold;
}

.indent {
  margin-left: 2em;
}

.box {
  border: 1px solid #000;
  padding: 0.5em 1em;
}

/* ヘッダ／フッタ内要素
 */
header {
  margin: 1em 0;
  padding: 0;
}

footer {
  margin: 1em 0;
  padding: 0;
}

header .date,
header .author,
header .from {
  display: block;
  text-align: right;
}

header .to {
  display: block;
  text-align: left;
}

header .title {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}

.letter {
  margin: 1em auto;
  border: 2px outset #ccc;
  background-color: white;
  padding: 1em 2em;
  font-size: 100%;
  line-height: 150%;
}

.letter .title {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}

.letter h3:before {
  content: "";
}

.letter h3 {
  border-style: none;
  text-align: center;
  margin-bottom: 1em;
}

.letter p {
  margin-bottom: 1em;
}

.letter .period,
footer.period,
footer .period {
  display: block;
  text-align: right;
}

.signature {
  white-space: pre;
}

/* 箇条書き
 */
ul.nomarker {
  list-style-type: none;
}

/* 会員限定
 */
span.members-only {
  font-size: 90%;
  color: #080;
  font-weight: bold;
}

/* 注釈
 */
small {
  font-size: 80%;
}

/* 引用節
 */
.citation {
  display: block;
  border: 1px solid #ddd;
  padding: 0.5em;
  margin: 0 3em 0 1em;
  font-size: 90%;
}

/* ページ内リンク
 */
.goto {
  text-align: right;
  color: #633;
}

.goto a {
  color: #008;
}


/* 改訂履歴
 */
.history {
  margin-top: 1em;
  font-size: 90%;
}

.history ul {
  padding-left: 1em;
}


/* 脚注
 */
sup {
    vertical-align: super;
    font-size: smaller;
}

dl.footnote {
  border-top: 1px solid #555;
  margin-top: 2em;
  color: #555;
  font-size: 80%;
}

dl.footnote dt {
  margin: 0;
  float: left;
  width: 5em;
}

dl.footnote dd {
  margin-left: 5em;
}


/* 作業用メモ
 */
.todo, .TODO {
  color: red;
  font-weight: bold;
}
