<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
è©²å½“ãƒ•ã‚¡ã‚¤ãƒ«ä¸­ã«æ›¸ãè¾¼ã‚‚ã†ã¨æ€ã£ãŸãŒPerlè¨€èªžã¨ã‚³ãƒ³ãƒ•ãƒªã‚¯ãƒˆã‚’èµ·ã“ã—ãŸã®ã§ç§»è¡Œ
æœ€çµ‚çš„ã«ã¯å…¨ã¦ã®styleè¨˜è¿°ã‚’ã“ã“ã«ç§»è¡Œã—ã¦ã¿ãŸã„ã€‚
*/

@media screen and (max-width:768px) {
    .bbs_service_textarea textarea {
    resize: vertical;
    width:95%;
    margin:0;
    }
}

/*PCã§ã¯ç„¡åŠ¹ï¼ˆæ”¹è¡Œã—ãªã„ï¼‰*/
.smartphone{
    display: none;
}
/*ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³ã§ã¯æœ‰åŠ¹ï¼ˆæ”¹è¡Œã™ã‚‹ï¼‰*/
@media screen and (max-width:768px) {
    .smartphone{
        display: block;
    }
}

/* bbs.cgiã§ã‚¹ãƒ¬ãƒƒãƒ‰ä½œæˆã®ãƒœã‚¿ãƒ³ã‚’ã‚¹ãƒžãƒ›ã&nbsp;ã¨ä¸€ç•ªä¸Šã«ã™ã‚‹ */
@media screen and (max-width:768px) {
    .reverse_order{
     display: flex;
     flex-direction: column;
    }
}
.order1 {
    order: 1;
}
.order2 {
    order: 2;
}
.post {
  border-width: 1px;
  display: inline-block;
  border-style: none solid solid none;
  border-color: #ddd;
  margin-bottom: 8px;
  padding: 8px;
  word-break: break-all;
}
.meta {
  font-size: 14px;
  color: #333;
}
.message {
 font-size:17px;
 color:#333;
 padding:10px 0;
 overflow-wrap:break-word;
}
.backmascot {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: calc(100% - 250px);
    background-position-y: bottom;
}
.aaview{
    font-family:MS Gothic;
    font-size: 16px;
    line-height:1;
    white-space:nowrap;
}
/*
åŸ‹ã‚è¾¼ã¿ç”»åƒã‚„å‹•ç”»ã®ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ–åŒ–
https://akros-ac.jp/8277/
*/
/* https://web-de-asobo.net/2022/10/06/html-dl-dt-dd/ */
@media screen and (max-width:768px) {
    dd {
    margin-inline-start: 0;
    }
}

.responsive{
    position:relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 300px
}
.responsive iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

@media screen and (max-width:768px) {
    blockquote{
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
}
.video {
    width: 100%;
    max-width: 560px;
  }
.video_iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 50px;
  }
.video_iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
  }
  
  #overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
  }
  
  #close-button {
    position: absolute;
    bottom: 10%;
    right: 10%;
    cursor: pointer;
    color: white;
    font-size: 24px;
  }
  
</pre></body></html>