<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    body{animation:fadeIn 2s ease 0s 1 nomal;
         -webkit-animation:fadeIn 2s ease 0s normal;}
    
    @keyframes fadeIn{0%{opacity:0}
        100%{opacity:1}}
    
    
    .filter{
        
        top: 100px;
        text-align: left;
        padding: 50px;
         }
    
a:link{ color:#606060;
}
a:visited{
  color: white;
}
    table{
        width: 250px;
        height: 120px
      }   
   
    td{
        text-align: center;
        
    }
    
    #hinban{font-size: 22px;
            font-family: "Gill Sans MT"}
    #size{font-size: 11px}
    #lot{font-size:11px}
    #price{font-size:14px}
    img{width:250px;
             height:190px}
    .han{width:48px;
         height: 32px;}    
    
    #back2{position: fixed;
           left: 10px;
           height:30px;
        z-index: 100;
           padding:10px;
           }
    #back2 img{width:32px;
               height:22px;}</pre></body></html>