@charset "UTF-8";
/*===================================================
 PCSP共通
====================================================*/
/*基本設定*/
table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ddd;
  word-break: break-all;
}

table.table-change {
  border: 2px solid #FFE643;
}

table.table-calender-app {
  width: 100%;
  margin: 10px 0;
  border: 2px solid #6CB748;
}

table.table-calender-app:nth-child(odd) {
  float: left;
}

table.table-calender-app:nth-child(even) {
  float: right;
}

table.table-calender-app a {
  cursor: pointer;
}

table td, .table th {
  text-align: center;
  padding: 15px;
}

table.table-calender-app td, table.table-calender-app th {
  padding: 10px;
}

table th {
  background: #ddd;
  padding: 10px 15px 8px;
  font-weight: bolder;
  color: #777;
  text-align: center;
  border-left: 2px solid #fff;
}

table.table-event th, table.table-change th {
  width: 17%;
}

table.table-change th {
  background: #FFE643;
}

table.table-calender-app th {
  background: #6CB748;
  color: #fff;
}

table td {
  border: 2px solid #ddd;
}

table.table-change td {
  border: 2px solid #FFE643;
}

table.table-calender-app td {
  border: 2px solid #6CB748;
}

table.table-calender-app tr.week td {
  background: #F0F8EB;
  font-weight: bolder;
}

table.table-calender-app td.today {
  background: #FFE643;
}

table.table-calender-app td.past {
  background: #ddd;
}

table th:first-child {
  border-left: 2px solid #ddd;
}

table.table-change th:first-child {
  border-left: 2px solid #FFE643;
}

table.table-calender-app th:first-child {
  border-left: none;
}

table td.detail-img {
  width: 30%;
}

/*タイムライン一覧*/
.tltxtCol {
  width: 37%;
}

td.tltxtCol {
  width: 37%;
  text-align: left;
}

.tllikeCol {
  width: 10%;
}

.tlcheckCol {
  width: 5%;
}

.tlimgCol {
  width: 20%;
}

img.tlimg {
  width: 100%;
}

.tltagCol {
  width: 10%;
}

.tldateCol {
  width: 10%;
}

.tlstatusCol {
  width: 8%;
}

.tlrejectCol {
  background: #FF9899;
  color: #fff;
  font-weight: bolder;
  line-height: 90%;
  font-size: 120%;
}

.tlrejectCol .error {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #f00;
  margin-right: 5px;
  color: #f00;
  text-align: center;
  vertical-align: baseline;
  line-height: 120%;
  font-size: 110%;
  text-indent: 0;
}

#new_data {
  margin-top: -2px;
}

.tb-sun {
  background: #FFF1F1 !important;
}

.tb-sat {
  background: #EDFAFF !important;
}

table.table-timeline input[type=radio] + label, table.table-timeline input[type=checkbox] + label {
  padding: 0;
  text-indent: -9999px;
  width: 0;
}

.shop-event {
  border-bottom: 2px solid #fff;
}

table .btn-all a {
  display: inline-block;
}

table ul.btn-all {
  text-align: center;
  clear: both;
}

table li {
  margin: auto 0;
  display: inherit;
}

table li:first-child {
  margin-bottom: 10px;
}

table ul.prizeCol {
  text-align: center;
}

table ul.prizeCol li {
  display: inline-block;
  margin: 10px 0;
  width: 32%;
  text-align: center;
}

/*calender*/
table.table-calender {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 2px solid #6CB748;
  border-left: none;
  border-top: none;
  border-bottom: 2px solid #6CB748;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 20px;
}

table.table-calender th {
  background: #6CB748;
  padding: 10px 15px 8px;
  font-weight: bolder;
  color: #fff;
  text-align: center;
  border-left: 2px solid #fff;
  width: 7%;
}

table.table-calender td {
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-left: 2px solid #6CB748;
}

table.table-calender th:first-child {
  border-left: none;
}

table.table-calender tr td.datetxt {
  background: #F0F8EB;
  border-top: 1px solid #ddd;
  font-weight: bolder;
}

table.table-calender tr:first-child td.datetxt {
  border-top: none;
}

table.table-calender tr td.weektxt {
  background: #fff;
  border-top: 1px solid #ddd;
}

table.table-calender tr:first-child td.weektxt {
  border-top: none;
}

table.table-calender tr td.timetxt {
  background: #fff;
  border-top: 1px solid #ddd;
}

table.table-calender tr:first-child td.timetxt {
  border-top: none;
}

table.table-calender tr:nth-child(odd) td.timetxt {
  background: #FCFFFB;
}

table.table-calender tr td.detailtxt {
  background: #fff;
  border-top: 1px solid #ddd;
}

table.table-calender tr:first-child td.detailtxt {
  border-top: none;
}

table.table-calender tr:nth-child(odd) td.detailtxt {
  background: #FFFBF0;
}

