@charset "UTF-8";
body {
  background-color: #f4fbff;
  background-image: linear-gradient( #cde5eb,#f4fbff );
  background-position: bottom;
  background-repeat: no-repeat;
  /* background-color: #222; */
  /* color: #ffffff; */
}
h1 {
  margin: 10px auto 0;
  text-align: center;
  max-width: 300px;
}
h1 img {
  max-width: 100%;
}

.ttl-download {
  margin:10px 0 0 20px;
  font-weight:bold;
  font-size: 1rem;
}
.contents-list {
  margin-top: 0px;
  list-style-type: none;
  padding-left: 0px;
}
.contents-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.content-border {
  border:2px solid #FF6699;
  padding:6px 8px;
  margin-top:20px;
}
.kikyaku a {
  color: #2489ce;
  font-weight: bold;
}
.mgt0 { margin-top: 0px !important; }
.mgt5 { margin-top: 5px !important; }
.mgt10 { margin-top: 10px !important; }
.mgt20 { margin-top: 20px !important; }
.mgt30 { margin-top: 30px !important; }
.mgt40 { margin-top: 40px !important; }
.mgt50 { margin-top: 50px !important; }
.mgr0 { margin-right: 0px !important; }
.mgr5 { margin-right: 5px !important; }
.mgr10 { margin-right: 10px !important; }
.mgr20 { margin-right: 20px !important; }
.mgr30 { margin-right: 30px !important; }
.mgr40 { margin-right: 40px !important; }
.mgr50 { margin-right: 50px !important; }