@charset "UTF-8";
/******** coror ********/
/********* parts *******/
/********************************************/
.contentswrap .lead {
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 18px;
}
.contentswrap .attention {
  margin-bottom: 12px;
}
.contentswrap .attention li {
  font-size: 12px;
  margin-bottom: 0.5em;
}
.contentswrap .attention.bottom li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.contentswrap .attention.bottom li:before {
  content: "※";
  margin-right: 0.5em;
}
.contentswrap .information {
  margin-bottom: 40px;
}
.contentswrap .information .date, .contentswrap .information .weather {
  background: url("../img/calendar/today/icon_time.png") no-repeat left center;
  -webkit-background-size: 24px;
  -o-background-size: 24px;
  background-size: 24px;
  height: 24px;
  padding-left: 30px;
  height: 24px;
  line-height: 24px;
}
.contentswrap .information .date {
  float: left;
  margin-right: 25px;
}
.contentswrap .information .weather {
  background-image: url("../img/calendar/today/icon_weather.png");
  float: left;
}

.page_navi {
  margin-bottom: 40px;
}

.att_list:not(:last-child) {
  margin-bottom: 45px;
}
.att_list h4 {
  font-size: 18px;
  background: no-repeat 40px center;
  position: relative;
  margin-bottom: 20px;
}
.att_list h4:before {
  content: '';
  display: block;
  width: 30px;
  border-top: 6px solid #ffec01;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.att_list.attraction h4 {
  background-image: url("../img/calendar/today/logo_fujiq.png");
  -webkit-background-size: 32px;
  -o-background-size: 32px;
  background-size: 32px;
  height: 26px;
  line-height: 26px;
  padding-left: 78px;
}
.att_list.thomasland h4 {
  background-image: url("../img/calendar/today/logo_thomas.png");
  -webkit-background-size: 58px;
  -o-background-size: 58px;
  background-size: 58px;
  height: 30px;
  line-height: 30px;
  padding-left: 106px;
}
.att_list.hamuhamu h4 {
  background-image: url("../img/calendar/today/logo_hamutaro.png");
  -webkit-background-size: 58px;
  -o-background-size: 58px;
  background-size: 58px;
  height: 48px;
  line-height: 48px;
  padding-left: 106px;
}
.att_list.lisagas h4 {
  background-image: url("../img/calendar/today/logo_lisagas.png");
  -webkit-background-size: 37px;
  -o-background-size: 37px;
  background-size: 37px;
  height: 41px;
  line-height: 41px;
  padding-left: 90px;
}
.att_list table {
  width: 100%;
}
.att_list table th {
  background: #e60012;
  color: #FFF;
  height: 50px;
  vertical-align: middle;
}
.att_list table th:not(:last-child) {
  border-right: 1px solid #d4d4d4;
}
.att_list table td {
  height: 60px;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #d4d4d4;
  font-size: 14px;
}
.att_list table td:not(:last-child) {
  border-right: 1px solid #d4d4d4;
}
.att_list table td:first-child {
  font-size: 16px;
  font-weight: bold;
}
.att_list table tr:nth-child(even) td {
  background: #fff;
}
.att_list table tr:nth-child(even) td:first-child {
  background: #ffec01;
}
.att_list table tr:nth-child(odd) td {
  background: #fffde6;
}
.att_list table tr:nth-child(odd) td:first-child {
  background: #fff466;
}
