﻿@charset "UTF-8";
#recent_posts_wrap {
  padding: 15px;
  margin: 0 0 25px;
}
#recent_posts_wrap > p {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  margin: 0 0 10px;
}
#recent_posts_wrap > div {
  padding: 10px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
#recent_posts_wrap > div > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  gap: 10px;
  align-items: center;
}
#recent_posts_wrap > div > ul > li {
  position: relative;
}
#recent_posts_wrap > div > ul > li > a {
  position: relative;
  display: block;
}
#recent_posts_wrap > div > ul > li > a > img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
#recent_posts_wrap > div > ul > li > a > img:hover {
  opacity: 0.8;
}
#recent_posts_wrap > div > ul > li > a > span {
  font-size: 10px;
  display: block;
  text-align: center;
}
#recent_posts_wrap > div > ul > li > a .photo-count-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 8px;
  padding: 1px 4px;
  font-size: 10px;
  z-index: 10;
  line-height: 1.2;
  pointer-events: none;
}

#solar_eclipse_image_wrap {
  position: relative;
  margin: 15px;
}
#solar_eclipse_image_wrap > img {
  width: 100%;
}
#solar_eclipse_image_wrap > div {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1vw;
  text-align: center;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 1.5vw;
}
#solar_eclipse_image_wrap > div > span {
  display: block;
}
#solar_eclipse_image_wrap > div > span:nth-of-type(1) {
  font-weight: bold;
  text-decoration: underline;
}
#solar_eclipse_image_wrap > div#title_wrap {
  font-weight: bold;
  font-size: 2.4vw;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  top: 2%;
  right: 2%;
  text-decoration: underline;
  box-shadow: none;
}
#solar_eclipse_image_wrap > div#start_time_of_solar_eclipse_wrap {
  top: 20%;
  left: 40%;
}
#solar_eclipse_image_wrap > div#max_of_solar_eclipse_wrap {
  top: 45%;
  left: 58%;
}
#solar_eclipse_image_wrap > div#time_of_sunset_wrap {
  top: 70%;
  left: 72%;
}

.solar_eclipse_glass_wrap {
  margin: 15px 15px 20px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #fafafa;
}
.solar_eclipse_glass_wrap > p {
  margin: 10px 0;
  font-size: 12px;
}
.solar_eclipse_glass_wrap > div {
  display: flex;
  margin: 15px 0 0;
}
.solar_eclipse_glass_wrap > div .amazon_image_wrap {
  margin: 0 15px 0 0;
}
.solar_eclipse_glass_wrap > div .amazon_image_wrap > a {
  text-decoration: none;
}
.solar_eclipse_glass_wrap > div .amazon_image_wrap > a > img {
  height: 100px;
  width: auto;
  border: 1px solid #ddd;
}
.solar_eclipse_glass_wrap > div .amazon_image_wrap > a > img:hover {
  opacity: 0.8;
}
.solar_eclipse_glass_wrap > div .other_links_wrap > ul {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.solar_eclipse_glass_wrap > div .other_links_wrap > ul > li > a {
  font-size: 14px;
}
.solar_eclipse_glass_wrap > div .other_links_wrap > ul > li > a:hover {
  color: orangered;
}

/*#region 本日の日の出・日の入時刻*/
#hinode_hinoiri_time_wrap:after {
  display: block;
  content: "";
  clear: both;
  margin: 0 0 20px;
}

#hinode_hinoiri_time_wrap div {
  width: 115px;
  float: left;
  text-align: center;
  padding: 10px;
}

#hinode_hinoiri_time_wrap div span {
  font-weight: bold;
  padding: 0 0 10px;
  font-size: 18px;
  display: block;
}

#hinode_hinoiri_time_wrap div p {
  background-color: #fff;
  line-height: 50px;
  font-size: 22px;
}

/* 日の出時刻 */
#hinode_hinoiri_time_wrap div:nth-child(1) {
  background-color: #f6e82c;
}

/* 日の入時刻 */
#hinode_hinoiri_time_wrap div:nth-child(2) {
  background-color: #2f318b;
}

#hinode_hinoiri_time_wrap div:nth-child(2) span {
  color: #fff;
}

