﻿@charset "UTF-8";
#info_wrap {
  position: absolute;
  top: 120px;
  right: 0;
  width: 200px;
  padding: 10px 10px 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

#info_wrap #common_map_ctrl_buttons_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #info_wrap #common_map_ctrl_buttons_wrap ul li {
    margin: 0 0 10px; }
    #info_wrap #common_map_ctrl_buttons_wrap ul li a {
      display: block;
      background-color: #eee;
      color: #888;
      padding: 10px;
      text-decoration: none;
      font-size: 15px;
      border: 1px solid #ddd; }
      #info_wrap #common_map_ctrl_buttons_wrap ul li a:hover {
        opacity: 0.9; }
      #info_wrap #common_map_ctrl_buttons_wrap ul li a#disp_post_photos_button:hover, #info_wrap #common_map_ctrl_buttons_wrap ul li a#disp_post_photos_button.active {
        border-color: #e49f40;
        background-color: #e49f40;
        color: #fff; }
      #info_wrap #common_map_ctrl_buttons_wrap ul li a#disp_weather_layer_button:hover, #info_wrap #common_map_ctrl_buttons_wrap ul li a#disp_weather_layer_button.active {
        border-color: #199bd1;
        background-color: #199bd1;
        color: #fff; }
    #info_wrap #common_map_ctrl_buttons_wrap ul li #get_weather_time_wrap {
      display: none;
      font-size: 16px;
      text-align: right;
      margin: 5px 0 0; }
      #info_wrap #common_map_ctrl_buttons_wrap ul li #get_weather_time_wrap p {
        line-height: 22px; }
        #info_wrap #common_map_ctrl_buttons_wrap ul li #get_weather_time_wrap p span {
          display: inline-block; }

/* ---------------------------------------------
  地図右上のボタン
---------------------------------------------- */
#map_control_button_wrap a:nth-of-type(1) {
  line-height: 40px;
  background-color: #f6e82c;
  color: #333; }

@media (max-width: 600px) {
  #map_control_button_wrap span:nth-of-type(1) {
    line-height: 20px; } }

@media (max-width: 500px) {
  #map_control_button_wrap span:nth-of-type(1) {
    line-height: 20px; } }

/* ---------------------------------------------
  日の出・日の入り時刻
---------------------------------------------- */
#time_wrap {
  margin: 0 0 10px; }

#time_wrap:after {
  content: "";
  display: block;
  clear: both; }

#time_wrap div {
  width: 80px;
  height: 60px;
  padding: 0 10px 10px;
  display: inline-block;
  float: left;
  text-align: center; }

#time_wrap div span {
  width: 80px;
  height: 30px;
  display: inline-block;
  font-size: 14px;
  line-height: 30px; }

#time_wrap div p {
  width: 80px;
  height: 30px;
  background-color: #fff;
  line-height: 30px;
  font-weight: bold; }

#moon_rise_time_wrap {
  background-color: #ddd; }

#moon_set_time_wrap {
  background-color: #ccc; }

#moon_set_time_wrap span {
  text-shadow: 0 0 1px #fff; }

/* ---------------------------------------------
  機能など
---------------------------------------------- */
#function_notes_wrap {
  font-size: 12px;
  padding: 0 0 10px 0; }

#function_notes_title {
  background-color: #0671b5;
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-weight: bold; }

#function_notes_body {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  line-height: 16px;
  font-size: 11px; }

#move_state_wrap {
  font-size: 12px;
  text-align: center;
  margin: 0 0 10px; }

/* ---------------------------------------------
  max-width
---------------------------------------------- */
@media (max-width: 640px) {
  #function_notes_wrap {
    display: none; } }

@media (max-width: 500px) {
  #info_wrap {
    top: 30px;
    width: 100%;
    height: 50px;
    padding: 0;
    background-color: transparent; }
  #time_wrap {
    margin: 0 auto;
    width: 300px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px; }
  #time_wrap div {
    width: 150px;
    height: 25px;
    padding: 0;
    float: left; }
  #time_wrap div span {
    font-size: 12px;
    width: 75px;
    height: 25px;
    display: block;
    line-height: 25px;
    text-align: center;
    float: left; }
  #time_wrap div p {
    font-size: 14px;
    width: 75px;
    height: 25px;
    background-color: #fff;
    line-height: 25px;
    display: block;
    float: left; }
  #hinode_time_wrap {
    background-color: transparent; }
  #hinode_time_wrap span {
    background-color: #f6e82c; }
  #hinoiri_time_wrap {
    background-color: transparent; }
  #hinoiri_time_wrap span {
    background-color: #2f318b;
    color: #fff; } }

/* ---------------------------------------------
  max-height to_moon
---------------------------------------------- */
@media (max-height: 725px) {
  #function_notes_wrap {
    display: none; } }

@media (max-height: 655px) {
  #anytime_wrap {
    display: none; } }

@media (max-height: 575px) {
  #normal_calendar_wrap {
    display: none; }
  #inner_calendar {
    display: block; }
  #normal_calendar_close_button {
    display: inline-block !important; } }
