@charset "UTF-8";
/**** 潮汐のデータ部分 ****/
#tide_box {
  padding: 2px;
  margin: 2px;
}
@media (max-width:540px) {
#tide_box:after {
  content: "";
  display: block;
  clear: both;
}
}
.tide_table1, .tide_table2 {
  list-style-type: none;
  padding:0;
  margin:0;
}
@media (max-width:540px) {
.tide_table1 {
  float: left;
  width: 60px;
  margin: 2px;
}
.tide_table2 {
  float: left;
  width: 100px;
  margin: 2px;
}
}
.tide_table1:after, .tide_table2:after {
  content: "";
  display: block;
  clear: both;
}
.tide_th_past, .tide_th_obs, .tide_th_fcst {
  position: relative;
  width: 130px;
  height: 26px;
  font-size: 12pt;
  background: #ede4cd;
  padding: 3px;
  box-sizing: border-box;
  margin-right: 9px;
  margin-left: 2px;
  text-align:center;
  color: #404040;
  float: left;
}
.tide_th_obs {
  background: #ec6d51;
}
.tide_th_fcst {
  background: #f8b862;
}

@media (max-width:900px) {
.tide_th_past, .tide_th_obs, .tide_th_fcst {
  width: 100px;
}
}
@media (max-width:540px) {
.tide_th_past, .tide_th_obs, .tide_th_fcst {
  width: 60px;
  height: 40px;
  margin: 2px 2px 9px 2px;
}
}
.tide_th_past:after, .tide_th_obs:after, .tide_th_fcst:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: -7px;
  border-style: solid;
  border-color: transparent transparent transparent #ede4cd;
  border-width: 13px 0px 13px 7px;
  z-index: 1;
}
.tide_th_obs:after {
  border-color: transparent transparent transparent #ec6d51;
}
.tide_th_fcst:after {
  border-color: transparent transparent transparent #f8b862;
}
@media (max-width:540px) {
.tide_th_past:after{
  bottom: -7px;
  right: 0px;
  border-color: #ede4cd transparent transparent transparent;
  border-width:  7px 30px 0px 30px;
}
.tide_th_obs:after {
  bottom: -7px;
  right: 0px;
  border-color: #ec6d51 transparent transparent transparent;
  border-width:  7px 30px 0px 30px;
}
.tide_th_fcst:after {
  bottom: -7px;
  right: 0px;
  border-color: #f8b862 transparent transparent transparent;
  border-width:  7px 30px 0px 30px;
}
}
.tide_td_past, .tide_td_obs, .tide_td_fcst {
  width: 137px;
  height: 50px;
  font-size: 12pt;
  color: #ffffff;
  text-align: center;
  border: solid 0.5px #ddbb99;
  border-radius: 5px;
  box-sizing: border-box;
  background: #ede4cd;
  padding: 3px;
  margin: 2px;
  float: left;
}
.tide_td_obs {
  background: #ec6d51;
  border: solid 0.5px #f8b862;
}
.tide_td_fcst {
  background: #fddea5;
  border: solid 0.5px #f8b862;
}
@media (max-width:900px) {
.tide_td_past, .tide_td_obs, .tide_td_fcst {
  width: 107px;
}
}
@media (max-width:540px) {
.tide_td_past, .tide_td_obs, .tide_td_fcst {
  height: 47px;
}
}
.tide_past {
  background: #ede4cd;
  padding: 0.3em;
  border-radius: 5px;
}
.tide_obs {
  background: #ec6d51;
  padding: 0.3em;
  border-radius: 5px;
}
.tide_fcst {
  background: #fddea5;
  padding: 0.3em;
  border-radius: 5px;
}
