@charset "utf-8";


/* ----------↓ #MAIN ↓---------- */

/* ----------↓ COMMON ↓---------- */
#main .last {
  margin-bottom: 4em;
}

#main .mid {
  margin-bottom: 2em;
}

#main .bld {
  font-weight: bold;
}

#main .red {
  color: #DD0000;
}

#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; }

/* ----------↓ #SPAN ↓---------- */
.tel{
padding-left: 1em;
}

/* ----------↓ #ANC ↓---------- */
#anc {
  padding-top: 1em;
  margin-bottom: 4em;
}

#anc h3 {
  color: #333;
  font-size:120%;
}

#anc ul, #anc li {
  list-style-type: none;
}

#anc ul {
  margin-bottom: 1em;
}

#anc ul:after {
  content: "";
  clear: both;
  display: block;
}

#anc ul li {
  margin-bottom: 0.3em;
}

#anc ul li.wid {
  width: 30%;
}

#anc ul li.wid2 {
  width: 50%;
}

#anc ul li a {
  padding-left: 18px;
  background: url("../image/arw_anchor.gif") no-repeat left 2px;
  background-position: left 0% bottom 50%;
}

#anc ul li a:hover {
  background: url("../image/arw_anchor-on.gif") no-repeat left 2px;
}


/* ----------↓ #SCHEDULE ↓---------- */

/* ----------↓ TABLE ↓---------- */
#schedule table {
  width: 100%;
  margin-bottom: 0.5em;
}

#schedule th:first-child {
  width: 29%;
}

#schedule tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#schedule th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#schedule th:last-child {
  border-right: 1px solid #CCCCCC;
}

#schedule td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#schedule th {
  background-color: #A1AFDD;
  padding: 8px 0;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

#schedule td:first-child {
  text-align: left;
  padding: 8px 8px 8px 15px;
  background-color: #EEEEEE;
}

#schedule td {
  text-align: center;
  vertical-align: middle;
  padding: 9px 7px 7px 7px;
  line-height: 1.3em;
  border-top: none;
}

#schedule td.circle {
  background: url("../image/icon_circle.gif") no-repeat 50% center;
}

#schedule td.circle_small {
  background: url("../image/icon_circle2_small.gif") no-repeat 50% center;
}

#schedule td.cross {
  background: url("../image/icon_cross.gif") no-repeat 50% center;
}

#schedule td.check {
  background: url("../image/icon_check.gif") no-repeat 50% center;
}

#schedule td.check_sp {
  background: url("../image/icon_check_sp.gif") no-repeat 50% center;
}

#schedule td.tri {
  background: url("../image/icon_tri.gif") no-repeat 50% center;
}

#schedule td.attention {
  background: url("../image/icon_attention.gif") no-repeat 50% center;
}


/* ----------↓ LIST ↓---------- */
#main ul, #main ol {
  margin-bottom: 2em;
}

#main ul li, #main ol li {
  margin-left: 30px;
}


/* ----------↓ #SCHEDULE ↓---------- */
#schedule ul.sch li {
  list-style-type: none;
  text-indent: 18px;
  margin-left: 10px;
}

#schedule ul.sch li.circle {
  background: url("../image/icon_circle.gif") left center no-repeat;
}

#schedule ul.sch li.circle_small{
  background: url("../image/icon_circle2_small.gif") left 2px center no-repeat;
}

#schedule ul.sch li.cross {
  background: url("../image/icon_cross.gif") left center no-repeat;
}

#schedule ul.sch li.check {
  background: url("../image/icon_check.gif") left center no-repeat;
}

#schedule ul.sch li.check_sp {
  background: url("../image/icon_check_sp.gif") left center no-repeat;
}

#schedule ul.sch li.tri {
  background: url("../image/icon_tri.gif") left center no-repeat;
}

#schedule ul.sch li.attention {
  background: url("../image/icon_attention.gif") left center no-repeat;
}

#schedule ul.sch li.indent{
  margin-left: -8px;
}


/* ----------↓ #SCHEDULE（スマートホン用） ↓---------- */
@media screen and (max-width: 768px){
  #schedule ul.sch li.circle {
    background: url("../image/icon_circle.gif") left 10% no-repeat;
  }

  #schedule ul.sch li.cross {
    background: url("../image/icon_cross.gif") left 10% no-repeat;
  }

  #schedule ul.sch li.check {
    background: url("../image/icon_check.gif") left 10% no-repeat;
  }

  #schedule ul.sch li.check_sp {
    background: url("../image/icon_check_sp.gif") left 10% no-repeat;
  }

  #schedule ul.sch li.tri {
    background: url("../image/icon_tri.gif") left 10% no-repeat;
  }

  #schedule ul.sch li.attention {
    background: url("../image/icon_attention.gif") left 10% no-repeat;
  }
}

