/* Global */
.cframe {
  position: relative;
  margin: 0 auto;
  width: 1130px;
}

.clear {
  clear: both;
}

/* Header */
#header {
  padding: 20px 0;
  width: 100%;
  background: #cf0000;
}

.logo {
  margin: 0 auto;
  width: 127px;
}

/* Main Image */
.main-image {
  width: 100%;
  background: url(../images/main-bg.png) repeat-x;
  height: 350px;
}

.main-word {
  margin: 0 auto;
  width: 933px;
  padding-top: 75px;
}

.shoutoku img {
  position: absolute;
  top: 138px;
  left: 939px;
}

/* Content */
.right-frame {
  float: right;
  margin-top: 30px;
  width: 825px;
}

.content {
  margin-bottom: 46px;
  padding: 58px;
  background: #f0f0f0;
  box-shadow: 4px 4px 12px -4px #9e9e9e;
  max-inline-size: 60rem;
}

.top-news .content {
  padding: 58px 58px 20px 58px;
}

.content h2,
.page-title {
  text-align: center;
  padding: 10px 0 40px 0;
}

.sub-title {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  margin: 60px 0 40px 0;
  padding: 36px 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #cac8c8;
  border-bottom: 1px solid #cac8c8;
}

#main h1,
h1.page-title,
.news-list h1 {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  margin: 0 0 40px 0;
  padding: 36px 0;
  font-size: 30px;
  line-height: 140%;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #cac8c8;
  border-bottom: 1px solid #cac8c8;
}

#main h2,
.news-list h2 {
  color: #cd0814;
  font-weight: normal;
  text-align: left;
  padding: 15px 20px 15px 0;
  margin-bottom: 20px;
  border-bottom: 3px solid #cb0f1f;
  font-size: 21px;
  line-height: 140%;
}

#main h3,
#main h4,
#main h5,
.news-list h3,
.news-list h4,
.news-list h5 {
  color: #cd0814;
  margin-top: 30px;
  padding: 10px 0 10px 15px;
  border-left: 5px solid #cd0814;
  font-size: 18px;
}

#main pre,
.news-list pre {
  background: #333;
  padding: 10px;
  color: #9ce15f;
  margin-top: 15px;
  white-space: pre-wrap;
}

#main img,
.news-list img {
  margin: 20px 0 10px 0;
}

#main ul,
#main ol,
.news-list ul,
.news-list ol {
  margin: 10px 0 10px 15px;
  color: #cd0814;
}

#main li a,
#main ol li a,
.news-list a {
  text-decoration: underline;
  color: #ce0814;
}

#main a {
  color: #cf0000;
  text-decoration: underline;
}

#main table,
.news-list table {
  margin: 10px 0;
  width: 100%;
  background: #fff;
}

#main table th,
.news-list th {
  padding: 10px;
  background: #f8f5f1;
  border: 1px solid #d3d3d3;
}

#main table td,
.news-list td {
  padding: 10px;
  border: 1px solid #d3d3d3;
}

/* Sidebar */
#sidebar {
  float: left;
  width: 270px;
  margin-top: 30px;
  padding-top: 0;
}

p.side-title {
  padding: 20px;
  background: #d00000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

#sidebar ul li ul {
  display: none;
}

#sidebar li {
  display: block;
}

#sidebar li,
#sidebar span {
  cursor: pointer;
}

/* Footer */
#footer {
  clear: both;
  margin-top: 90px;
  width: 100%;
  color: #fff;
  background: #cf0000;
}

#footer div a {
  color: #fff;
}

.f-top h4 {
  display: block;
  font-size: 20px;
  background: #e03d3d;
  padding: 10px;
}

.f-top ul {
  float: left;
}

.f-top:first-child {
  border: none;
}

.f-top {
  text-align: left;
}

.f-top li {
  float: left;
  height: 30px;
  font-size: 18px;
  margin: 0 20px 20px 0;
}

.f-top li span {
  padding-left: 5px;
  font-size: 13px;
}

#footer li a {
  color: #fff;
}

#footer a:hover {
  text-decoration: underline;
}

#footer li:first-child {
  margin-left: 0;
}

#footer .cframe {
  padding: 50px 0 20px 0;
}

#copyright {
  clear: both;
  padding: 30px 0;
  background: #c94a4a;
  text-align: center;
  color: #fff;
}

/* Content */

.content-top {
  margin-inline: auto;
  max-inline-size: 60rem;
  margin-block: 3rem;
}