@charset "utf-8";


/* ----------↓ #MAIN ↓---------- */

#main {
    min-height: 600px;
}


/* ----------↓ COMMON ↓---------- */
#main .last {
  margin-bottom: 4em;
}

#main .red {
  color: #DD0000;
}

#main .indnt {
  text-indent: -1em;
}


#main .mgn-B00 { margin-bottom: 0 !important; }
#main .mgn-B10 { margin-bottom: 10px !important; }
#main .mgn-B15 { margin-bottom: 15px !important; }
#main .mgn-B20 { margin-bottom: 20px !important; }
#main .mgn-B30 { margin-bottom: 30px !important; }
#main .mgn-B40 { margin-bottom: 40px !important; }
#main .mgn-B50 { margin-bottom: 50px !important; }

/* ----------↓ 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;
  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;
}

#main table tr:nth-child(odd) {
  background-color: #fffaf2;
}

#main table tr:nth-child(even) {
  background-color: #ffffff;
}
