@charset "utf-8";

/* ----------↓ LIST ↓---------- */
#main ul {
  margin-bottom: 2em;
}

#main ul.last {
  margin-bottom: 4em !important;
}

#main ul li {
  margin-left: 23px;
  margin-bottom: 0.3em;
}

#main ul.lnk, #main ul.lnk li {
  list-style-type: none;
}

#main ul.lnk {
  margin-bottom: 2em;
}

#main ul.lnk li {
  background: url("../image/icon_lkbox.gif") no-repeat 10px 6px;
  margin-left: 0;
  padding-left: 2em;
  padding-bottom: 0.5em;
}

/* ----------↓ #SEMINAR ↓---------- */
/* ----------↓ TABLE ↓---------- */

#seminar table {
  width: 100%;
  margin-bottom: 2em;
}

#seminar table.last {
  margin-bottom: 4em !important;
}

#seminar tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#seminar th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#seminar th:last-child {
  border-right: 1px solid #CCCCCC;
}

#seminar td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#seminar th {
  background-color: #A1AFDD;
  padding: 8px 0;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

#seminar td {
  vertical-align: middle;
  padding: 3px;
  line-height: 1.3em;
  border-top: none;
}

#seminar td.time {
   font-size: 90%;
   white-space: nowrap;
}

#seminar td.speaker{
    font-size: 85%;
   white-space: nowrap;
}

#seminar td.photo{
   width: 53px;
}


#seminar table tr:nth-child(even) {
  background-color: #ffffcc;
}

#seminar td.cntr {
  text-align: center;
}



/* ----------↓ #CONTACT ↓---------- */
/* ----------↓ TABLE ↓---------- */
#contact table {
  width: 100%;
  margin-bottom: 2em;
}

#contact table.last {
  margin-bottom: 4em;
}

#contact table tr {
  border-top: 1px solid #CCCCCC;
  border-left: none;
}

#contact table th, #contact table td {
  border-bottom: 1px solid #CCCCCC;
  border-right: none;
}

#contact table th, table td {
  line-height: 1.3em;
  vertical-align: middle;
  padding: 13px;
}

#contact table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 30%;
  color: #303030;
}
