﻿@charset "UTF-8";
#check_for_duplicate_user_names_wrap {
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  padding: 10px;
  margin: 10px 0 0 0; }
  #check_for_duplicate_user_names_wrap > p {
    color: red;
    font-size: 14px;
    margin: 0 0 10px; }
  #check_for_duplicate_user_names_wrap > span {
    cursor: pointer;
    background-color: #eee;
    border: 1px solid #aaa;
    padding: 5px 10px;
    display: inline-block; }
    #check_for_duplicate_user_names_wrap > span:hover {
      background-color: #fff; }

/* post/index/base.css */
/*#region 共通部分*/
p.note_1 {
  background-color: #fee;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 0 20px;
  font-size: 14px;
  color: #333; }

p.note_1 b {
  color: #000;
  text-shadow: none;
  text-decoration: underline; }

p.note_2 {
  background-color: #fafafa;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 0 20px;
  font-size: 14px;
  color: #333;
  text-shadow: 0 0 2px #fff; }

p.note_2 span {
  color: #f00;
  text-shadow: none; }

p.note_3 {
  text-align: right;
  padding: 5px 0; }

.item_wrap {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 25px;
  padding: 0 10px 10px; }
  .item_wrap > div .notes_wrap > p {
    color: red;
    font-weight: normal;
    font-size: 15px;
    text-decoration: underline; }

.item_wrap p:nth-child(1) {
  font-weight: bold;
  margin: 0 0 10px;
  color: #333;
  font-size: 16px; }

.item_wrap p:nth-child(1) span {
  color: #f00;
  margin: 0 5px 0 0; }

.item_wrap input[type=text],
.item_wrap input[type=email],
.item_wrap input[type=url],
.item_wrap input[type=number],
.item_wrap textarea {
  width: 100%;
  border: 1px solid #aaa;
  height: 30px;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.item_wrap textarea {
  height: 300px;
  padding: 10px;
  line-height: 20px; }

ul.note {
  padding: 5px 0 0 1.5em;
  margin: 0;
  font-size: 12px;
  color: #f00; }

/*#endregion*/
/*#region 投稿ファイル*/
#file_drop_area {
  text-align: center;
  background-color: #f9f9f9;
  line-height: 28px;
  font-weight: bold;
  font-size: 16px;
  padding: 40px 0;
  border: 5px dashed #ccc; }

/*#endregion*/
/*#region 投稿ファイル表示部分*/
#canvas_wrap {
  text-align: center;
  padding: 0 0 10px 0; }

#canvas_wrap div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  margin: 10px 5px 0 5px;
  border: 1px solid #ddd;
  width: 150px;
  height: 150px;
  background-image: url("https://hinode.blob.core.windows.net/images/Common/loading_001.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff; }

#canvas_wrap div p {
  position: absolute;
  bottom: 5px;
  right: 5px;
  height: 20px;
  margin: 0;
  padding: 0; }

#canvas_wrap div span {
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 5px;
  border-radius: 2px;
  font-weight: normal; }

#canvas_wrap div span:hover {
  opacity: 0.5; }

#canvas_wrap div span.move_before {
  background-color: #45a0bb; }

#canvas_wrap div span.move_after {
  background-color: #45a0bb; }

#canvas_wrap div span.delete_canvas {
  background-color: #f00; }

#canvas_wrap div canvas {
  max-width: 150px;
  max-height: 125px; }

/*#endregion*/
/*#region 撮影場所*/
#search_wrap input {
  width: 80%;
  vertical-align: middle; }

#search_wrap button {
  vertical-align: middle;
  width: 20%;
  border: 1px solid #888;
  border-width: 1px 1px 1px 0;
  height: 30px;
  cursor: pointer;
  background-color: #fafafa; }

#search_wrap button:hover {
  background-color: #ddd; }

#map_canvas {
  width: 100%;
  height: 400px; }

#latlng_table_wrap {
  text-align: right; }

#latlng_table_wrap table {
  display: inline-block;
  border-collapse: collapse; }

#latlng_table_wrap table td {
  text-align: center;
  border: 1px solid #eee; }

#latlng_table_wrap table td:nth-child(odd) {
  background-color: #fafafa;
  width: 40px; }

#latlng_table_wrap table td:nth-child(even) {
  width: 80px; }

/*#endregion*/
/*#region 投稿日時*/
/* 🔴 Step3-45-3 で死蔵3ブロックを落とした（#temp_error_message_wrap / select / #reset_*）。
   ⚠️ 下の `#posted_date_wrap div p input { width: 40px }` は Blue の「年・月・日」欄用の幅。
      ネイティブの <input type="date"> には狭すぎる可能性が高いが、
      **実測せずに想像で変えない**（Step3-45-4 のブラウザ実測で決める）。 */
#posted_date_wrap div p {
  font-weight: normal;
  margin: 0 0 10px; }

/* 日付部分 */
#posted_date_wrap div p:nth-child(1) {
  margin: 0 20px 20px 0; }

/* 撮影日・撮影時刻の入力欄 */
/* 🔴 Step3-45-4 の実測で書き換えた。Blue の `width: 40px`（年・月・日の3欄用）と
      `:first-child input:nth-child(1) { width: 60px }`（年の欄）は、ネイティブの
      <input type="date"> には狭すぎて **`2026-0` までしか見えなかった**（実機で目視確認）。
   ⚠️ このとき `scrollWidth > clientWidth` は **false のまま**だった
      ＝ネイティブの日付入力は内側で内容を切り詰めるので、**溢れ検知では捕まらない**。
      画面を撮って目で見るまで分からなかった。
   → 幅の指定をやめて内容に合わせ、枠と高さだけ他の入力欄（.item_wrap input[type=text]）に揃える。 */
#posted_date_wrap div p input {
  border: 1px solid #aaa;
  height: 30px;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*#endregion*/
/*#region 確認用チェックボックス*/
#confirmation_check_box {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin: 40px 0 0; }

#confirmation_check_box label {
  text-decoration: underline;
  cursor: pointer; }

#confirmation_check_box label:hover {
  text-decoration: none; }

#confirmation_check_box span {
  color: #f00; }

#confirmation_check_box p {
  color: #f00;
  margin: 7px 0 0; }

/*#endregion*/
/*#region 送信ボタン*/
#post_button {
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 50px auto;
  display: block;
  border: none;
  cursor: pointer;
  background-color: #ececec;
  font-weight: bold;
  font-size: 18px;
  font-weight: normal;
  border: none; }

#post_button:hover {
  background-color: #ccc; }

/*#endregion*/
/*#region 検証用*/
div.validation-summary-errors {
  margin: 0 0 20px;
  padding: 10px;
  font-size: 14px;
  color: #f00;
  background-color: #fee; }

div.validation-summary-errors span {
  font-weight: bold; }

div.validation-summary-errors ul {
  margin: 0; }

div.validation-summary-errors ul li {
  line-height: 22px; }

.input-validation-error {
  border-color: #f00;
  background-color: #fee; }

.field-validation-error {
  font-weight: bold;
  color: #f00;
  text-align: right;
  display: block;
  margin: 3px 0 0 0; }

.custom_validation_message {
  background-color: #fee;
  color: #f00;
  display: none;
  font-weight: bold;
  padding: 10px 20px;
  margin: 10px 0;
  text-align: center; }

/*#endregion*/
/*#region */
/*#endregion*/
