<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.whatsnew {
  margin: 10px 0;
  font-size: 100%;
  word-break: break-all;
  overflow: hidden;
  border: 1px silver solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

div.wn-head {
  margin: 0;
  padding: 5px 10px;
  overflow: hidden;
  border: 0;
  border-bottom: 1px silver solid;
  -webkit-box-shadow: #cccccc 1px 1px 4px;
  -moz-box-shadow: #cccccc 1px 1px 4px;
  box-shadow: #cccccc 1px 1px 4px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

div.wn-head0 {
  margin: 0;
  padding: 5px 10px;
  overflow: hidden;
  border: 0;
  border-bottom: 1px silver solid;
  -webkit-box-shadow: #cccccc 1px 1px 4px;
  -moz-box-shadow: #cccccc 1px 1px 4px;
  box-shadow: #cccccc 1px 1px 4px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

div.wn-head .wn-title {
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  float: left;
  overflow: hidden;
}

div.wn-head0 .wn-title0 {
  font-weight: bold;
  font-size: 100%;
  text-align: center;
  float: none;
  overflow: hidden;
}

div.wn-head .wn-postlist {
  background: transparent url("./image/list.png") left center no-repeat;
  padding-left: 1.3em;
  font-weight: normal;
  font-size: 100%;
  text-align: right;
  cursor: pointer;
  float: right;
}

div.wn-head0 .wn-postlist0 {
  background: transparent url("./image/list.png") left center no-repeat;
  padding-left: 1.3em;
  font-weight: normal;
  font-size: 100%;
  text-align: right;
  cursor: pointer;
  float: right;
}

div.wn-item {
  font-size: 100%;
line-height: 150%;
  margin: 3px 5px 3px 5px;
  padding: 0;
  border: 0;
  overflow: hidden;
background-color: #FFFFE0;

/*div.wn-item {*/
/*  font-size: 80%;*/
/*line-height: 150%;*/
/*  margin: 3px -3px 0 3px;*/
/*  padding: 0;*/
/*  border: 0;*/
/*  overflow: hidden;*/
/*background-color: #FFFFE0;*/
/*‚‚³Žw’è*/ 
/* height: 37em;*/

}

div.wn-item0 {
  font-size: 100%;
line-height: 150%;
  margin: 3px -3px 0 3px;
  padding: 0;
  border: 0;
  overflow: hidden;
background-color: #FFFFE0;
/*‚‚³Žw’è*/ 
}

div.wn-item1 {
  font-size: 100%;
line-height: 150%;
  margin: 3px -3px 0 3px;
  padding: 0;
  border: 0;
  overflow: hidden;
/*‚‚³Žw’è*/ 
height: 30em;
}

div.wn-item2 {
  font-size: 100%;
line-height: 150%;
  margin: 3px -3px 0 3px;
  padding: 0;
  border: 0;
  overflow: hidden;
/*‚‚³Žw’è*/ 
}

div.wn-item3 {
  font-size: 100%;
line-height: 150%;
  margin: 3px -3px 0 3px;
  padding: 0;
  border: 0;
  overflow: hidden;
/*‚‚³Žw’è*/ 
}

div.wn-item .wn-date {
  margin: 0 0 0 0.3em;
  padding: 0;
  border: 0;
  float: left;
  width: 8.7em;
  font-weight: normal;
  overflow: hidden;
}
div.wn-item .wn-article {
  margin: 0;
  padding: 0 2px;
  overflow: hidden;
}
div.wn-item .wn-article .newmark {
  font-size: 74%;
  padding: 1px 5px;
  vertical-align: middle;
  color: White;
  background-color: #ff4500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}</pre></body></html>