table.table-calender tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}

table.table-calender tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}

table.table-calender tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

table.table-calender tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

table.table-calender th:last-child {
  width: 74%;
}

table.table-calender th:nth-last-child(2) {
  width: 12%;
}

/*distCampaign*/
table.table-distCampaign {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 2px solid #6CB748;
  border-left: none;
  border-top: none;
  border-bottom: 2px solid #6CB748;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
}

table.table-distCampaign th {
  background: #6CB748;
  padding: 10px 15px 8px;
  font-weight: bolder;
  color: #fff;
  text-align: center;
  border-left: 2px solid #fff;
  width: 7%;
}

table.table-distCampaign td {
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-left: 2px solid #6CB748;
}

table.table-distCampaign th:first-child {
  border-left: none;
}

table.table-distCampaign tr td.datetxt {
  /*    background: #F0F8EB;*/
  border-top: 1px solid #ddd;
  font-weight: bolder;
}

table.table-distCampaign tr:first-child td.datetxt {
  border-top: none;
}

table.table-distCampaign tr td.weektxt {
  background: #fff;
  border-top: 1px solid #ddd;
}

table.table-distCampaign tr:first-child td.weektxt {
  border-top: none;
}

table.table-distCampaign tr td.timetxt {
  background: #fff;
  border-top: 1px solid #ddd;
}

table.table-distCampaign tr:first-child td.timetxt {
  border-top: none;
}

table.table-distCampaign tr:nth-child(odd) td.timetxt {
  background: #FCFFFB;
}

table.table-distCampaign tr td.detailtxt {
  border-top: 1px solid #ddd;
}

table.table-distCampaign tr:first-child td.detailtxt {
  border-top: none;
}

table.table-distCampaign tr:nth-child(odd) {
  background: #F0F8EB;
}

table.table-distCampaign tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}

table.table-distCampaign tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}

table.table-distCampaign tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

table.table-distCampaign tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

table.table-calender tr:nth-child(odd) td.detailtxt {
  background: none;
}

table.table-distCampaign tr:hover {
  background-color: #dfefd6 !important;
}

table.table-distCampaign td.tdtitle {
  width: 24%;
}

table.table-distCampaign td.tdcpname {
  width: 40%;
}

table.table-distCampaign td.tdperiod {
  width: 15%;
}

table.table-distCampaign td.tdselect {
  width: 21%;
}

/*通知フォーム内用*/
table.table-calender-infos {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 2px solid #6CB748;
  border-left: 2px solid #6CB748;
  border-top: none;
  border-bottom: 2px solid #6CB748;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
}

table.table-calender-infos th {
  background-color: #F0F8EB;
  background-image: url(../images/common/bg_daskunchan.png);
  background-size: contain;
  background-repeat: repeat-x;
  padding: auto;
  font-weight: bolder;
  color: #6CB748;
  text-align: center;
  border-left: 1px dotted #6CB748;
  width: auto;
}

table.table-calender-infos td {
  border-right: none;
  border-top: none;
  border-bottom: none;
  padding: 0.2em;
  border-left: 2px solid #6CB748;
}

table.table-calender-infos th:first-child {
  border-left: none;
}

table.table-calender-infos tr td.datetxt-infos {
  background: #F0F8EB;
  font-weight: bolder;
  display: table-cell !important;
  padding: auto !important;
}

table.table-calender-infos tr:first-child td.datetxt-infos {
  border-top: none;
  display: table-cell !important;
  padding: auto !important;
}

table.table-calender-infos tr td.weektxt-infos {
  background: #F0F8EB;
  border-top: 1px dotted #6CB748;
  display: table-cell !important;
}

table.table-calender-infos tr:first-child td.weektxt-infos {
  border-top: none;
  display: table-cell !important;
}

table.table-calender-infos tr td.timetxt-infos {
  background: #fff;
  border-top: 1px solid #ddd;
}

table.table-calender-infos tr:first-child td.timetxt-infos {
  border-top: none;
}

table.table-calender-infos tr td.detailtxt-infos {
  background: #fff;
  border-top: 1px dotted #6CB748;
  text-align: center;
  width: 6%;
}

table.table-calender-infos tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}

table.table-calender-infos tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}

table.table-calender-infos tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

table.table-calender-infos tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.monthtxt-infos {
  color: #ffffff !important;
  background: #61a242 !important;
}

table.table-calender-infos th.headlinetxt-infos {
  background: #ffffff;
  width: 30%;
  font-size: 90%;
  text-align: left;
  border-top: dotted #61a242 1px;
}

/*汎用*/
td.detailtxt {
  text-align: left;
}

th.change-tit {
  background: #FFC107 !important;
  border: 2px solid #FFC107;
  color: #fff;
  font-size: 120%;
}

