<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 */

*{
margin:0;
padding:0;
line-height:0;
}

.container{
    width: 100%;
}
.container-all{
    text-align: center;
    margin: 0 auto;
}
.imgres {
    max-width: 100%;
    height: auto;
}
.announce{
  margin: 50px auto;
}
p.announce01{
  font-size: 18px;
  text-align: center;
  color:#FF0004;
  margin: 25px auto;
}

@media screen and (max-width:600px) { 
    /*　画面サイズが600pxからはここを読み込む　*/
 table { display: none;}
    .sf-none {
        display: none;
    }
}
@media screen and (min-width:600px) { 
    /*　画面サイズが600px未満はここを読み込む　*/
    .pc-none {
        display: none;
    }
}
</pre></body></html>