@charset "utf-8";

/* ----------↓ H ↓---------- */

h2.title01 {
  padding: 20px;
  border-bottom: 0px;
  background-color: #F0F0F0;
  font-size: 130%;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 40px;
  color: #555555;
  text-align: center;
}

h2.title02 {
  padding: 10px;
  border-bottom: 0px;
  background-color: #425695;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 40px;
  color: #FFF;
  text-align: center;
}

h3 {
  color: #425695;
  font-size: 120%;
  font-weight: bold;
  border-top: 1px solid #425695;
  border-bottom: 0px;
  letter-spacing: 0;
  margin-top: 30px
}

h4{
  font-size: 100%;
  font-weight: bold;
  color: #333;
  margin-bottom: 1em;
}

/* ----------↓ LIST ↓---------- */
#main ul {
  margin-bottom: 2em;
}

#main ul.dec {
  list-style-type: decimal;
}

#main ul.dec li {
  margin-bottom: 1em;
}

#main ul li {
  margin-left: 23px;
}


/* ----------↓ TABLE ↓---------- */

#main table {
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}

#main table tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#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 th {
  background-color: #A1AFDD;
  padding: 5px;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

#main table td {
  text-align: center;
  vertical-align: middle;
  padding: 7px 5px 5px 5px;
  line-height: 1.4em;
}