<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contents{height: 20000px;
}

#contents_navi{height: 20000px;
}

/* ãƒ•ãƒ­ãƒ¼ãƒ†ã‚£ãƒ³ã‚°ãƒãƒŠãƒ¼ */
#fixed_right_banner
{
    /* å³ç«¯ã®ä¸Šã‹ã‚‰20pxã®ä½ç½®ã«å›ºå®šè¡¨ç¤º */
    position: fixed;
    top: 180px;
    right: 0px;
/* box-shadow */
box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, .1);
 z-index: 10;
}
 
/* ç”»åƒã®å…±é€šè¨­å®š */
#fixed_right_banner &gt; *
{
    /* æ¨ªå¹… */
    width: 120px;
}
 
/* ãƒªãƒ³ã‚¯è¦ç´&nbsp; */
#fixed_right_banner &gt; a
{
    /* ãƒ–ãƒ­ãƒƒã‚¯è¦ç´&nbsp;ã«å¤‰æ›´ */
    display: block;
 
    /* é€éŽå¤‰æ›´ã‚’ã‚¹ãƒ&nbsp;ãƒ¼ã‚ºã«ã™ã‚‹(ä»»æ„) */
   -webkit-transition: opacity .3s ease;
   transition: opacity .3s ease;
}
 
/* ãƒžã‚¦ã‚¹ã‚ªãƒ¼ãƒãƒ¼æ™‚ã®è¡¨ç¾ */
#fixed_right_banner &gt; a: hover
{
    /* 40%é€éŽã•ã›ã‚‹ */
    opacity: .6;
}

 
/* ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã«è¢«ã‚‰ãªã„ã‚ˆã†ã«ã™ã‚‹ãƒ¡ãƒ‡ã‚£ã‚¢ã‚¯ã‚¨ãƒª */
@media (max-width: 950px)
{
    #fixed_right_banner { display: none; }
}

.spec2{border-top: 1px solid #4C4C4C; 
}
.spec2 table{width: 650px;
color: #4C4C4C;
margin: 20 auto ;
padding: 0 4px;
}
.spec2 th{font-size: 15px;
text-align: left;
padding: 10 0 5 8px;
}
.spec2 td{font-size: 11px;
margin: 0px;
padding: 0px;
text-align: center;
border: 1px solid #AAAAAA; 
}

#scroll {
height: 650px;
overflow-y: scroll;
}
</pre></body></html>