body {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',                  /* Windowsの欧文 */
               'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
               Meiryo,                      /* Windowsのメイリオ */
               sans-serif;
}

.tablez{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  table-layout: fixed;
}

.tablez th:first-child{
  border-radius: 5px 0 0 0;
}

.tablez th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

.tablez th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px 0;
}

.tablez td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 10px 0;
}

.tablez td:last-child{
  border-right: 1px solid #a8b7c5;
}

.tablez tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.tablez tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

td1{
  text-align: left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 10px 0;

}