﻿html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: sans-serif;
  -webkit-user-select: none;
}
html body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 1.4rem;
}
html body p {
  margin: 0;
}
html body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body table {
  border-collapse: collapse;
  border-spacing: 0;
}
html body button {
  padding: 0;
  margin: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 1px 0 rgba(80, 80, 80, 0.7);
  outline: none;
}
html body button:hover {
  box-shadow: 0 0 3px 0 rgba(80, 80, 80, 0.7);
}
html body button:before {
  content: "";
  display: block;
  background-image: url("/Areas/Lang/Images/images.png");
}
html body #mask_wrap {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  padding: 15px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
html body #mask_wrap #mask_close_button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
}
html body #mask_wrap #mask_close_button:before {
  background-position: -204px -75px;
  width: 24px;
  height: 24px;
}
html body #mask_wrap #calendar_and_options_wrap {
  background-color: #fff;
  padding: 15px;
}
html body #mask_wrap #calendar_and_options_wrap #options_wrap #time_difference_wrap fieldset {
  padding: 5px;
  border: 1px solid #aaa;
}
html body #mask_wrap #calendar_and_options_wrap #options_wrap #time_difference_wrap fieldset legend {
  padding: 0 5px;
  font-size: 1.4rem;
}
html body #mask_wrap #calendar_and_options_wrap #options_wrap #time_difference_wrap fieldset > div:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  margin: 0 0 5px;
}
html body #mask_wrap #calendar_and_options_wrap #options_wrap #time_difference_wrap fieldset > div:nth-of-type(1) select {
  height: 30px;
  font-size: 1.8rem;
}
html body #mask_wrap #calendar_and_options_wrap #options_wrap #time_difference_wrap fieldset > div:nth-of-type(1) span:nth-of-type(1) {
  padding: 0 5px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
}
html body #mask_wrap #calendar_and_options_wrap #options_wrap #time_difference_wrap fieldset > div:nth-of-type(1) span:nth-of-type(2) {
  padding: 0 5px;
  font-size: 1.8rem;
  font-weight: bold;
}
html body #mask_wrap #calendar_and_options_wrap #options_wrap #time_difference_wrap fieldset > div:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
}
html body #mask_wrap #calendar_and_options_wrap #options_wrap #time_difference_wrap fieldset > div:nth-of-type(2) #time_difference_reset_button {
  width: 30px;
  height: 30px;
}
html body #mask_wrap #calendar_and_options_wrap #options_wrap #time_difference_wrap fieldset > div:nth-of-type(2) #time_difference_reset_button:before {
  width: 24px;
  height: 24px;
  background-position: -144px -90px;
}
html body #mask_wrap #calendar_and_options_wrap #options_wrap #time_difference_wrap fieldset > div:nth-of-type(2) span {
  cursor: pointer;
  margin: 0 0 0 5px;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 2px 0 0 2px;
  opacity: 0.8;
  background-color: #0094ff;
}
html body #mask_wrap #calendar_and_options_wrap #options_wrap #time_difference_wrap fieldset > div:nth-of-type(3) ul {
  background-color: #fafafa;
  box-shadow: 0 0 2px 0 rgba(80, 80, 80, 0.5);
  padding: 5px 0 5px 10px;
  margin: 10px 0 0;
}
html body #mask_wrap #calendar_and_options_wrap #options_wrap #time_difference_wrap fieldset > div:nth-of-type(3) ul li {
  font-size: 1.2rem;
  line-height: 2rem;
}
html body #mask_wrap #settings_wrap {
  display: none;
}
html body > table {
  width: 100%;
  height: 100%;
}
html body > table > thead > tr > td {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 100;
  padding: 0;
}
html body > table > thead > tr > td > div {
  width: 100%;
}
html body > table > thead > tr > td #title_wrap {
  margin: 0 25px 0 0;
  height: 50px;
  display: flex;
  align-items: center;
}
html body > table > thead > tr > td #title_wrap > a {
  display: inline-block;
  width: 80px;
  height: 50px;
  background-image: url("/Areas/Lang/Images/images.png");
  margin: 0 5px 0 0;
}
html body > table > thead > tr > td #title_wrap h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.8rem;
}
html body > table > thead > tr > td #title_wrap h1 > a {
  text-decoration: none;
  color: #fff;
}
html body > table > thead > tr > td #rise_set_time_wrap {
  display: flex;
  justify-content: center;
  height: 30px;
  width: 100%;
}
html body > table > thead > tr > td #rise_set_time_wrap > table {
  table-layout: fixed;
  width: 100%;
}
html body > table > thead > tr > td #rise_set_time_wrap > table tbody tr td:nth-of-type(2n-1) {
  font-size: 1.4rem;
}
html body > table > thead > tr > td #rise_set_time_wrap > table tbody tr td:nth-of-type(2n-1) > p {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 5px;
}
html body > table > thead > tr > td #rise_set_time_wrap > table tbody tr td:nth-of-type(2n) {
  width: 65px;
  font-size: 1.6rem;
  text-align: center;
}
html body > table > thead > tr > td #rise_set_time_wrap > table tbody tr td:nth-of-type(2n) > span {
  letter-spacing: 0.1rem;
  font-weight: bold;
}
html body > table > thead > tr > td #date_and_buttons_wrap {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body > table > thead > tr > td #date_and_buttons_wrap #calendar_prev_day_button {
  width: 40px;
  height: 40px;
}
html body > table > thead > tr > td #date_and_buttons_wrap #calendar_prev_day_button:before {
  background-position: -48px -90px;
  width: 24px;
  height: 24px;
}
html body > table > thead > tr > td #date_and_buttons_wrap #date_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
html body > table > thead > tr > td #date_and_buttons_wrap #date_wrap > div {
  text-align: right;
  display: flex;
  flex-direction: column;
}
html body > table > thead > tr > td #date_and_buttons_wrap #date_wrap > div span {
  font-size: 1.5rem;
  margin-right: 10px;
  letter-spacing: 0.1rem;
}
html body > table > thead > tr > td #date_and_buttons_wrap #date_wrap > div span:nth-of-type(2) {
  font-size: 1.2rem;
}
html body > table > thead > tr > td #date_and_buttons_wrap #date_wrap #calendar_open_button {
  width: 40px;
  height: 40px;
}
html body > table > thead > tr > td #date_and_buttons_wrap #date_wrap #calendar_open_button:before {
  background-position: -72px -90px;
  width: 24px;
  height: 24px;
}
html body > table > thead > tr > td #date_and_buttons_wrap #calendar_next_day_button {
  width: 40px;
  height: 40px;
}
html body > table > thead > tr > td #date_and_buttons_wrap #calendar_next_day_button:before {
  background-position: -96px -90px;
  width: 24px;
  height: 24px;
}
html body > table > tbody {
  height: 100%;
  height: calc(100vh - 140px);
  height: calc(100dvh - 140px);
}
html body > table > tbody tr td {
  padding: 0;
  width: 100%;
  height: 100%;
}
html body > table > tbody tr td #map_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
html body > table > tbody tr td #map_wrap #map_canvas {
  width: 100%;
  height: 100%;
}
html body > table > tbody tr td #map_wrap #map_top_right_control_buttons_wrap {
  z-index: 10000;
  position: absolute;
  right: 10px;
  top: 10px;
}
html body > table > tbody tr td #map_wrap #map_top_right_control_buttons_wrap ul:nth-of-type(1) {
  margin: 0 0 20px;
}
html body > table > tbody tr td #map_wrap #map_top_right_control_buttons_wrap ul:nth-of-type(1) li {
  width: 44px;
  height: 44px;
  background-image: url("/Areas/Lang/Images/images.png");
  margin: 0 0 10px;
  box-shadow: 0 0 5px 2px rgba(80, 80, 80, 0.3);
  border-radius: 3px;
}
html body > table > tbody tr td #map_wrap #map_top_right_control_buttons_wrap ul:nth-of-type(1) li:nth-of-type(1) {
  background-position: -80px 0;
}
html body > table > tbody tr td #map_wrap #map_top_right_control_buttons_wrap ul:nth-of-type(1) li:nth-of-type(2) {
  background-position: -168px 0;
}
html body > table > tbody tr td #map_wrap #map_top_right_control_buttons_wrap ul:nth-of-type(1) li:nth-of-type(2).on {
  background-position: -124px 0;
}
html body > table > tbody tr td #map_wrap #map_top_right_control_buttons_wrap ul:nth-of-type(1) li span {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}
html body > table > tbody tr td #map_wrap #map_top_right_control_buttons_wrap ul:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
html body > table > tbody tr td #map_wrap #map_top_right_control_buttons_wrap ul:nth-of-type(2) li {
  width: 40px;
  height: 40px;
  box-shadow: 0 0 5px 2px rgba(80, 80, 80, 0.3);
  border-radius: 3px;
  margin: 0 0 10px;
}
html body > table > tbody tr td #map_wrap #map_top_right_control_buttons_wrap ul:nth-of-type(2) li a {
  background-image: url("/Areas/Lang/Images/images.png");
  display: block;
  width: 100%;
  height: 100%;
}
html body > table > tbody tr td #map_wrap #map_top_right_control_buttons_wrap ul:nth-of-type(2) li a#go_to_sun_page_button {
  background-position: 0 -50px;
}
html body > table > tbody tr td #map_wrap #map_top_right_control_buttons_wrap ul:nth-of-type(2) li a#go_to_moon_page_button {
  background-position: -40px -50px;
}
html body > table > tbody tr td #map_wrap #map_top_right_control_buttons_wrap ul:nth-of-type(2) li a#go_to_cities_page_button {
  background-position: -105px -114px;
}
html body > table > tbody tr td #map_wrap #map_top_right_control_buttons_wrap ul:nth-of-type(2) li a#go_to_photos_page_button {
  background-position: -145px -114px;
}
html body > table > tbody tr td #map_wrap #map_top_right_control_buttons_wrap ul:nth-of-type(2) li a#go_to_japanese_button {
  background-image: none;
  background-color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
