<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* layout */
body {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.png);
  background-repeat: repeat-x;
}
#wrapper {
  width: 800px;
  margin: 0 auto;
}
/* header */
#header img {
  vertical-align: bottom;
}
/* content */
#content {
  background: #FFF;
  width: 100%;
  box-shadow: 0px 1px 4px #666;
  border-radius: 20px;
}
#content_inner {
  padding: 40px;
  font-weight: bold;
}
#content_header {
  border-bottom: 1px dotted #ccc;
}
#content_header h2 {
  color: #555;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
#content_header p {
  padding: 18px 0;
  color: #009dd8;
  line-height: 1.3;
  font-weight: bold;
  font-size: 24px;
}
#content_text h3 {
  padding-top: 24px;
  color: #555;
  font-size: 16px;
}
#content_text .about,#content_text .caution {
  margin: 16px 24px;
}
#content_text li {
  color: #555;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
}
#content_text li a {
  color: #009dd8;
  text-decoration: underline;
}
/* close btn */
#close {
  background: #797979;
  width: 180px;
  height: 36px;
  margin: 57px auto;
  text-align: center;
}
#close a {
  display: block;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
}
#close:hover {
  background: #444;
}
/* form */
.formarea {
  padding-top: 12px;
  padding-left: 24px;
  border-top: 1px dotted #ccc;
}</pre></body></html>