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


@media screen and (min-width: 737px) {
#PC------------------------{}
 
        #sidebar{
            width:119px;
            height:278px;
            position:fixed;
            top:200px;
            right:-350px;
			z-index: 1;
        }
        #sidebar ul{
            position:absolute;
            top:0px;
            right:0;
        }
        #sidebar ul li{
            height:51px;
            margin:0 0 0px;
            list-style-type:none;
        }
        #sidebar button{
            position:absolute;
            bottom:0px;
            right:0px;
            width:119px;
            height:27px;
            border:none;
            display:block;
			text-align: left;
			text-indent: 0.3em;
        	background-image: url("../image/side06.gif");
			color:#fff;
        }
}
</pre></body></html>