@charset "UTF-8";
#pagetitle {
  background: url(../images/05_ekrlist_02/mainvisual.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

#pagetitle h1 {
  text-align: center;
  font-weight: normal;
  font-size: 38px;
  line-height: 1;
}

article {
  padding: 120px 0;
  max-width: 1050px;
  margin: auto;
}

article table {
  width: 100%;
  border: 1px solid #00a0e9;
  border-bottom: none;
  border-collapse: separate;
  border-spacing: 0px;
}

article table th {
  background: #00a0e9;
  text-align: center;
  color: #fff;
  font-weight: normal;
  padding: 15px;
  border-bottom: 1px solid #00a0e9;
  border-left: 1px dotted #00a0e9;
}

article table td {
  padding: 15px 40px;
  text-align: center;
  color: #00a0e9;
  border-bottom: 1px solid #00a0e9;
  border-left: 1px dotted #00a0e9;
  vertical-align: middle;
}

article table td.maker {
  text-align: left;
  color: inherit;
  border-left: none;
}

article table td.product {
  text-align: left;
  color: inherit;
}

article p.right {
  text-align: right;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 45px;
  }
  article {
    padding: 30px 20px 0 20px;
  }
  article .tableWrap {
    overflow-x: scroll;
  }
  article table {
    width: 600px;
  }
  article table th {
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  article table td {
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}