/*===================================================
 PC時の表示(769px以上)
====================================================*/
@media only screen and (min-width: 769px) {
  /*基本設定*/
  table li {
    display: inline;
    margin: 0 5px;
  }
  table.table-calender-app {
    width: 48%;
  }
  /*通知フォーム内用*/
  table.table-calender-infos {
    font-size: 90%;
  }
  table.table-calender-infos th.headlinetxt-infos {
    width: auto;
  }
}

/*===================================================
 SP時の表示(768px以下)
====================================================*/
@media only screen and (max-width: 768px) {
  table td.detail-img {
    width: auto;
    display: block;
    border: none;
  }
  table td.detail-txt, table th.detail-txt {
    width: auto;
    display: block;
    border: none;
  }
  .ncdCol dd table:first-child tr th:first-child + td.detail-txt {
    border-bottom: 1px dashed #ddd !important;
  }
  /*calender*/
  table.table-calender {
    border: 2px solid #6CB748;
  }
  table.table-calender td {
    width: auto;
    display: block;
  }
  table.table-calender th {
    display: none;
  }
  table.table-calender tr:last-child td:first-child {
    border-radius: 0;
  }
  table.table-calender tr:last-child td:last-child {
    border-radius: 10px;
  }
  table.table-calender td {
    border: none;
    padding: 5px 15px;
  }
  /*distCampaign*/
  table.table-distCampaign {
    border: 2px solid #6CB748;
    overflow: hidden;
  }
  table.table-distCampaign td {
    width: auto;
    display: block;
  }
  table.table-distCampaign th {
    display: none;
  }
  table.table-distCampaign tr:last-child td:first-child {
    border-radius: 0;
  }
  table.table-distCampaign td {
    border: none;
    padding: 5px 15px;
  }
  table.table-distCampaign tr td.tdtitle {
    width: auto;
  }
  table.table-distCampaign tr td.tdcpname {
    width: auto;
  }
  table.table-distCampaign tr td.tdperiod {
    width: auto;
  }
  table.table-distCampaign tr td.tdselect {
    width: auto;
  }
  table ul.prizeCol li {
    width: 100%;
    margin-bottom: 10px;
  }
  table ul.prizeCol li:first-child {
    margin-bottom: 0;
  }
  table.table-timeline {
    border: none;
  }
  table.table-timeline th {
    display: none;
  }
  table.table-timeline td {
    display: block;
    border: none;
    width: auto;
    text-align: left;
    padding: 2px;
  }
  table.table-timeline td:before {
    content: attr(data-name);
    display: inline-block;
    margin-right: 10px;
    font-weight: bolder;
  }
  table.table-timeline tr td:last-child {
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .tlrejectCol {
    border-bottom: none !important;
    padding: 10px 0 !important;
    background: #fff;
    color: #f00;
    text-indent: -1.6em;
    padding-left: 2em;
    margin-left: 1.6em;
  }
  table.table-timeline tr td:first-child {
    text-align: center;
    padding-bottom: 10px;
  }
  table.table-timeline tr td:first-child:before, table.table-timeline tr td:nth-child(2):before, table.table-timeline tr td:nth-child(4):before {
    display: none;
  }
  img.tlimg {
    padding: 5px 0 10px;
    width: 50%;
  }
  .weektxt, .datetxt {
    text-align: center;
    width: 12% !important;
    display: inline-block !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #FCFFFB !important;
    border-bottom: none;
    border-top: 2px solid #ddd !important;
    padding: 5px 0 5px 15px !important;
  }
  .weektxt {
    text-align: left;
    width: 88% !important;
    padding: 5px !important;
  }
  /*calender*/
  table.table-calender tr td.detailtxt {
    border-top: 1px dashed #ddd;
  }
  table.table-calender tr td.detailtxt {
    background: #FFFBF0;
  }
  table.table-calender tr td.timetxt {
    background: #FFF;
    text-align: left;
  }
  table.table-calender tr:nth-child(odd) td.timetxt {
    background: #FFF;
  }
  table.table-calender tr:nth-child(2) td.datetxt, table.table-calender tr:nth-child(2) td.weektxt {
    border-top: none !important;
  }
  .tb-sun, td.timetxt.tb-sun {
    background: #FFF1F1 !important;
  }
  .tb-sat, td.timetxt.tb-sat {
    background: #EDFAFF !important;
  }
  th.change-tit {
    width: auto !important;
    border: none !important;
    display: block;
  }
  /*distCampaign*/
  table.table-distCampaign tr td.tdtitle {
    background: #6CB748 !important;
    color: #ffffff;
    font-weight: bold;
    border-top: none !important;
  }
  table.table-distCampaign tr td.tdcpname {
    color: #6CB748;
    font-weight: bold;
  }
  /*通知フォーム内用*/
  table.table-calender-infos {
    font-size: 70%;
  }
  table.table-calender-infos th.headlinetxt-infos {
    width: auto;
  }
}
