@charset "utf-8";

/* -----↓ P ↓----- */
#main p.txt01{
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 2em;
}

/* ----------↓ LIST ↓---------- */
#main ul, #main ol {
  margin-bottom: 2em;
}

#main ul li, #main ol li {
  margin-left: 30px;
  margin-bottom: 0.5em;
}

/* ----------↓ TABLE ↓---------- */

#list table {
  width: 100%;
  margin-bottom: 1em;
}

#list table.last {
  margin-bottom: 4em;
}

#list table tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#list table th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#list table th:last-child {
  border-right: 1px solid #CCCCCC;
}

#list table th.w38{
    width: 38%;
}

#list table th.w40{
    width: 40%;
}

#list table td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#list table th {
  background-color: #425695;
  padding: 8px;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

#list table td {
  text-align: center;
  vertical-align: middle;
  padding: 9px 7px 7px 7px;
  line-height: 1.4em;
}


#list table td.gname{
  text-align: left;
}