﻿@charset "UTF-8";
/*#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 p {
  font-weight: bold;
  padding: 0 0 10px;
  font-size: 18px; }

#hinode_hinoiri_time_wrap div span {
  background-color: #fff;
  display: block;
  line-height: 50px;
  font-size: 26px; }

/* 日の出時刻 */
#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) p {
  color: #fff; }

/*#endregion*/
/*#region map_canvas*/
#map_canvas {
  height: 220px; }

/*#endregion*/
/*#region チャート*/
#chart {
  margin: 0 0 15px; }

/*#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; }

#thead_wrap div:nth-child(2) {
  width: 92px;
  background-color: #f6e82c; }

#thead_wrap div:nth-child(3) {
  width: 92px;
  background-color: #2f318b;
  color: #fff; }

#hinode_hinoiri_time_table_wrap {
  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; }

#hinode_hinoiri_time_table_wrap table tr td:nth-child(1) {
  background-color: #fafafa;
  width: 80px; }

#hinode_hinoiri_time_table_wrap table tr td:nth-child(2) {
  width: 90px; }

#hinode_hinoiri_time_table_wrap table tr td:nth-child(3) {
  width: 90px; }

#today_row td {
  background-color: #dc3912 !important;
  color: #fff !important;
  font-weight: bold; }

/*#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*/
#top_go_to_home_button_wrap {
  text-align: center;
  padding: 0 0 25px; }
