@charset "utf-8";
/* CSS Document */
body {
width: 100%;
max-width: 1200px;
margin: 0 auto;
font-family: 'M+ Type-1 (general-j) Regular';
}
section {
width: 89%;
margin: 5% 0;
padding: 5%;
background-color: #D7D7D7;
border: 1px solid #7E7E7E;
}
section.bangai {
background-color: #90FFEF;
}
h1 {
text-align: center;
}
h2 {
margin: 30px 0;
border-bottom: 1px solid #000;
}
h3 {
padding: 1% 3%;
background-color: #000;
color: #fff;
}
p {
padding: 10px;
}
p.p_date {
text-align: right;
  display: block;
  clear: both;
  content: "";
}
p.p_date:after{
  display: block;
  clear: both;
  content: "";
}
a img {
width: 40%;
margin: 3%;
float: left;
}
hr {
margin: 30px 0;
}
.clearfix {
  display: block;
  clear: both;
  content: "";
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
table {
width: 94%;
margin: 3%;
background-color: #fff;
}
table th {
padding: 1%;
text-align: left;
border: 1px solid #000;
}
table td {
padding: 1%;
text-align: center;
border: 1px solid #000;
}
table.basic {
   counter-reset: chapter;  /* ※A */
}
table.basic tbody th:before {
   counter-increment: chapter;         /* ※B */
   content: "第" counter(chapter) "章"; /* ※C */
}
table.basic th {
text-align: center;
}
table.basic td {
text-align: left;
}
ul {
width: 94%;
margin: 3%;
margin: 0 auto;
}
li {
width: 46%;
margin: 1%;
padding: 1%;
list-style: none;
float: left;
background-color: #fff;
}
li a img {
width: 100%;
margin: 0;
float: none;
vertical-align: top;
}

.red {
color: #FF0004;
}

.bold {
font-weight: bold;
}
footer,small {
width: 100%;
text-align: center;
}
@media screen and (max-width: 768px) {
a img {
width: 94%;
float: none;
}
}

/*-----------------------------
 SCROLL TO TOP
--------------------------------*/
#topcontrol {
  transition: all 0.4s ease-in-out;
  background: #F19140;
  color: #fff;
  text-align: center;
  display: inline-block;
  z-index: 30;
  width: 3.5rem;
  height: 2.5rem;
  border-radius: .25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding-top: 1rem;
  font-weight: 300;
  font-size: 1rem
}
@media (prefers-reduced-motion: reduce) {
  #topcontrol {
    transition: none
  }
}

#topcontrol:hover {
  background: #076c9e;
  color: #fff
}

#mokuji {
position: fixed;
top: 0;
left: 0;
width: 10%;
height: 6%;
margin: 0;
background-color: brown;
text-align: center;
}
#mokuji a {
color: #fff;
text-decoration: none;
}

#mokuji02 {
position: fixed;
top: 0;
left: 13%;
width: 10%;
height: 6%;
margin: 0;
background-color: chocolate;
text-align: center;
font-size: 0.8em;
}
#mokuji02 a {
color: #fff;
text-decoration: none;
}
@media screen and (max-width: 657px) {
#mokuji,#mokuji02 {
width: 20%;
}
#mokuji02 {
left: 23%;
}
}