body {
    background-image: url("../img/bg.png");
    background-repeat: repeat;
    /* height:100%; */
    /* width:100% */
}
a {
    text-decoration: none;
    color: #000000;
}
#bg {
    /* width: 100vw; */
    width : 100%;
    min-width: 1000px;
    background-size: cover;
    min-height: 100vh;
    background-image: linear-gradient(to right, rgba(255, 245, 183, 0.8) 0%, rgba(115, 177, 226, 0.8) 100%);
    padding: 0 0 60px 0;
}
.mv {
    background: url("../img/mv.png") no-repeat right top;
    background-size: 70%;
}
header {
    width: 100%;
    height: 80px;
    background-color: rgba(120, 120, 120, 0.6);
    color: #FFFFFF;
}
header a {
    color: #FFFFFF;
}
header nav {
    width: 970px;
    padding: 0 20px;
    margin: 0 auto;
    vertical-align: middle;
}
header nav ul li {
    float: left;
    margin: 25px 30px 20px 0;
    font-weight: bold;
    font-size: 1.2em;
}
header nav ul li a:hover {
    opacity: 0.7;
}
#top {
    width: 970px;
    margin: 0 auto;
    padding: 0 20px;
}
h1 {
    margin: 100px 0;
    font-weight: bold;
    font-size: 1.8em;
}
h1 span {
    display: inline-block;
    border-top: solid 4px #000000;
    margin: 10px 0 0;
    padding: 10px 0 0;
    font-size: 0.7em;
}
.wrap {
    width: 970px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 auto;
    justify-content: space-between;
}
#index_container {
    width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#index_container .card {
    width: 48%;
    background: #2b2c2e;
    padding-bottom: 6px;
    margin-bottom: 30px;
}
#index_container .card:hover {
    background: #4e5053;
    padding-bottom: 6px;
}
#index_container .card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
#index_container .card a {
    display: block;
    width: 100%;
    height: 100%;
}
#index_container .card a h2,
#index_container .card a p,
#index_container .card a span {
    margin: 16px;
    color: #fff;
}
#index_container .card a h2 {
    font-size: 19px;
}
#index_container .card a p {
    color: #999999;
    margin-bottom: 5px;
    font-size: 0.8em;
}
#index_container .card a span {
    display: inline-block;
    font-size: 14px;
    background: #e2684c;
    border-radius: 12px;
    height: 20px;
    padding: 5px 10px;
    margin: 0 0 10px 10px;
}

.cardData {
    background: #d62728 !important;
}

.cardAnalysis {
    background: #ff7f0e !important;
}


.cardStats {
    background: #2ca02c !important;
}

.cardMath {
    background: #1f77b4 !important;
}



.sub {
    background: rgba(225, 225, 225, 0.45);
    padding: 20px ;
    width: 200px;
}
.sub h3 {
    font-weight: bold;
    font-size: 18px;
}
.sub ul {
    margin: 20px 0 0;
}
.sub ul li {
    word-wrap: break-word;
    margin: 0 0 8px;
    font-size: 0.8em;
}
.sub ul li a {
    text-decoration: underline;
}
.sub ul li a:hover {
    opacity: 0.6;
}
#container {
    display: flex;
    width: 1000px;
    padding: 10px 30px 30px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 60px auto;
}
#container h1{
    margin: 50px 0;
    text-align: center;
    line-height: 1.5em;
}
#container h2 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}
#container p {
    line-height: 2em;
    margin: 0 0 60px 0;
}
img.left {
    float: left;
    margin-right: 15px;
}
img.right {
    float: right;
    margin-left: 15px;
}
img.wide {
    width: 100%;
    margin: 15px auto;
}
img.center {
    display: block;
    margin: 0 auto;
}
.index {
    width: 20%;
}
.index ul {
    margin: 30px 0 0;
}
.index ul li {
    margin: 0 0 20px 0;
}
.index ul li a {
    text-decoration: underline;
}
.report {
    margin: 0 0 0 5%;
    width: 75%;
}
table {
    margin: 20px 0;
}
.reportNav {
    font-size: 1.3em;
    font-weight: bold;
    display: flex;
    margin-bottom: 50px;
}
.reportNav li {
    margin: 0 20px 0 0;
}
.reportNav a {
    text-decoration: underline;
}
.reportNav a:hover {
    opacity: 0.7;
}
.reportList li {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 20px;
}
.reportList li ul li {
    list-style: circle;
    margin: 0 0 0 40px;
}
.reportList li ul li a {
    font-size: 0.6em;
    text-decoration: underline;
    line-height: 1.3em;
}
.reportList li ul li a:hover {

}

#site_tree{
  padding: 30px 0px;
}

pre {
  border: 1px solid #ccc;
  width: 600px;
  margin: 0 auto;
  padding: 10px 20px;
}

code {
  padding: 0px -200px;
}

ol {
  border: 1px solid #ccc;
  width: 600px;
  margin: 0 auto;
  padding: 10px 20px;
}

ol li {
  /*display: flex;*/
  list-style-type: decimal;
  margin: 20px 0  20px 2em;
}

ol li figure {
  display: inline-block;/*追記*/
}

ol li dl {
  display: inline-block;/*追記*/
  margin: 0 0 0 10px;
}

ol li dt {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 10px;
}

ol li dd {
  margin: 0;
}

/*スクロール用*/
thead.scrollHead,tbody.scrollBody{
  display:block;
}
tbody.scrollBody{
  overflow-y:scroll;
  height:400px;
  width:300px;
}

#scrollHead th{
  border-bottom: 1px solid grey;
  border-top: 2px solid grey;
}

.table-fixed{
  width: 100%;
  background-color: #f3f3f3;
  tbody{
    height:200px;
    overflow-y:auto;
    width: 100%;
    }
  thead,tbody,tr,td,th{
    display:block;
  }
  tbody{
    td{
      float:left;
    }
  }
  thead {
    tr{
      th{
        float:left;
        background-color: #f39c12;
        border-color:#e67e22;
      }
    }
  }
}


fieldset{
  border: 1px dotted #000000 !important;
  padding: 10px !important;
  border-radius: 5px !important;
  background-color: #ffc0cb !important;
}

legend{
  border: 1px solid  #000000 !important;
  background-color: #A9A9A9 !important;
  padding: 3px 10px !important;
  border-radius: 5px !important;
  color: #000000 !important;
  font-size: 1em !important;
}

#map_trans_result {
    display: flex;
    width: 100%;
    padding: 10px 350px 30px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 60px auto;
}
