﻿html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: sans-serif;
}
html body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  overflow: hidden;
}
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 > table {
  width: 100%;
  height: 100%;
  min-width: 1000px;
  min-height: 700px;
}
html body > table thead tr td {
  height: 60px;
  padding: 0;
  box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.7);
  position: relative;
  z-index: 100;
}
html body > table thead tr td > div {
  height: 60px;
  display: flex;
}
html body > table thead tr td > div #title_wrap {
  margin: 0 25px 0 0;
  height: 60px;
  display: flex;
  align-items: center;
}
html body > table thead tr td > div #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 > div #title_wrap h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.8rem;
}
html body > table thead tr td > div #title_wrap h1 > a {
  text-decoration: none;
  color: #fff;
}
html body > table thead tr td > div #title_wrap h1 > a:hover {
  text-decoration: underline;
}
html body > table thead tr td > div #nav_wrap nav ul {
  display: flex;
}
html body > table thead tr td > div #nav_wrap nav ul li {
  background-image: url("/Areas/Lang/Images/images.png");
  margin: 0 15px 0 0;
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.5);
  border-radius: 0 0 3px 3px;
}
html body > table thead tr td > div #nav_wrap nav ul li:hover {
  box-shadow: 0 2px 1px 0 rgba(50, 50, 50, 0.5);
}
html body > table thead tr td > div #nav_wrap nav ul li a {
  width: 40px;
  height: 40px;
  display: block;
}
html body > table thead tr td > div #nav_wrap nav ul li:nth-of-type(1) {
  background-position: 0 -50px;
}
html body > table thead tr td > div #nav_wrap nav ul li:nth-of-type(2) {
  background-position: -40px -50px;
}
html body > table thead tr td > div #nav_wrap nav ul li:nth-of-type(3) {
  background-position: -105px -114px;
}
html body > table thead tr td > div #nav_wrap nav ul li:nth-of-type(4) {
  background-position: -145px -114px;
}
html body > table thead tr td > div #nav_wrap nav ul li.go_to_japanese {
  background-color: #fff;
  background-image: none;
  padding: 0 10px;
  line-height: 40px;
}
html body > table thead tr td > div #nav_wrap nav ul li.go_to_japanese > a {
  width: auto;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
