body {
       background-color:#F6CEF5;
       font-size:1.5em
   }

#room {
       background-image:url(.png);
       background-position: center top;
       background-size:  100%;
       background-repeat:  no-repeat;
       
     }

#message1{      /*じゃんけんぽい!*/
       background-image:url(note2.png);
       background-position: center 300px;
       background-size:  100%;
       background-repeat:  no-repeat;
       
       font-size:2.0em;
       position: absolute;
       left:10%; 
       top:0px;
       transform: translateX(-10%);
       background-color:#f6cdf5
       
     }

#message2{     /*彼女*/
       font-size:1em;
       
       position: fixed;
       left:700px; 
       top:250px;
       background-color:#FFCACA
     }

#message3{     /*君*/
       font-size:1em;
       position: fixed;
       left:700px; 
       top:350px;
       background-color:#FFCACA
     }

form[name="slide"]{
       position: fixed;
       left:200px; 
       top:20px
     }

form[name="tolk"]{
       font-size:0.9em;
       position: fixed;
       left:10px; 
       top:160px
     }




