<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* List */
.list-media { margin:0; }
.list-item { padding-bottom:15px; margin-bottom:15px; background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 10px;
    border: 2px solid #fff;
    border-top: 2px solid #3eb1b0;}
.list-item .img-left { margin-right:15px; }
.list-item .img-right { margin-left:15px; }
.list-item h2.media-heading { display:block; font-size:16px; line-height:22px; margin:0px; margin: 4px 0 4px 0; }
.list-item .list-details { margin-top:6px; padding:6px 0px; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }
.list-item .list-cont { margin-top:8px; padding:0; line-height:20px; }
.list-item .list-sp { margin:0 7px; color:#ddd; font-size:11px; }

.list-item .img { width: 200px !important;} /*changed from 190px*/
.list-item .wr-name {float:right;}
.list-item .wr-5 {color:#919191;font-size:0.8em}

/*added on 6/29/2023 3:26pm*/
.list-item .list-details {display:none;}
.list-webzine{display:grid; grid-template-columns:repeat(3, 1fr);}
.more{display:flex; justify-content:center;}
.media-heading{border-bottom: 1px dotted #ccc;}
.list-item{border-bottom:0}
.ihn-row{flex-direction: column;}
.media.list-media{padding:10px;}

/*063023*/
.ihn-col-content p:nth-child(n+4){display: none;}
span.tack-icon.bg-orange {display: none;}
</pre></body></html>