ul {
    display: block;
    list-style-type: disc;
    margin-block-start:0em;
    margin-block-end:0em;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
}
a {text-decoration: none;}
.sitelogo {max-width:480px;
    margin: 0 auto;
    
}
select{
    line-height: 1.8;
    border-radius: 5px;
    padding: 3px;
}
input{
    line-height: 1.8;
    border-radius: 5px;
    padding: 3px;
}
button{
    background: #000;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    display: block;
    line-height: 1.8;
}
.menunavi{width:100%;
   display: flex;
  flex-wrap: wrap;
     justify-content: space-between ; 
    
}
.menunavi li{
     list-style: none;
    padding: 10px 3px;
    background: #000;
    margin: 3px 0 3px;
    width: 30%;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.8;   
    
}
.menunavi li a{color:#fff;}
.sitelogo img{width:100%;}
#toppage ul{
    display: flex;
  flex-wrap: wrap;
     justify-content: space-between ;
    
}
#toppage li {
    list-style: none;
    padding: 3px;
    background: #d93675;
    margin: 3px 0 3px;
    width: 30%;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.8;
}
#toppage ul::after {
display: block;
content:"";
width:32%;
}
#toppage li a{color:#fff;}
#postimages{
    display: flex;
  flex-wrap: wrap;
     justify-content: space-between ;
}
#postimages .postimages{
 width: 29%;    
 margin: 3px 0 3px;   
}
#postimages::after {
display: block;
content:"";
width:32%;
}
#postimages .postimages img{width:100%;}

.post-detail-actions{
    display: flex;
  flex-wrap: wrap;
     justify-content: space-between ;
}
.post-detail-actions a{
width: 32%;
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    line-height: 1.8em;
    background: #d93675;
    margin: 10px auto;
    font-size: .8em;
    padding: 5px 0;
}
.post-detail-back{
    width: 95%;
    text-align: center;
    
    font-weight: bold;
   
    background: #000;
    margin: 10px auto;
}
.post-detail-back a{
    color: #fff;
     line-height: 1.8em;
}
body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
    background: #f6f7f9;
    color: #222;
}
.post-detail-page{background:#fff;
    padding:5px;
    
}
.site-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px;
    text-align: center;
}

.sitelogo img {
    max-width: 320px;
    width: 80%;
    height: auto;
}

.page-title {
    font-size: 20px;
    margin: 12px 0 0;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 5px;
}

.container h2 {
    font-size: 24px;
    margin-bottom: 16px;
}

.container > p a {
    display: inline-block;
    background: #ff4f8b;
    color: #fff;
    padding: 10px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: bold;
}
.profile-item{margin-bottom: 5px;}
.post-detail-container{
    border-radius: 10px;
    background: #f6f7f9;
    padding: 5px;
}
.post-card {
    background: #fff;
    border-radius: 14px;
    padding: 5px;
    margin-bottom: 18px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.post-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.post-card p {
    line-height: 1.8;
}

.post-images {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 12px 0;
}

.post-images img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.post-card a {
    color: #d93675;
    font-weight: bold;
}

.pagination {
    text-align: center;
    margin: 28px 0;
}

.pagination a,
.pagination strong {
    display: inline-block;
    min-width: 34px;
    padding: 8px 10px;
    margin: 3px;
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
    color: #d93675;
}

.pagination strong {
    background: #d93675;
    color: #fff;
}

.post-page {
    max-width: 760px;
    margin: 0 auto;
    padding: 24px 14px;
}

.post-form-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.post-form-title {
    font-size: 24px;
    margin: 0 0 22px;
    text-align: center;
}

.post-form {
    display: grid;
    gap: 18px;
}

.form-group {
    display: grid;
    gap: 7px;
}

.form-label {
    font-weight: bold;
    font-size: 14px;
}

.form-input,
.form-select,
.form-textarea {
    width: 80%;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 12px;
    font-size: 16px;
    background: #fff;
}

.form-textarea {
    resize: vertical;
    line-height: 1.7;
}

.form-file {
    font-size: 14px;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #ff4f8b;
    box-shadow: 0 0 0 3px rgba(255,79,139,0.15);
}

.form-actions {
    text-align: center;
    margin-top: 8px;
}

.form-submit {
    border: none;
    background: #ff4f8b;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 13px 34px;
    border-radius: 999px;
    cursor: pointer;
}

.form-submit:hover {
    opacity: 0.88;
}

.form-back {
    text-align: center;
    margin-top: 20px;
}

.form-back a {
    color: #d93675;
    font-weight: bold;
}
.latest-posts{
    margin:40px 0;
}

.latest-posts h2{
    margin-bottom:20px;
}

.latest-post-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:15px;
    margin-bottom:10px;
    background:#fff;
    border-radius:10px;
    text-decoration:none;
    color:#333;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
    transition:.2s;
}

.latest-post-item:hover{
    transform:translateY(-2px);
}

.latest-pref{
    width:70px;
    font-weight:bold;
    color:#ff4081;
}

.latest-name{
    flex:1;
}

.latest-age{
    width:60px;
}

.latest-date{
    width:40px;
    text-align:right;
    color:#888;
    font-size:13px;
}

@media (max-width:720px) {

}