/*#endregion*/
a#eco_map_wrap {
  display: block;
  border: none;
  text-decoration: none;
  width: 100%;
  height: 220px;
  background-position: center;
}

/*#region map_canvas*/
#map_canvas {
  display: none;
  height: 220px;
}

#map_control_note {
  text-align: right;
  padding: 5px 0 0;
  font-size: 13px;
  color: #f00;
}

#map_bottom_links_wrap {
  text-align: center;
}
#map_bottom_links_wrap ul {
  padding: 0;
}
#map_bottom_links_wrap ul li {
  margin: 0 0 15px;
  list-style: none;
}
#l_map_canvas {
  height: 220px;
  background-color: #fafafa;
}

/*#endregion*/
/*#region チャート*/
#chart {
  margin: 0 0 30px;
  min-height: 300px;
  background: #fafafa;
  border: 1px solid #eee;
  box-sizing: border-box;
  background-image: url(https://hinode.pics/images/Common/loading_002.gif);
  background-repeat: no-repeat;
  background-position: center;
}

/*#endregion*/
/*#region 日の出日の入時刻表テーブル*/
#thead_wrap:after {
  display: block;
  content: "";
  clear: both;
}

#thead_wrap div {
  float: left;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
}

#thead_wrap div:nth-child(1) {
  width: 82px;
  margin-left: 1px;
}

#thead_wrap div:nth-child(2) {
  width: 92px;
  background-color: #f6e82c;
}

#thead_wrap div:nth-child(3) {
  width: 92px;
  background-color: #2f318b;
  color: #fff;
}

#thead_wrap div:nth-child(4) {
  width: 92px;
  background-color: #eee;
  color: #222;
}

#hinode_hinoiri_time_table_wrap {
  max-width: 500px;
  height: 255px;
  overflow: auto;
  border: 1px solid #aaa;
}

#hinode_hinoiri_time_table_wrap table {
  border-collapse: collapse;
}

#hinode_hinoiri_time_table_wrap table tr {
  border: 1px dashed #ccc;
}

#hinode_hinoiri_time_table_wrap table tr:hover {
  background-color: #eee;
}

#hinode_hinoiri_time_table_wrap table tr td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px 0;
  font-size: 13px;
  color: #333;
  box-sizing: border-box;
}

#hinode_hinoiri_time_table_wrap table tr td:nth-child(1) {
  background-color: #fafafa;
  width: 82px;
}

#hinode_hinoiri_time_table_wrap table tr td:nth-child(2) {
  width: 92px;
}

#hinode_hinoiri_time_table_wrap table tr td:nth-child(3) {
  width: 92px;
}

#hinode_hinoiri_time_table_wrap table tr td:nth-child(4) {
  width: 92px;
}

#today_row td {
  background-color: #dc3912 !important;
  color: #fff !important;
  font-weight: bold;
}

.month_row td {
  background-color: #555 !important;
  color: #fff !important;
}

/*#endregion*/
/*#region その他の地域 */
#other_region_table {
  font-size: 14px;
  line-height: 28px;
  border-collapse: collapse;
}
#other_region_table > tbody > tr > td {
  border: 1px solid #ccc;
  padding: 10px;
}
#other_region_table > tbody > tr > td > a {
  display: inline-block;
  text-decoration: none;
  margin: 0 5px 0 0;
}
#other_region_table > tbody > tr > td > span {
  float: right;
  display: none;
}
#other_region_table > tbody > tr > td:nth-of-type(1) {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background-color: #eee;
  width: 100px;
  line-height: 22px;
}
@media (max-width: 550px) {
  #other_region_table {
    width: 100%;
  }
  #other_region_table > tbody > tr > td > span {
    display: block;
  }
  #other_region_table > tbody > tr > td:nth-of-type(1) {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #other_region_table > tbody > tr > td:nth-of-type(2) {
    display: none;
    width: 100%;
    box-sizing: border-box;
  }
  #other_region_table > tbody > tr > td:nth-of-type(2) > a {
    border: 1px solid #eee;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    height: 44px;
    line-height: 44px;
  }
}
/*#endregion*/
