<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
      div#igoshogi_shima_pc section.top .youtube-box {
        width: 850px;
        margin: 50px auto;
        /*border: solid 5px #ca0000;  枠線をつける */
        box-shadow: 3px 3px 10px rgba(0,0,0,0.6); /* 影をつける */
      }
        div#igoshogi_shima_pc section.top .youtube-box .youtube-inner {
          position: relative;
          width: 100%;
          padding-top: 56.25%;
        }
          div#igoshogi_shima_pc section.top .youtube-box .youtube-inner iframe {
            position: absolute;
            top: 0;
            right: 0;
            width: 100% !important;
            height: 100% !important;
          }
div#igoshogi_shima_pc section.main-contents .inner .cnt01 .present_text{
    font-family:'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color:#c6171f;
    margin:50px 0;
}

div#igoshogi_shima_pc section.main-contents .inner .cnt01 .present_open{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    margin: 50px 0;
    padding: 10px 60px;
    background: #c6171f;
    width: 30%;
    margin: auto;
    border-radius: 50px;
}

div#igoshogi_shima_pc section.main-contents .inner .cnt01 .present_open:hover{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    margin: 50px 0;
    padding: 10px 60px;
    background: #cf464c;
    width: 30%;
    margin: auto;
    border-radius: 50px;
}

div#igoshogi_shima_pc section.main-contents .inner .cnt01 a{
    color: #ffffff;
    text-decoration:none;
}

div#igoshogi_shima_pc section.main-contents .inner .cnt01 a:hover{
    color: #ffffff;
    text-decoration:underline;
}</pre></body></html>