@charset "utf-8";


/* ----------↓ LIST ↓---------- */

#main ul {
  margin-bottom: 4em;
}

#main ul.last {
  margin-bottom: 3em;
}

#main ul.mgn1 {
  margin-bottom: 1em;
}

#main ul, #main ul li {
  margin: 0;
  padding: 0;
  margin-left: 0.5em;
}

#main ul li {
  background: none;
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.7em;
}

#main ul.lnk, #main ul.lnk li {
  list-style-type: none;
}

#main ul.lnk {
  margin-bottom: 4em;
}

#main ul.lnk li {
  background: url("../image/icon_lkbox.gif") no-repeat 10px 4px;
  padding-left: 2em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  margin-left: 0;
}

#main ul.inner {
  margin-bottom: 0;
  margin-left: 0;
  width: 98%;
}

#main ul.inner li {
  margin-bottom: 0.5em;
  margin-left: 1.5em;
}


/* ----------↓ TABLE ↓---------- */
#main table {
  width: 100%;
  margin-bottom: 2em;
}

#main table.last {
  margin-bottom: 4em;
}

#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: 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;
}

#main table td.cp {
  text-align: center;
  padding: 8px 8px 8px 12px;
  background-color: #EEEEEE;
}

#main table td.year {
  background-color: #EAF4F3;
}

#main table td.application {
  background-color: #EEEEEE;
}

#main table td.cntr {
  text-align: center;
}

#main table td.nowrap {
  white-space: nowrap;
}

#main table td.w-20 {
  width: 20%;
}

#main table td.w-50 {
  width: 50%;
}


/* ----------↓ #schedule ↓---------- */
/* ----------↓ TABLE ↓---------- */

#schedule table {
  width: 100%;
  margin-bottom: 2em;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#schedule table.last {
  margin-bottom: 4em;
}

#schedule table th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#schedule table th:last-child {
  border-right: 1px solid #CCCCCC;
}

#schedule table td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#schedule table th {
  background-color: #A1AFDD;
  padding: 7px;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

#schedule table td {
  text-align: left;
  vertical-align: middle;
  padding: 9px 7px 7px 7px;
  line-height: 1.4em;
}

#schedule table td.ttl {
  width: 50%;
}

#schedule table tr:nth-child(odd) {
  background-color: #fffaf2;
}

#schedule table tr:nth-child(even) {
  background-color: #ffffff;
}

#schedule .nowrap {
  white-space: nowrap;
}

/* ----------↓ #CONTACT ↓---------- */
/* ----------↓ TABLE ↓---------- */


#main table.contact {
  width: 100%;
  margin-bottom: 4em;
}

#main table.contact tr {
  border: none;
}

#main table.contact th, #main table.contact td {
  vertical-align: middle;
  padding: 0 15px;
  background-color: #FFFFFF;
  border: none;
}

#main table.contact th {
  border-right: 1px solid #CCCCCC;
  font-weight: bold;
  width: 25%;
  text-align: left;
  color: #303030;
}

/* ----------↓ #CONTACT2 ↓---------- */
/* ----------↓ TABLE ↓---------- */
#contact2 table {
  width: 100%;
  margin-bottom: 4em;
}

#contact2 table tr {
  border-top: 1px solid #CCCCCC;
  border-left: none;
}

#contact2 table tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}

#contact2 table th, #contact2 table td {
  line-height: 1.3em;
  vertical-align: middle;
  padding: 13px;
  border-right: none;
}

#contact2 table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 30%;
  color: #303030;
}


/* ----------↓ DIV ↓---------- */
#main div.notice {
  border: 1px solid #EE0000;
  color: #EE0000;
  font-size: 120%;
  padding: 15px;
  margin-bottom: 1em;
}

#main div.notice p {
    margin-bottom: 0;
}

#main div.notice2 {
  border: 0px solid #000;
  color: #000;
  font-size: 120%;
  padding: 0px;
  margin-bottom: 1em;
}

#main div.notice2 p {
    margin-bottom: 0;
}

#main div.notice_black {
  border: 1px solid #000;
  color: #000;
  font-size: 120%;
  padding: 15px;
  margin-bottom: 2em;
}

#main div.notice_black p {
    margin-bottom: 0;
}

#main div.notice_black2 {
  border: 1px solid #000;
  color: #000;
  padding: 15px;
  margin-bottom: 3em;
}

#main div.notice_black2 p {
    margin-bottom: 0;
}
