.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.weather-details-box {
  padding: 0;
}
.weather-details-box .nhead {
  padding: 10px;
  background-color: #78B379;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #ddd;
}
.weather-details-box .nhead h2 {
  font-size: 18px;
  line-height: 1;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  margin: 0;
}
.weather-details-box .slidable {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.weather-details-box .pubdate {
  font-size: 14px;
  text-align: right;
  margin: 0 0 8px;
}
.weather-details-box table {
  font-size: 14px;
  min-width: 100%;
  table-layout: fixed;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}
.weather-details-box .slide {
  overflow-x: scroll;
  overflow-y: hidden;
}
.weather-details-box .high {
  color: red;
}
.weather-details-box .low {
  color: #07f;
}
.weather-details-box .daysfc .ldays-2:before,
.weather-details-box .daysfc .ldays-2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.weather-details-box .daysfc .ldays-2:after {
  clear: both;
}
.weather-details-box .daysfc .day {
  float: left;
  width: 50%;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.weather-details-box .daysfc .day:before,
.weather-details-box .daysfc .day:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.weather-details-box .daysfc .day:after {
  clear: both;
}
.weather-details-box .daysfc .day:first-child {
  border-top: none;
}
@media (max-width: 1100px) {
  .weather-details-box .daysfc .day {
    float: none;
    width: auto;
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 1000px) {
  .weather-details-box .daysfc .day {
    float: left;
    width: 50%;
    border-top: none;
  }
}
@media (max-width: 740px) {
  .weather-details-box .daysfc .day {
    float: none;
    width: auto;
    border-top: 1px solid #ddd;
  }
}
.weather-details-box .daysfc .day-c1 {
  text-align: center;
  float: left;
  width: 40%;
}
.weather-details-box .daysfc .day-c2 {
  text-align: center;
  float: left;
  width: 60%;
}
.weather-details-box .daysfc .date {
  font-size: 14px;
  padding: 0 0 10px;
}
.weather-details-box .daysfc .wind {
  font-size: 12px;
  padding: 0 0 0;
  line-height: 1.4;
}
.weather-details-box .daysfc .wave {
  font-size: 12px;
  padding: 0 0 0;
  line-height: 1.4;
}
.weather-details-box .daysfc .weather {
  font-size: 14px;
}
.weather-details-box .daysfc .weather-sentence {
  font-size: 12px;
}
.weather-details-box .daysfc .high + .high,
.weather-details-box .daysfc .low + .low {
  display: none;
}
.weather-details-box .daysfc .highlow {
  font-size: 17px;
  font-weight: bold;
}
.weather-details-box .daysfc .low + .high:before {
  content: '| ';
  font-weight: normal;
  margin: 0 5px;
  color: #aaa;
}
.weather-details-box .daysfc img {
  width: 100px;
}
.weather-details-box .daysfc table {
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ddd;
}
.weather-details-box .daysfc td,
.weather-details-box .daysfc th {
  padding: 3px;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.weather-details-box .daysfc .day-pops {
  margin: 4px auto 10px;
  width: 0 auto;
  min-width: 0;
}
.weather-details-box .daysfc .day-pops th,
.weather-details-box .daysfc .day-pops td {
  padding: 4px;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: white;
  width: auto;
  min-width: 32px;
}
.weather-details-box .daysfc .day-pops th {
  font-weight: normal;
  background-color: #f0f7ff;
}
.weather-details-box .daysfc .day-pops .val {
  font-weight: bold;
}
.weather-details-box .warnings {
  border-top: 1px solid #ddd;
}
.weather-details-box .warnings p.label {
  margin: 10px 0 5px;
  font-size: 13px;
  text-align: center;
  line-height: 1;
}
.weather-details-box .warnings ul {
  text-align: center;
  list-style: none;
  margin: 5px 0 10px;
  padding: 0;
}
.weather-details-box .warnings ul:before,
.weather-details-box .warnings ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.weather-details-box .warnings ul:after {
  clear: both;
}
.weather-details-box .warnings li {
  display: inline-block;
  line-height: 1;
  padding: 5px;
  font-size: 12px;
  border-radius: 2px;
}
.weather-details-box .warnings li.warn {
  background-color: #fd7;
}
.weather-details-box .warnings li.alert {
  background-color: #c00;
  color: white;
}
.weather-details-box .every3h table {
  margin: 0;
}
.weather-details-box .every3h table th,
.weather-details-box .every3h table td {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-left: none;
  border-right: none;
  padding: 7px 3px;
}
.weather-details-box .every3h table tr:first-child th,
.weather-details-box .every3h table tr:last-child th,
.weather-details-box .every3h table tr:first-child td,
.weather-details-box .every3h table tr:last-child td {
  border-top: none;
  border-bottom: none;
}
.weather-details-box .every3h table th {
  width: 80px;
  min-width: 60px;
}
.weather-details-box .every3h table td {
  width: 80px;
  min-width: 60px;
}
.weather-details-box .every3h table .weather {
  font-size: 11px;
  vertical-align: top;
}
.weather-details-box .every3h table .weather img {
  max-width: 54px;
}
.weather-details-box .every3h table .temp {
  font-size: 16px;
}
.weather-details-box .every3h table .wind {
  font-size: 12px;
}
.weather-details-box .weekly .ml {
  display: block;
  margin: 0 auto;
  font-size: 11px;
  margin-bottom: 2px;
}
.weather-details-box .weekly .date {
  font-size: 14px;
  font-family: "Merriweather", "Hiragino Kaku Gothic Pro", sans-serif;
}
.weather-details-box .weekly table {
  margin: 0;
}
.weather-details-box .weekly table th,
.weather-details-box .weekly table td {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-left: none;
  border-right: none;
  padding: 7px 3px;
}
.weather-details-box .weekly table tr:first-child th,
.weather-details-box .weekly table tr:last-child th,
.weather-details-box .weekly table tr:first-child td,
.weather-details-box .weekly table tr:last-child td {
  border-top: none;
  border-bottom: none;
}
.weather-details-box .weekly table th {
  width: 80px;
  min-width: 60px;
}
.weather-details-box .weekly table td {
  width: 80px;
  min-width: 70px;
}
.weather-details-box .weekly table .weather {
  font-size: 11px;
  vertical-align: top;
}
.weather-details-box .weekly table .weather img {
  max-width: 70px;
}
.weather-details-box .weekly table .prop {
  font-size: 16px;
}
.weather-details-box .weather-ad-mid,
.weather-details-box .weather-ad-bottom {
  margin: 25px -10px;
  text-align: center;
}
.weather-details-box .astral {
  margin: 12px;
}
.weather-details-box .astral .label {
  margin: 0 0 1em;
  font-size: 14px;
}
.weather-details-box .astral .sunchart {
  width: 100%;
  height: 32px;
  margin: 44px 0 0;
  position: relative;
  background-color: #2185D5;
}
.weather-details-box .astral .sunchart .tip {
  position: absolute;
  bottom: 32px;
  font-size: 13px;
  margin-bottom: 3px;
  line-height: 1.2;
}
.weather-details-box .astral .sunchart .tipr {
  text-align: right;
}
.weather-details-box .astral .sunchart .tipll {
  padding-left: 3px;
  border-left: 1px dashed gray;
}
.weather-details-box .astral .sunchart .tiprl {
  padding-right: 3px;
  border-right: 1px dashed gray;
}
.weather-details-box .astral .sunchart .frag {
  position: absolute;
  top: 0: bottom: 0;
  height: 100%;
}
.weather-details-box .astral .sunchart .noon {
  border-left: 2px dashed white;
  left: 50%;
}
.weather-details-box .astral .sunchart .now {
  border-left: 2px solid red;
  margin-left: -1px;
  left: 50%;
}
.weather-details-box .astral .sunchart .light {
  background: #f0e070;
}
.weather-details-box .astral .sunchart .dark1 {
  background-color: #2185D5;
  border-radius: 3px 0 0 3px;
}
.weather-details-box .astral .sunchart .dark1tr {
  background: #2185D5;
  background: linear-gradient(90deg, #2185D5, #f0e070);
}
.weather-details-box .astral .sunchart .dark2 {
  background-color: #2185D5;
  border-radius: 0 3px 3px 0;
}
.weather-details-box .astral .sunchart .dark2tr {
  background: #2185D5;
  background: linear-gradient(-90deg, #2185D5, #f0e070);
}
