@charset "utf-8";
/* 2019/05/14.shanon. */
body .ss_form .ss_timetable th{
  width:70%;
	text-align:left;
}
/*スマホ対応*/
@media only screen and (max-width: 768px) {
body .ss_form .ss_timetable th{
    width: inherit !important;
    text-align:center;
  }
  /* 2019/05/21.shanon. */
  .ss_form table th.ss_cart_day_th {
    width: auto;
  }
    /* 2019/05/23.shanon. */
    .ss_form table td.ss_title span.sp_dsplynone {
      display: none;
    }
}

/* 2018/07/24.shanon. */
.ck_img .wrap_ckbox {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.ck_img input[type="checkbox"] {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.ck_img input[type="checkbox"] + span {
  display: block;
  background-image: url(../img/checkbox1-off.png);
  background-size: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 4px 0 0 28px;
  min-height: 24px;
}

.ck_img input[type="checkbox"]:checked + span {
  background-image: url(../img/checkbox1-on.png);
}

.ck_img input[type="checkbox"]:disabled + span {
  opacity: 0.5;
}