@charset "utf-8";

/* ----------↓ 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 6px;
  margin-left: 0;
  padding-left: 2em;
  padding-bottom: 0.5em;
}





/* ----------↓ TABLE ↓---------- */

/* ----------↓ TABLE ↓---------- */
#main table.ins {
  width: 100%;
  margin-bottom: 2em;
}

#main table.last {
  margin-bottom: 4em !important;
}

#main table.ins tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#main table.ins th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#main table.ins th:last-child {
  border-right: 1px solid #CCCCCC;
}

#main table.ins td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#main table.ins th {
  background-color: #A1AFDD;
  padding: 8px 0;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

#main table.ins td {
  vertical-align: middle;
  padding: 9px 7px 7px 7px;
  line-height: 1.3em;
  border-top: none;
}

#main table.ins td.cp {
  text-align: center;
  background-color: #EEEEEE;
}

#main table.ins td.cntr {
  text-align: center;
}

#main table.ins td.circle {
  background: url("../image/icon_circle.gif") no-repeat 50% center;
}

#main table.ins td.cross {
  background: url("../image/icon_cross.gif") no-repeat 50% center;
}

#main table.ins td.check {
  background: url("../image/icon_check.gif") no-repeat 50% center;
}

#main table.ins td.check_sp {
  background: url("../image/icon_check_sp.gif") no-repeat 50% center;
}

#main table.ins td.tri {
  background: url("../image/icon_tri.gif") no-repeat 50% center;
}

#main table.ins td.attention {
  background: url("../image/icon_attention.gif") no-repeat 50% center;
}



/* ----------↓ TABLE ↓---------- */
#main table.col2 {
  width: 100%;
  margin-bottom: 4em;
}

#main table.col2 tr {
  border-top: 1px solid #CCCCCC;
}

#main table.col2 tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}

#main table.col2 th, table td {
  line-height: 1.3em;
  vertical-align: middle;
  padding: 13px;
}

#main table.col2 th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 30%;
}



/* ----------↓ SPAN ↓---------- */
span.red {
  color: #DD0000;
}

span.blue {
  color: #0000DD;
}

span.lrg {
  font-size: 150%;
}





/* ----------↓ #CONTACT ↓---------- */
/* ----------↓ TABLE ↓---------- */
#contact table {
  width: 100%;
  margin-bottom: 2em;
}

#contact table.last {
  margin-bottom: 4em;
}

#contact table tr {
  border-top: 1px solid #CCCCCC;
  border-left: none;
}

#contact table th, #contact table td {
  border-bottom: 1px solid #CCCCCC;
  border-right: none;
}

#contact table th, table td {
  line-height: 1.3em;
  vertical-align: middle;
  padding: 13px;
}

#contact table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 30%;
  color: #303030;
}




/* -----↓ UL.grid3 ↓----- */
#main ul.grid3 {
  margin-bottom: 1em;
}

#main ul.grid3, #main ul.grid3 li {
  list-style-type: none;
}

#main ul.grid3:after {
  content: "";
  clear: both;
  display: block;
}

#main ul.grid3 li {
  float: left;
  width: 31%;
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 9px;
}

#main ul.grid3 li span {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#main ul.grid3 li:nth-child(3n) {
  margin-right: 0;
}

#main ul.grid3 li img {
  width: 210px;
  height: auto;
  margin-bottom: 0;
}

/* ----------↓ #DEC ↓---------- */
#main ul.dec {
  margin-bottom: 2em;
  list-style-type: decimal;
}

#main ul.dec li {
  margin-bottom: 0.5em;
  margin-left: 23px;
}