html body > table > tbody tr td #map_wrap #map_top_right_control_buttons_wrap ul:nth-of-type(2) li a#go_to_japanese_button > span {
  display: block;
}
html body > table > tbody tr td #map_wrap #map_bottom_left_social_buttons_wrap {
  z-index: 10000;
  position: absolute;
  left: 0;
  bottom: 30px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 3px 0 0;
  background-color: #fff;
  display: none;
}
html body > table > tbody tr td #map_wrap #map_bottom_left_social_buttons_wrap ul {
  width: 64px;
  padding: 10px;
  box-sizing: border-box;
}
html body > table > tbody tr td #map_wrap #map_bottom_left_social_buttons_wrap ul li {
  width: 40px;
  height: 40px;
  margin: 0 0 10px 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
html body > table > tbody tr td #map_wrap #map_bottom_left_social_buttons_wrap ul li:last-child {
  margin-bottom: 0;
}
html body > table > tbody tr td #map_wrap #map_bottom_left_social_buttons_wrap ul li:hover {
  background-color: rgb(255, 255, 255);
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
html body > table > tbody tr td #map_wrap #map_bottom_left_social_buttons_wrap ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
html body > table > tbody tr td #map_wrap #map_bottom_left_social_buttons_wrap ul li a i {
  font-size: 20px;
}
html body > table > tbody tr td #map_wrap #map_bottom_left_social_buttons_wrap ul li.social-x a i {
  color: #000000;
}
html body > table > tbody tr td #map_wrap #map_bottom_left_social_buttons_wrap ul li.social-facebook a i {
  color: #1877F2;
}
html body > table > tbody tr td #map_wrap #map_bottom_left_social_buttons_wrap ul li.social-instagram a i {
  color: #E4405F;
}
html body > table > tbody tr td #map_wrap #map_bottom_left_social_buttons_wrap_toggle_button_wrap {
  z-index: 10000;
  position: absolute;
  left: 64px;
  bottom: 30px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 3px 3px 0;
  background-color: #fff;
}
html body > table > tbody tr td #map_wrap #map_bottom_left_social_buttons_wrap_toggle_button_wrap button {
  width: 40px;
  height: 40px;
  border: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}
html body > table > tbody tr td #map_wrap #map_bottom_left_social_buttons_wrap_toggle_button_wrap button:before {
  background-position: 0 -90px;
  width: 24px;
  height: 24px;
}
html body > table > tbody tr td #map_wrap #map_bottom_left_social_buttons_wrap_toggle_button_wrap.closed {
  left: 0;
}
html body > table > tbody tr td #map_wrap #map_bottom_left_social_buttons_wrap_toggle_button_wrap.closed button {
  width: 20px;
}
html body > table > tbody tr td #map_wrap #map_bottom_left_social_buttons_wrap_toggle_button_wrap.closed button:before {
  background-position: -24px -90px;
}
