<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 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 20px;
    padding: 0;
    background-color: #ffffff;
    color: #212529;
}
h1 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center;
    white-space: pre-line;
}
p {
    font-size: 1rem;
    color: #4a5568;
    margin-bottom: 20px;
    text-align: center;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}
li {
    margin-bottom: 30px;
}
a {
    color: #47833F;
    text-decoration: none;
    display: inline;
    padding: 8px 0;
    border-radius: 5px;
    transition: color 0.3s ease;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 0.05em;
    
}
a:hover {
  color: #f00;
  text-decoration: underline;
  transition-duration: 0.3s;
}
hr {
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 20px auto;
    max-width: 800px;
}
.series-info {
    font-size: 1.0rem;
    color: #6c757d;
    margin-bottom: 5px;
    text-align: center;
}
.chapter-author {
    font-size: 0.9rem;
    color: #666;
    display: block;
    text-align: right;
    margin-top: 5px;
}
.chapter-author span{
    margin-left: 1.0em;
}
.chapter-title-prefix { /* 第X章のスタイル */
    color: #212529; /* 本文と同じ色にする */
    margin-right: 5px; /* 少し間隔を空ける */
}
.draft-notice {
    font-size: 1.0rem;
    color: #d34836;
    text-align: left;
    margin-bottom: 10px;
}
.draft-notice a{
    color: #d34836;
    text-decoration: underline;
}
.draft-notice a:hover{
    color: #d34836;
    text-decoration: none;
}    
