<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  font-family: Helvetica;
  color: #000000;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  margin: 0px;
  padding: 0px;
  background: #ffffff;
}

header {
  position: relative;
  border-top: 1px solid #cccccc;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));*/
}

body &gt; header {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  border-bottom: 1px solid #cccccc;
}

header h1 {
  margin: 0px;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  color: #ffffff;
  font-family: Helvetica;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

body &gt; header h1#logo {
  margin: 0px;
  padding: 10px;
  border-bottom: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  text-align: left;
}

body &gt; header h1#logo img {
  max-width: 140px;
  max-height: 30px;
  vertical-align: top;
}

header h2 {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 5px;
  height: 30px;
}

body &gt; header p {
  margin: 0px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #cccccc;
  /*border-radius: 3px;*/
  background: -moz-linear-gradient(top, white 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, white 0%, #dddddd 100%);
  background: -o-linear-gradient(top, white 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, white 0%, #dddddd 100%);
  background: linear-gradient(top, #ffffff 0%, #dddddd 100%);
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

body &gt; header p a {
  display: block;
  width: 18px;
  height: 30px;
  padding: 11px 10px 9px;
}

body &gt; header p img {
  width: 18px;
  vertical-align: top;
}

footer {
  margin: 0px;
  padding: 0px;
}

footer h1 {
  margin: 0px;
  padding: 3px 5px;
  border-bottom: 1px solid #cccccc;
  color: #999999;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

footer nav {
  margin: 0px;
  padding: 0px;
}

footer nav h2 {
  margin: 0px;
  padding: 10px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background: -moz-linear-gradient(top, #666666 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #666666 0%, black 100%);
  background: -o-linear-gradient(top, #666666 0%, black 100%);
  background: -ms-linear-gradient(top, #666666 0%, black 100%);
  background: linear-gradient(top, #666666 0%, #000000 100%);
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

footer nav ul {
  list-style: none;
  margin: 0px;
  padding: 1px 0px 5px 5px;
}

footer nav li {
  float: left;
  width: 50%;
}

footer nav li a {
  display: block;
  margin: 4px 4px 0px 0px;
  padding: 10px 0px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: -moz-linear-gradient(top, white 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, white 0%, #dddddd 100%);
  background: -o-linear-gradient(top, white 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, white 0%, #dddddd 100%);
  background: linear-gradient(top, #ffffff 0%, #dddddd 100%);
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  font-family: Helvetica;
  text-decoration: none;
  text-align: center;
}

footer nav p {
  margin: 0px;
  padding: 10px 0px;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  color: #333333;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
}

footer nav p a {
  color: #333333;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
}

.search_box {
  margin: 0px;
  padding: 10px 5px;
  border-top: 1px solid #cccccc;
  background: #f3f3f3;
  text-align: center;
}

.search_box input {
  margin: 0px 5px;
  padding: 0px 10px;
  height: 30px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 14px;
  line-height: 14px;
}

.search_box input#search_box_submit {
  margin: 0px 5px;
  padding: 0px 10px;
  height: 32px;
  border: 1px solid #333333;
  border-radius: 5px;
  background: -moz-linear-gradient(top, #666666 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #666666 0%, black 100%);
  background: -o-linear-gradient(top, #666666 0%, black 100%);
  background: -ms-linear-gradient(top, #666666 0%, black 100%);
  background: linear-gradient(top, #666666 0%, #000000 100%);
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}

footer p {
  margin: 0px;
  padding: 10px 0px;
  border-top: 1px solid #cccccc;
  background: #f3f3f3;
  color: #333333;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

footer p a {
  color: #333333;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

nav#topics {
  margin: 0px;
  padding: 5px 10px;
  color: #999999;
  font-size: 12px;
  line-height: 1.25em;
}

nav#topics a {
  color: #333333;
  font-size: 12px;
  line-height: 1.25em;
  text-decoration: none;
}

.btn {
  width: 100%;
  height: 38px;
  margin: 5px 0px 0px;
  padding: 0px;
}

.btn a {
  display: block;
  margin: 0px 5px;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: -moz-linear-gradient(top, white 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, white 0%, #dddddd 100%);
  background: -o-linear-gradient(top, white 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, white 0%, #dddddd 100%);
  background: linear-gradient(top, #ffffff 0%, #dddddd 100%);
  color: #333333;
  font-weight: bold;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}

.loadMore .more,
section .more {
  width: auto;
  margin: 5px 5px 0;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: -moz-linear-gradient(top, white 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, white 0%, #dddddd 100%);
  background: -o-linear-gradient(top, white 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, white 0%, #dddddd 100%);
  background: linear-gradient(top, #ffffff 0%, #dddddd 100%);
  color: #333333;
  font-weight: bold;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}

section {
  margin: 0px 0px 15px;
  padding: 0px;
}

section address {
  margin: 0px;
  padding: 20px 10px 10px;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
}

section header {
  position: relative;
  height: 32px;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: -moz-linear-gradient(top, white 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, white 0%, #dddddd 100%);
  background: -o-linear-gradient(top, white 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, white 0%, #dddddd 100%);
  background: linear-gradient(top, #ffffff 0%, #dddddd 100%);
}

section header h2 {
  position: relative;
  height: 14px;
  margin: 4px 10px;
  padding: 5px 10px;
  border-left: 3px solid #333333;
  color: #333333;
  font-size: 14px;
  line-height: 1;
}

section header p.rss {
  position: absolute;
  top: 5px;
  right: 10px;
  margin: 0px;
  padding: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: -moz-linear-gradient(top, white 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, white 0%, #dddddd 100%);
  background: -o-linear-gradient(top, white 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, white 0%, #dddddd 100%);
  background: linear-gradient(top, #ffffff 0%, #dddddd 100%);
  font-size: 10px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
}

section header p.rss img {
  width: 14px;
  height: 14px;
  vertical-align: top;
}

section p {
  margin: 0px;
  padding: 0px 10px 10px;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
}

.entry section {
  margin-bottom: 0;
  padding: 10px 25px 10px 18px;
  border-bottom: 1px solid #cccccc;
  background-image: url("/smp/img/bg_cmn.png"), url("/smp/img/bg_cmn_bbbbbb.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right center, left center;
}

.entry section h1 {
  width: 100%;
  margin: 0px 5px;
  padding: 3px 0px 2px 0px;
  color: #cccccc;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

.entry section h1 i {
  display: inline-block;
  width: 3em;
  background: #f3f3f3;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

.entry section h1 span {
  display: inline-block;
  width: 4.5em;
  background: #f3f3f3;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

.entry section h1 a {
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.entry section time {
  display: block;
  height: 12px;
  margin: 0px 5px;
  padding: 0px 0px 3px 0px;
  font-weight: bold;
  color: #999999;
  font-size: 10px;
  line-height: 12px;
  text-align: left;
}

.schedule {
  border-bottom: none;
}

.schedule section {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  display: box;
  margin-bottom: 0;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
}

.schedule section .textWrap {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-box-ordinal-group: 2;
  box-ordinal-group: 2;
}

.schedule section h1 {
  width: 100%;
  margin: 7px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

.schedule section h1 strong {
  color: #DD0000;
}

.schedule section p {
  width: 100%;
  margin: 7px 0px 6px;
  padding: 0px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

.schedule section p a {
  color: #666666;
  text-decoration: none;
}

.schedule section .img {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  box-ordinal-group: 1;
  overflow: hidden;
  width: 50px;
  margin: 0px;
  padding: 0 0 0 5px;
}

.schedule section .img a {
  display: block;
  width: 40px;
  margin: 0px;
  padding: 0px;
  background: #f3f3f3;
  text-align: center;
  vertical-align: middle;
}

.schedule section div.img img {
  width: 40px;
  vertical-align: top;
}

.formatname {
  font-size: 85%;
}

.viewport {
  width: 100%;
  margin: 0px auto;
  padding: 10px 0px;
  background: #f3f3f3;
  overflow: hidden;
}
.viewport .item {
  position: relative;
  padding-top: 24px;
}
.viewport .item p {
  position: absolute;
  top: 3px;
  width: 162px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: #DD0000;
  font-size: 90%;
}

.flipsnap {
  width: 1720px;
  margin-left: -86px;
  padding-left: 50%;
}

.item {
  float: left;
  width: 162px;
  height: 162px;
  margin: 0px 5px;
  padding: 0px;
  color: #666;
  text-align: center;
  overflow: hidden;
}

.item a {
  display: table-cell;
  width: 162px;
  height: 162px;
  text-align: center;
  vertical-align: middle;
}

.item a img {
  max-width: 160px;
  max-height: 160px;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 6px #cccccc;
}

.pointer {
  margin: 5px 0px;
  text-align: center;
}

.pointer span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid #cccccc;
}

.pointer span.current {
  background: #333333;
}

.related_book {
  border-bottom: none;
}

.related_book section {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  display: box;
  margin-bottom: 0;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
}

.related_book section h1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-box-ordinal-group: 2;
  box-ordinal-group: 2;
  width: 100%;
  margin: 7px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.related_book section h1 strong {
  color: #DD0000;
}

.related_book section .img {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  box-ordinal-group: 1;
  overflow: hidden;
  width: 55px;
  margin: 0px;
  padding: 0 0 0 5px;
}

.related_book section .img a {
  position: relative;
  display: table-cell;
  width: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  background: #f3f3f3;
  text-align: center;
  vertical-align: middle;
}

.related_book section .img img {
  width: 40px;
  vertical-align: top;
}

.pagetop {
  margin: 0px;
  padding: 0px 6px;
  text-align: right;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  *height: 1%;
}

.clearfix {
  display: block;
}

.social ul {
  padding: 0 20px;
  list-style-type: none;
}

.social ul:after {
  content: '';
  clear: both;
  display: block;
}

.social ul li {
  float: left;
  margin: 0;
  padding-right: 20px;
  padding-bottom: 5px;
}

.cms,
.cms * {
  word-wrap: break-word;
  text-overflow: ellipsis;
}

.cms table {
  width: auto !important;
}

.cms {
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .cms * {
    max-width: 600px;
  }

  img {
    max-width: 600px;
    height: auto;
  }

  iframe {
    max-width: 600px;
  }
}
@media only screen and (max-width: 569px) {
  .cms * {
    max-width: 529px;
  }

  img {
    max-width: 529px;
    height: auto;
  }

  iframe {
    max-width: 529px;
  }
}
@media only screen and (max-width: 568px) {
  .cms * {
    max-width: 528px;
  }

  img {
    max-width: 528px;
    height: auto;
  }

  iframe {
    max-width: 528px;
  }
}
@media only screen and (max-width: 480px) {
  .cms * {
    max-width: 440px;
  }

  img {
    max-width: 440px;
    height: auto;
  }

  iframe {
    max-width: 440px;
  }
}
@media only screen and (max-width: 400px) {
  .cms * {
    max-width: 360px;
  }

  img {
    max-width: 360px;
    height: auto;
  }

  iframe {
    max-width: 360px;
  }
}
@media only screen and (max-width: 360px) {
  .cms * {
    max-width: 320px;
  }

  img {
    max-width: 320px;
    height: auto;
  }

  iframe {
    max-width: 320px;
  }
}
@media only screen and (max-width: 320px) {
  .cms * {
    max-width: 280px;
  }

  img {
    max-width: 280px;
    height: auto;
  }

  iframe {
    max-width: 280px;
  }
}
</pre></body></html>