table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 10px;
  text-align: left;
}

th.rowttl {
  background-color: #fafafa;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
th.last,
td.last {
  padding-right: 20px;
}

td {
  line-height: 1.6;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
td.current {
  font-weight: bold;
}
td.last {
  border-right: none;
  border-bottom: 1px solid #e0e0e0;
}

th {
  font-size: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background-color: black;
}

th a:hover {
  text-decoration: none;
}

th.current a {
  position: relative;
  color: #fff;
}

th.current a:after {
  position: absolute;
  top: -2px;
  right: -9px;
  content: url(https://www.static.jishin.go.jp/img/common/icon_u_arrow01.gif);
}


/* seminar */
table.seminars tr td { font-size: 114.28571%; }
table.seminars tr td img { margin-bottom: 0 !important; }
table.seminars tr th.w1 { width: 80px; }
table.seminars tr th.w2 { width: 140px; white-space: nowrap; }
table.seminars tr th.w3 { width: auto; }
table.seminars tr th.w4 { width: 100px; white-space: nowrap; }
table.seminars tr th.w5 { width: 200px; }

/* no border */
table.noborder td { border: none !important; }
