@charset "utf-8";


/* ----------�� TABLE ��---------- */
#main table {
  width: 100%;
  margin-bottom: 2em;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#main table.last {
  margin-bottom: 4em;
}

#main table th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#main table th:last-child {
  border-right: 1px solid #CCCCCC;
}

#main table td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#main table td.cntr {
  text-align: center;
}

#main table th {
  background-color: #A1AFDD;
  padding: 7px;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

#main table td {
  text-align: left;
  vertical-align: middle;
  padding: 9px 7px 7px 7px;
  line-height: 1.4em;
}