@charset "utf-8";


/* ----------↓ #MAIN ↓---------- */
#main {
    min-height: 450px;
}

/* ----------↓ COMMON ↓---------- */
#main .last {
  margin-bottom: 4em;
}

#main .bld {
  font-weight: bold;
}

#main .red {
  color: #DD0000;
}

#main td.nowrap {
  white-space: nowrap;
}

#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; }
#main .mgn-B1em { margin-bottom: 1em !important; }
#main .mgn-B2em { margin-bottom: 2em !important; }


/* ----------↓ P ↓---------- */
#main p.emp {
  font-size: 160%;
}

#main p.emp span {
  padding-left: 1em;
  font-size: 60%;
}


/* ----------↓ 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 5px;
  margin-left: 0;
  padding-left: 2em;
  padding-bottom: 0.5em;
}

#main ul.non {
  list-style-type: none;
}

#main ul.non li {
  margin-left: 10px;
  margin-bottom: 0.3em;
}


/* ----------↓ TABLE ↓---------- */
#main table {
  width: 100%;
  margin-bottom: 2em;
}

#main table.last {
  margin-bottom: 4em;
}

#main table tr {
  border-top: 1px solid #CCCCCC;
  border-left: none;
}

#main table th, #main table td {
  border-bottom: 1px solid #CCCCCC;
  border-right: none;
}

#main table th, table td {
  line-height: 1.3em;
  vertical-align: middle;
  padding: 13px;
}

#main table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 30%;
  color: #303030;
}
