@charset "utf-8";

/* ----------↓ LIST ↓---------- */

/* ----------↓ UL ↓---------- */
#main ul {
  margin-bottom: 4em;
}

#main ul.last {
  margin-bottom: 3em;
}

#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;
}

/* ----------↓ OL ↓---------- */
#main ol {
  position: relative;
  margin:0;
  padding:0
}

#main ol li {
  list-style: decimal;
  margin-left: 1.7em;
}

#main ol li span {
  position: absolute;
  left:0;
  margin:0;
}

#main ol.deci {
  margin-bottom: 2em;
}


/*IE6*/
*html ol li span {
  left: -1.25em;
}

#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 6px;
  padding-left: 2em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  margin-left: 0;
}



#main ul.inner, #main ul.inner li {
  list-style-type: none;
  margin-left: 0;
}

#main ul.inner {
  margin-bottom: 0;
  width: 85%;
}

#main ul.inner li {
  background: url("../image/icon_lkbox.gif") no-repeat 0.5em 0.5em;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 1.3em;
  padding-top: 0.3em;
}

#main ul.inner li.pdf {
  background: url("../image/icon_lkbox.gif") no-repeat 0.5em 0.8em;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 1.3em;
  padding-top: 0.3em;
}



#main ul.mgn1 {
  margin-bottom: 1em;
}



#main ul.lnk li p {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

#main ul.lnk li ul.indent {
  margin: 0;
  padding: 0;
  margin-left: 0.5em;
}

#main ul.lnk li ul.indent li {
  background: url("../image/arw_pickup_mid.gif") no-repeat 0 7px;
  padding: 0 0 0 0.5em;
  margin-bottom: 0.3em;
}



/* ----------↓ TABLE ↓---------- */
#main table {
  width: 100%;
  margin-bottom: 2em;
}

#main table.last {
  margin-bottom: 4em;
}

#main tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#main th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#main th:last-child {
  border-right: 1px solid #CCCCCC;
}

#main 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.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%;
}



/* ----------↓ #CONTACT ↓---------- */

/* ----------↓ TABLE ↓---------- */
#contact table {
  width: 100%;
  margin-bottom: 4em;
}

#contact table tr {
  border-top: 1px solid #CCCCCC;
  border-left: none;
}

#contact table tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}

#contact table th, #contact table td {
  line-height: 1.3em;
  vertical-align: middle;
  padding: 13px;
  border-right: none;
}

#contact table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 30%;
  color: #303030;
}






/* #CM
---------------------------------------- */

/* table
--------------- */
#cm table {
  width: 100%;
  margin-bottom: 2em;
}

#cm table.last {
  margin-bottom: 4em;
}

#cm tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#cm th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#cm th:last-child {
  border-right: 1px solid #CCCCCC;
}

#cm table th {
  width: 28%;
  color: #303030;
  font-weight: normal;
  text-align: left;
  padding: 8px 8px 8px 12px;
  background-color: #EEEEEE;
  white-space: nowrap;
}

#cm table th.cl2 {
  width: 14% !important;
}

#cm table td {
  text-align: left;
  vertical-align: middle;
  padding: 9px 7px 7px 7px;
  line-height: 1.4em;
}


/* list
--------------- */
#cm table tr td ul, #cm table tr td ol {
  margin-bottom: 0 !important;
}

#cm table tr td ol {
  padding: 0;
  margin: 0;
}

#cm table tr td ol li {
  list-style-type: none !important;
  list-style-type: inside;
  counter-increment: cnt;
  text-indent: -2.7em;
  padding-left: 2.7em;
}

#cm table tr td ol li:before {
  display: marker;
  content: "（" counter(cnt) "）";
}

#cm table tr td ol li:last-child {
  margin-bottom: 0;
}


/* p
--------------- */

#cm table tr td p {
  margin-bottom: 0 !important;
}

#cm table tr td p.indnt {
  text-indent: -1.4em !important;
  padding-left: 0.3em !important;
}