@import url("/sc/ogaki/common/css/popup_model.css");
table.type1 {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
}
table.type1 thead {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #80658b;
}
table.type1 thead th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  color: #fff;
}
table.type1 tbody th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
table.type1 tbody td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}