html body > table thead tr td > div #ad_wrap {
  height: 60px;
  margin-left: auto;
}
html body > table thead tr td > div #ad_wrap #ad_dummy {
  display: inline-block;
  width: 468px;
  height: 60px;
  background-color: #eee;
  text-align: center;
  line-height: 60px;
}
html body > table thead tr td > div #ad_wrap img {
  vertical-align: bottom;
}
html body > table tbody tr td {
  padding: 0;
}
html body > table tbody tr td:nth-of-type(1) {
  box-sizing: border-box;
  padding: 15px 0;
  vertical-align: top;
  background-color: #fff;
  width: 250px;
  box-shadow: 1px 0 5px 0 rgba(50, 50, 50, 0.7);
  z-index: 100;
  position: relative;
}
html body > table tbody tr td:nth-of-type(1) #search_wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 15px;
}
html body > table tbody tr td:nth-of-type(1) #search_wrap input[type=text] {
  margin: 0 10px;
  padding: 10px;
  height: 30px;
  width: 160px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #333;
}
html body > table tbody tr td:nth-of-type(1) #search_wrap input[type=text]:hover {
  box-shadow: 0 0 1px 0 rgba(128, 128, 128, 0.5);
}
html body > table tbody tr td:nth-of-type(1) #search_wrap button {
  width: 30px;
  height: 30px;
}
html body > table tbody tr td:nth-of-type(1) #search_wrap button:before {
  background-position: -120px -90px;
  width: 24px;
  height: 24px;
}
html body > table tbody tr td:nth-of-type(1) #rise_set_time_wrap {
  display: flex;
  margin: 0 0 15px;
}
html body > table tbody tr td:nth-of-type(1) #rise_set_time_wrap > div {
  width: 125px;
  padding: 0 0 15px;
}
html body > table tbody tr td:nth-of-type(1) #rise_set_time_wrap > div p {
  text-align: center;
  padding: 15px 5px;
  margin: 0;
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html body > table tbody tr td:nth-of-type(1) #rise_set_time_wrap > div span {
  text-align: center;
  padding: 10px 0;
  font-size: 2rem;
  width: 100px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
}
html body > table tbody tr td:nth-of-type(1) #rise_set_time_wrap > div:nth-of-type(1) {
  background-color: #f7e921;
}
html body > table tbody tr td:nth-of-type(1) #rise_set_time_wrap > div:nth-of-type(2) {
  background-color: #2e318d;
}
html body > table tbody tr td:nth-of-type(1) #rise_set_time_wrap > div:nth-of-type(2) p {
  color: #fff;
}
html body > table tbody tr td:nth-of-type(1) #options_wrap #time_difference_wrap {
  width: 210px;
  margin: 0 auto 15px;
}
html body > table tbody tr td:nth-of-type(1) #options_wrap #time_difference_wrap fieldset {
  border: 1px solid #ccc;
}
html body > table tbody tr td:nth-of-type(1) #options_wrap #time_difference_wrap fieldset legend {
  padding: 0 5px;
  font-size: 1.4rem;
}
html body > table tbody tr td:nth-of-type(1) #options_wrap #time_difference_wrap fieldset > div:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
html body > table tbody tr td:nth-of-type(1) #options_wrap #time_difference_wrap fieldset > div:nth-of-type(1) select {
  height: 30px;
  font-size: 1.8rem;
}
html body > table tbody tr td:nth-of-type(1) #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 > table tbody tr td:nth-of-type(1) #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 > table tbody tr td:nth-of-type(1) #options_wrap #time_difference_wrap fieldset > div:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
}
html body > table tbody tr td:nth-of-type(1) #options_wrap #time_difference_wrap fieldset > div:nth-of-type(2) #time_difference_reset_button {
  width: 30px;
  height: 30px;
}
html body > table tbody tr td:nth-of-type(1) #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 > table tbody tr td:nth-of-type(1) #options_wrap #time_difference_wrap fieldset > div:nth-of-type(2) span {
  cursor: pointer;
  margin: 0 0 0 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 2px 0 0 2px;
  opacity: 0.8;
  background-color: #0094ff;
}
html body > table tbody tr td:nth-of-type(1) #options_wrap #time_difference_wrap fieldset > div:nth-of-type(2) span:hover {
  opacity: 1;
}
html body > table tbody tr td:nth-of-type(1) #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 > table tbody tr td:nth-of-type(1) #options_wrap #time_difference_wrap fieldset > div:nth-of-type(3) ul li {
  font-size: 1.2rem;
  line-height: 2rem;
}
html body > table tbody tr td:nth-of-type(1) #social_buttons_wrap {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
html body > table tbody tr td:nth-of-type(1) #social_buttons_wrap ul {
  display: flex;
}
html body > table tbody tr td:nth-of-type(1) #social_buttons_wrap ul li {
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
html body > table tbody tr td:nth-of-type(1) #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:nth-of-type(1) #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:nth-of-type(1) #social_buttons_wrap ul li a i {
  font-size: 16px;
}
html body > table tbody tr td:nth-of-type(1) #social_buttons_wrap ul li.social-x a i {
  color: #000000;
}
html body > table tbody tr td:nth-of-type(1) #social_buttons_wrap ul li.social-facebook a i {
  color: #1877F2;
}
html body > table tbody tr td:nth-of-type(1) #social_buttons_wrap ul li.social-instagram a i {
  color: #E4405F;
}
html body > table tbody tr td:nth-of-type(2) {
  position: relative;
}
html body > table tbody tr td:nth-of-type(2) #map_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
html body > table tbody tr td:nth-of-type(2) #map_wrap #map_canvas {
  width: 100%;
  height: 100%;
}
html body > table tbody tr td:nth-of-type(2) #map_wrap #map_top_right_control_buttons_wrap {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10000;
}
html body > table tbody tr td:nth-of-type(2) #map_wrap #map_top_right_control_buttons_wrap ul 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:nth-of-type(2) #map_wrap #map_top_right_control_buttons_wrap ul li:nth-of-type(1) {
  background-position: -80px 0;
}
html body > table tbody tr td:nth-of-type(2) #map_wrap #map_top_right_control_buttons_wrap ul li:nth-of-type(2) {
  background-position: -168px 0;
}
html body > table tbody tr td:nth-of-type(2) #map_wrap #map_top_right_control_buttons_wrap ul li:nth-of-type(2).on {
  background-position: -124px 0;
}
html body > table tbody tr td:nth-of-type(2) #map_wrap #map_top_right_control_buttons_wrap ul li span {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}
