@charset "utf-8";


/* ----------↓ COMMON ↓---------- */
#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; }
#main .mgn-B-05 { margin-bottom: -5px !important; }
#main .undr { text-decoration: underline; }


/* ----------↓ LIST ↓---------- */
#main ul {
  margin: 0 15px;
}

#main ul.lnk {
  margin-bottom: 2em;
  list-style-type: none;
}

#main ul.lnk li {
  background: url("../image/icon_lkbox.gif") no-repeat 10px 6px;
  margin-left: 0;
  padding-left: 2em;
  padding-bottom: 0.5em;
}


/* ----------↓ SPAN ↓---------- */
#main span {
  display: block;
  margin-top: 5px;
}


/* ----------↓ TABLE ↓---------- */
#main table {
  width: 100%;
  margin-bottom: 4em;
}

#main table tr {
  border-top: 1px solid #CCCCCC;
}

#main table tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}

#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;
}

#main table .item{
  width: 30%;
}


/* ----------↓ COURSE ↓---------- */
#main table.course {
  width: 100%;
}

#main table.course th:first-child {
  width: 50%;
}

#main table.course tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#main table.course th {
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#main table.course th:last-child {
  border-right: 1px solid #CCCCCC;
}

#main table.course td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#main table.course th {
  background-color: #899BD5;
  padding: 7px;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
  width: 16%;
}

#main table.course td:first-child {
  text-align: left;
  background-color: #EEEEEE;
  padding-left: 1.5em;
}

#main table.course td {
  text-align: center;
  vertical-align: middle;
  padding: 7px;
  line-height: 1.3em;
}

#main table.course td.rgt {
  text-align: right;
  padding-right: 15px;
}


/* ----------↓ COST ↓---------- */
#main table.cost {
  width: 100%;
}

#main table.cost tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#main table.cost th:first-child {
  width: 60%;
}

#main table.cost th {
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#main table.cost td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#main table.cost th {
  background-color: #899BD5;
  padding: 7px;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

#main table.cost td:first-child {
  text-align: left;
  background-color: #EEEEEE;
  padding-left: 1.5em;
}

#main table.cost td {
  text-align: right;
  vertical-align: middle;
  padding: 7px;
  line-height: 1.3em;
}

#main table.course span.lh {
  display: block;
  line-height: 110%
}


* ----------↓ #OPTION ↓---------- */

/* ----------↓ LIST ↓---------- */
#option ul {
  margin: 5px 0 0 2em;
}

#option ul li {
  margin: 5px 0 5px 0;
}

/* ----------↓ TABLE ↓---------- */
#option table {
  width: 100%;
}

#option table tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#option table th {
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#option table th:last-child {
  border-right: 1px solid #CCCCCC;
}

#option table td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#option table th {
  background-color: #899BD5;
  padding: 7px;
  color: #FFFFFF;
  vertical-align: middle;
}

#option table td:first-child {
  text-align: center;
  background-color: #EEEEEE;
  white-space: nowrap;
  width: 22%;
}

#option table td {
  vertical-align: middle;
  padding: 10px 10px 8px 10px;
  line-height: 1.3em;
}

#option table td.price, #option table td.time {
  text-align: center;
  width: 13%;
}

/* ----------↓ #ANC ↓---------- */
#anc {
  padding-top: 1em;
  margin-bottom: 4em;
}

#anc ul, #anc li {
  list-style-type: none;
}

#anc ul:after {
  content: "";
  clear: both;
  display: block;
}

#anc ul {
  margin-bottom: 8px !important;
}

#anc ul li {
  margin-bottom: 0.3em;
  width: 28.5%;
}

#anc ul li a {
  padding-left: 18px;
  background: url("../image/arw_anchor.gif") no-repeat left 2px;
}

#anc ul li a:hover {
  background: url("../image/arw_anchor-on.gif") no-repeat left 2px;
