body,
p,
form,
input {
  margin: 0;
}

#form {
  width: 500px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #555;
}

form p {
  font-size: 14px;
}

.form-title {
  text-align: left;
  font-weight: 600;
}

.text,
.pass {
  margin-bottom: 0px;
  text-align: left;
}

#id_UserID,
#id_UserPass {
  width: 300px;
  padding: 0px;
  outline: 0;
  border: 0px;
  font-size: 14px;
  text-align: left;
}

#id_LoginResult {
  width: 300px;
  padding: 0px;
  outline: 0;
  border: 0px;
  font-size: 14px;
  text-align: left;
  color: #ff0000;
}
#id_UserRegistFrom {
  font-size: 14px;
}

#id_UserId,
#id_UserPass_,
#id_UserName,
#id_CompanyName,
#id_DepartmentName,
#id_BaseAddress {
  width: 300px;
  padding: 0px;
  outline: 0;
  border: 0px;
  font-size: 14px;
  text-align: left;
}

#id_NewRegistResult {
  width: 400px;
  height: 50px;
  padding: 0px;
  outline: 0;
  border: 0px;
  font-size: 14px;
  text-align: left;
  color: #ff0000;
}

#id_DbInsertData1,
#id_DbInsertData2,
#id_DbInsertData3,
#id_DbInsertData4,
#id_DbInsertData5,
#id_DbInsertData6,
#id_DbInsertData7,
#id_DbInsertData8,
#id_DbInsertData9 {
  width: 200px;
  padding: 0px;
  outline: 0;
  border: 0px;
  font-size: 14px;
  text-align: left;
}

#id_DbUpdateData1,
#id_DbUpdateData2,
#id_DbUpdateData3_disp,
#id_DbUpdateData3,
#id_DbUpdateData4,
#id_DbUpdateData5,
#id_DbUpdateData6,
#id_DbUpdateData7,
#id_DbUpdateData8,
#id_DbUpdateData9 {
  width: 200px;
  padding: 0px;
  outline: 0;
  border: 0px;
  font-size: 14px;
  text-align: left;
}

#id_DbData1 {
  width: 200px;
  padding: 0px;
  outline: 0;
  border: 0px;
  font-size: 14px;
  text-align: left;
  background: #f5f5f5;
}

#id_DbData2 {
  width: 200px;
  padding: 0px;
  outline: 0;
  border: 0px;
  font-size: 14px;
  text-align: left;
  background: #ffffff;
}

#id_popup_info {
  width: 200px;
  padding: 0px;
  outline: 0;
  border: 0px;
  font-size: 14px;
  text-align: left;
  background: #ffffff;
}

#id_popup_info_user_id {
  width: 200px;
  padding: 0px;
  outline: 0;
  border: 0px;
  font-size: 14px;
  text-align: left;
  background: #ffffff;
}

#id_popup_info_address {
  width: 200px;
  padding: 0px;
  outline: 0;
  border: 0px;
  font-size: 14px;
  text-align: left;
  background: #ffffff;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.submit {
  text-align: left;
}

.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #ff7c5c; /*左線*/
  color: #ff7c5c; /*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

.mapdiv {
  height: 400px;
  width: 100%;
}

/* 吹き出し用のスタイル Start */
.ol-popup {
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  width: 0px;
  height: 0px;
  min-width: auto;
}

.ol-popup:after,
.ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
  font-size: 30px;
}

.ol-popup-closer:after {
  content: "✖";
}

#anomaly_info {
  width: 430px;
  height: calc(100% - 2px);
  left: 50px;
  position: absolute;
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-left: none;
  border-right: solid 1px;
  background-color: #ffffff;
  z-index: -1;
}

/* 画像クリック時のポップアップ */
.ol-popup-image {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  height: 600px;
  min-width: 600px;
}

.ol-popup-image-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.ol-popup-image-closer:after {
  content: "✖";
}

/* 走行履歴の詳細のポップアップ */
#popup-travel-histry-content_tmp {
  top: 0%;
  left: 60%;
  width: 30%;
}

/* 異常箇所の詳細のポップアップ */
#popup-anomaly-info-content_tmp {
  top: 0%;
  left: 0%;
}

/* 吹き出し用のスタイル End */

/* テーブルのスタイル Start */

.s-tbl {
  border-collapse: collapse;
}
.s-tbl th,
.s-tbl td {
  border: 1px solid #f5f5f5;
}
.s-tbl tr:nth-child(odd) {
  background: #f5f5f5;
}

/* テーブルのスタイル End */

/* メニューバー、コンテンツ(左メニュー、地図)の重なり Start */

.absolute {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.relative {
  position: relative;
}

#user_info {
  top: -50px;
  left: 210px;
  width: calc(100% - 210px);
  height: 67px;
  padding: 0px;
  margin: 0px;
}

/* メニューバー、コンテンツ(左メニュー、地図)の重なり End */

/* 検索 Start */
#search_condition {
  top: 10px;
  left: 50px;
}

/* 検索 End */

#database_condition {
  top: 20px;
  left: 210px;
}

/* 上段メニュー Start */

.cp_navi {
  background-color: #d0d0d0;
  border-radius: 4px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
  color: #888888;
  display: block;
  overflow: hidden;
}
.cp_navi ul {
  margin: 0;
  padding: 0;
}
.cp_navi ul li {
  display: inline-block;
  list-style-type: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cp_navi > ul > li > a > .caret {
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  vertical-align: middle;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.cp_navi > ul > li > a {
  color: #000000;
  display: block;
  line-height: 56px;
  padding: 0 10px;
  text-decoration: none;
}
.cp_navi > ul > li:hover {
  background-color: rgb(115, 114, 114);
}
.cp_navi > ul > li:hover > a {
  color: rgb(255, 255, 255);
}
.cp_navi > ul > li:hover > a > .caret {
  border-top-color: rgb(255, 255, 255);
}
.cp_navi > ul > li > div {
  background-color: rgb(115, 114, 114);
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
  display: none;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 165px;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  transition: opacity 0.2s;
}
.cp_navi > ul > li:hover > div {
  display: block;
  opacity: 1;
  visibility: visible;
}
.cp_navi > ul > li > div ul > li {
  display: block;
}
.cp_navi > ul > li > div ul > li > a {
  color: #ffffff;
  display: block;
  padding: 12px 24px;
  text-decoration: none;
}
.cp_navi > ul > li > div ul > li:hover > a {
  background-color: rgba(255, 255, 255, 0.1);
}

#id_userid,
#id_companyname,
#id_departmentname,
#id_baseaddress {
  width: 210px;
  padding: 0px;
  outline: 0;
  border: 0px;
  font-size: 14px;
  text-align: left;
  background-color: #d0d0d0;
}
/* 上段メニュー End */

/* ボタン Start */
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #000000;
  background: #d0d0d0;
  transition: 0.4s;
}

.btn-flat-simple:hover {
  background: rgb(115, 114, 114);
  color: white;
}
/* ボタン End */

/* 行の選択色 */
.selected {
  background: yellow;
}

/* 報告書作成ページ関連 Start */
/* 外枠 */
div#id_report_freame {
  display: block;
  height: 1950px;
  width: 1000px;
  border: solid;
  position: relative;
  margin: 0;
  left: 50px;
  top: 50px;
}

/* タイトル */
div#id_report_tiltle {
  display: block;
  height: 40px;
  width: 200px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(50% - 100px);
  top: 20px;
  text-align: center;
  font-size: 24px;
  border: 0px;
}

/* 報告書番号 */
div#id_report_no {
  display: block;
  height: 20px;
  width: 100px;
  border: solid;
  position: absolute;
  margin: 0;
  left: 10px;
  top: 60px;
  text-align: right;
  border: 0px;
}

/* 報告書番号(情報) */
div#id_report_no_info {
  display: block;
  height: 20px;
  width: 72%;
  border: solid;
  position: absolute;
  margin: 0;
  left: 120px;
  top: 60px;
  border: 0px;
}

/* 作成日 */
div#id_report_date {
  display: block;
  height: 20px;
  width: 100px;
  border: solid;
  position: absolute;
  margin: 0;
  left: 10px;
  top: 90px;
  text-align: right;
  border: 0px;
}

/* 作成日(情報) */
div#id_report_date_info {
  display: block;
  height: 20px;
  width: 72%;
  border: solid;
  position: absolute;
  margin: 0;
  left: 120px;
  top: 90px;
  border: 0px;
}

/* 作成部署 */
div#id_report_department {
  display: block;
  height: 20px;
  width: 100px;
  border: solid;
  position: absolute;
  margin: 0;
  left: 10px;
  top: 120px;
  text-align: right;
  border: 0px;
}

/* 作成部署(情報) */
div#id_report_department_info {
  display: block;
  height: 20px;
  width: 72%;
  border: solid;
  position: absolute;
  margin: 0;
  left: 120px;
  top: 120px;
  border: 0px;
}

/* 作成者 */
div#id_report_author {
  display: block;
  height: 20px;
  width: 100px;
  border: solid;
  position: absolute;
  margin: 0;
  left: 10px;
  top: 150px;
  text-align: right;
  border: 0px;
}

/* 作成者(情報) */
div#id_report_author_info {
  display: block;
  height: 20px;
  width: 72%;
  border: solid;
  position: absolute;
  margin: 0;
  left: 120px;
  top: 150px;
  border: 0px;
}

/* 路線名 */
div#id_report_road_name {
  display: block;
  height: 20px;
  width: 150px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5%);
  top: 200px;
  text-align: right;
  border: 0px;
}

/* 路線名(情報) */
div#id_report_road_name_info {
  display: block;
  height: 20px;
  width: 72%;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5% + 160px);
  top: 200px;
  border: 0px;
}

/* パトロール区分 */
div#id_report_patrol_division {
  display: block;
  height: 20px;
  width: 150px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5%);
  top: 230px;
  text-align: right;
  border: 0px;
}

/* パトロール区分(情報) */
div#id_report_patrol_division_info {
  display: block;
  height: 20px;
  width: 72%;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5% + 160px);
  top: 230px;
  border: 0px;
}

/* 作業項目 */
div#id_report_work_item {
  display: block;
  height: 20px;
  width: 150px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5%);
  top: 260px;
  text-align: right;
  border: 0px;
}

/* 作業項目(情報) */
div#id_report_work_item_info {
  display: block;
  height: 20px;
  width: 72%;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5% + 160px);
  top: 260px;
  border: 0px;
}

/* 作業期間 */
div#id_report_work_period {
  display: block;
  height: 20px;
  width: 150px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5%);
  top: 290px;
  text-align: right;
  border: 0px;
}

/* 作業期間(情報) */
div#id_report_work_period_info {
  display: block;
  height: 20px;
  width: 72%;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5% + 160px);
  top: 290px;
  border: 0px;
}

/* 作業地点 */
div#id_report_work_address {
  display: block;
  height: 20px;
  width: 150px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5%);
  top: 320px;
  text-align: right;
  border: 0px;
}

/* 作業地点(情報) */
div#id_report_work_address_info {
  display: block;
  height: 20px;
  width: 72%;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5% + 160px);
  top: 320px;
  border: 0px;
}

/* 区間または測点 */
div#id_report_work_section {
  display: block;
  height: 20px;
  width: 150px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5%);
  top: 350px;
  text-align: right;
  border: 0px;
}

/* 区間または測点(情報) */
div#id_report_work_section_info {
  display: block;
  height: 20px;
  width: 72%;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5% + 160px);
  top: 350px;
  border: 0px;
}

/* 業務処理責任者 */
div#id_report_responsible_person {
  display: block;
  height: 20px;
  width: 150px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5%);
  top: 380px;
  text-align: right;
  border: 0px;
}

/* 業務処理責任者(情報) */
div#id_report_responsible_person_info {
  display: block;
  height: 20px;
  width: 72%;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5% + 160px);
  top: 380px;
  border: 0px;
}

/* 工費 */
div#id_report_cost {
  display: block;
  height: 60px;
  width: 150px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5%);
  top: 410px;
  text-align: right;
  border: 0px;
}

/* 工費(情報) */
div#id_report_cost_info {
  display: block;
  height: 60px;
  width: 72%;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5% + 160px);
  top: 410px;
  outline: 0;
  border: 1px;
}

/* 写真外枠 */
div#id_report_image_frame {
  display: block;
  height: 520px;
  width: 100%;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5%);
  top: 490px;
  border: 1px;
}

/* 業務着手前の状況 */
div#id_report_before {
  display: block;
  height: 150px;
  width: 90%;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(0%);
  top: 10px;
  text-align: right;
  border: 0px;
}

/* 業務中の状況 */
div#id_report_in {
  display: block;
  height: 150px;
  width: 90%;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(0%);
  top: 210px;
  text-align: right;
  border: 0px;
}

/* 業務完了後の状況 */
div#id_report_after {
  display: block;
  height: 150px;
  width: 90%;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(0%);
  top: 400px;
  text-align: right;
  border: 0px;
}

/* 状況 */
div#id_report_status {
  display: block;
  height: 20px;
  width: 150px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5%);
  top: 5px;
  border: 0px;
}

/* ファイル選択欄 */
div#id_report_file_input_frame {
  display: block;
  height: 160px;
  width: 100%;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(30%);
  top: 5px;
  border: 1px;
}

/* 写真日時 */
div#id_report_image_date {
  display: block;
  height: 20px;
  width: 150px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(35%);
  top: 5px;
  border: 0px;
}

/* 写真 */
div#id_report_image {
  display: block;
  height: 20px;
  width: 150px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(35%);
  top: 35px;
  border: 0px;
}

/* 備考外枠 */
div#id_report_remarks_frame {
  display: block;
  height: 160px;
  width: 100%;
  border: solid;
  position: absolute;
  margin: 0;
  left: 0px;
  top: 1740px;
  border: 0px;
}

/* 備考 */
div#id_report_remarks {
  display: block;
  height: 160px;
  width: 150px;
  border: solid;
  position: absolute;
  margin: 0;
  left: 5%;
  top: 10px;
  border: 0px;
}

/* 備考(情報) */
div#id_report_remarks_info {
  display: block;
  height: 130px;
  width: 150px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(5%);
  top: 20px;
  border: 0px;
}

/* 備考(情報 定型文) */
div#id_report_remarks_no_data_info {
  display: block;
  height: 20px;
  width: 500px;
  border: solid;
  position: absolute;
  margin: 0;
  left: 0px;
  top: 0px;
  border: 0px;
}

/* 編集 */
div#id_report_edit {
  display: block;
  height: 30px;
  width: 70px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(50px);
  top: 1920px;
  border: 0px;
}

/* 閉じる */
div#id_report_close {
  display: block;
  height: 30px;
  width: 70px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(200px);
  top: 1920px;
  border: 0px;
}

#id_report_no_data {
  width: 120px;
  padding: 0px;
  outline: 0;
  border: 1px;
  font-size: auto;
  text-align: left;
}

#id_report_date_data,
#id_report_department_data,
#id_report_author_data,
#id_report_road_name_data,
#id_report_patrol_division_info_data,
#id_report_work_item_info_data,
#id_report_patrol_division_data,
#id_report_work_item_data,
#id_report_work_period_data,
#id_report_work_address_data,
#id_report_work_section_data,
#id_report_responsible_person_data,
#id_report_cost_data,
#id_report_remarks_info_data,
#id_report_remarks_no_data_info {
  width: 500px;
  padding: 0px;
  outline: 0;
  border: 1px;
  font-size: 15px;
  text-align: left;
}

#id_report_cost_data_info {
  width: 650px;
  font-size: 15px;
  text-align: left;
}

#id_report_road_name_data_edit,
#id_report_work_section_data_edit {
  width: 650px;
  padding: 0px;
  outline: 0;
  border: 1px;
  font-size: 15px;
  text-align: left;
}

#id_filename_1,
#id_filename_2,
#id_filename_3,
#id_filename_4,
#id_filename_5,
#id_filename_6,
#id_filename_7,
#id_filename_8,
#id_filename_9 {
  width: 200px;
  font-size: 12px;
  text-align: left;
  border: 0px;
}

/* 報告書情報取得中の全画面ポップアップ */
div#popup-report-data-content_tmp {
  top: 0px;
  left: 0px;
  position: absolute;
  border: solid;
  border: 0px;
}

/* 直営作業伝票 */
/* 編集 */
div#id_report_work_slip_edit {
  display: block;
  height: 30px;
  width: 70px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(50px);
  top: 920px;
  border: 0px;
}

/* 閉じる */
div#id_report_slip_close {
  display: block;
  height: 30px;
  width: 70px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(200px);
  top: 920px;
  border: 0px;
}

/* 道路パトロール日報(観覧) */
/* 編集 */
div#id_report_patrol_edit {
  display: block;
  height: 30px;
  width: 70px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(10px);
  top: 680px;
  border: 0px;
}

/* 閉じる */
div#id_report_patrol_close {
  display: block;
  height: 30px;
  width: 70px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(200px);
  top: 680px;
  border: 0px;
}

/* 道路パトロール日報(編集) */
/* 追加 */
div#id_report_patrol_add {
  display: block;
  height: 30px;
  width: 70px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(10px);
  top: 780px;
  border: 0px;
}

/* 編集 */
div#id_report_patrol_edit_edit {
  display: block;
  height: 30px;
  width: 70px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(10px);
  top: 820px;
  border: 0px;
}

/* 閉じる */
div#id_report_patrol_edit_close {
  display: block;
  height: 30px;
  width: 70px;
  border: solid;
  position: absolute;
  margin: 0;
  left: calc(200px);
  top: 820px;
  border: 0px;
}

/* 報告書編集ページ関連 End */

#id_history_result_info_1,
#id_history_result_info_2 {
  width: 165px;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 12px;
  text-align: left;
}

#id_histry_time {
  width: 70px;
}

#id_slider_start,
#id_slider_end {
  width: 180px;
}

#probe_date_start,
#probe_date_end {
  font-size: 12px;
}

#probe_date_start_time,
#probe_date_end_time {
  width: 50px;
}

/* 異常箇所の新規登録関連 Start */
#id_anomaly_new_regist_dir {
  width: 150px;
  top: 50px;
  padding: 1px;
  text-align: left;
}

/* 異常箇所の新規登録関連 End */

/* タブレット写真撮影関連 Start */
/* カメラプレビューのポップアップ */
div#popup-camera-content_tmp {
  top: 0px;
  left: 0px;
  position: absolute;
  border: solid;
  border: 0px;
  z-index: 3000;
}

div#id_camera {
  top: 0px;
  position: relative;
  background-color: white;
}

div#id_group_icon_camera {
  bottom: calc(0px);
  position: absolute;
  left: 0%;
}

/* カメラのプレビュー領域 */
div#id_camera_snap_shot {
  display: block;
  width: calc(100% - 200px);
  height: 100%;
  position: absolute;
  margin: 0;
  left: calc(200px);
  border: solid;
  border: 0px;
}

/* 異常箇所No */
#id_camera_preview_anomaly_no {
  width: 200px;
  font-size: 20px;
  border: 0px;
}

/* 撮影写真のアップロード画像領域 */
div#id_snap_shot_preview {
  display: block;
  top: 6%;
  width: 32%;
  height: 480px;
  overflow-y: scroll;
  background-color: #dcdcdc;
  border: solid;
  position: absolute;
  margin: 0;
  right: calc(2%);
  border: 0px;
}

/* 撮影写真のアップロード */
div#id_camera_image_upload {
  display: block;
  background-color: #ffffff;
  border: solid;
  position: absolute;
  margin: 0;
  bottom: 5%;
  right: calc(19%);
  border: 0px;
  font-size: 30px;
}

/* 撮影写真のアップロード状況 */
div#id_camera_image_upload_state {
  display: block;
  width: 15%;
  background-color: #ffffff;
  border: solid;
  position: absolute;
  margin: 0;
  bottom: 4%;
  right: calc(2%);
  border: 0px;
}

/* 撮影写真のアップロード可能枚数 */
div#id_camera_image_upload_num {
  display: block;
  width: 15%;
  background-color: #ffffff;
  border: solid;
  position: absolute;
  margin: 0;
  bottom: 8%;
  right: calc(2%);
  border: 0px;
}

/* カメラプレビューの閉じるボタン */
div#id_camera_snap_shot_close {
  display: block;
  font-size: 30px;
  border: solid;
  position: absolute;
  margin: 0;
  right: calc(2%);
  border: 1px;
}

/* カメラプレビューの拡大表示ポップアップ */
div#popup-image-content_tmp {
  top: 0px;
  left: 0px;
  position: absolute;
  border: solid;
  border: 0px;
}

/* タブレット写真撮影関連 End */

/* 画像一覧ページのページ番号 */
div#id_page_index {
  border: solid;
  border: 0px;
}

/*メニュー部分*/
#ham-menu {
  background-color: #fff; /*メニュー背景色*/
  box-sizing: border-box;
  padding: 0px 50px 0px 0px; /*メニュー内部上下左右余白*/
  position: relative;
  height: 100%;
  width: 330px; /*メニュー横幅①*/
  left: -280px;
  top: 0;
  transition: transform 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-left: none;
  border-right: solid 1px;
  z-index: 1000;
}

#id_ham_menu_tmp {
  width: 50px;
  height: 100%;
  left: 280px;
  font-size: 50px;
  text-align: center;
  z-index: 2000;
  position: absolute;
}

/* --- INPUT=TEXTの標準デザイン設定 ---------------------*/
.textArea {
  background: #ffffff; /* 入力域の背景色 */
  border: 0px solid #ffffff; /* 入力域の枠線   */
  border-radius: 0px; /* 入力域の角丸   */
  padding: 0px; /* 入力文字の余白 */
  font-size: 14px; /* 入力文字サイズ */
  color: #333333; /* 入力文字の色   */
  font-weight: bold; /* 入力文字の太字 */
  letter-spacing: 0.1em; /* 入力文字の間隔 */
  line-height: 16px; /* 入力文字の間隔 */
}
/* --- 入力フィールドにフォーカスか来たら ----------------*/
.textArea:focus {
  border-color: #ffff99; /* 枠線色     */
  background: rgba(255, 255, 153, 0.2); /* 背景色     */
  outline: 0;
}
/* --- 入力説明の文字(標準) -----------------------------*/
.textArea:placeholder-shown {
  color: #808080; /* 文字色     */
}
/* --- 入力説明の文字(Chrome,Safari,Android,iOS等) ---- -*/
.textArea::-webkit-input-placeholder {
  color: #808080; /* 文字色     */
}
/* --- 入力説明の文字(IE用) -----------------------------*/
.textArea:-ms-input-placeholder {
  color: #808080; /* 文字色     */
}

.class_sort:hover {
  color: #0000ff;
}

.arrow-line {
  display: inline-block;
  height: 2px;
  width: 100px;
  background-color: #ff0000;
  position: relative;
  top: -13px;
  left: -30px;
  transform: rotate(90deg);
  cursor: pointer;
}

.arrow {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 40px solid rgba(255, 0, 0, 0.5);
  border-right: 0px solid rgba(255, 0, 0, 0.5);
  top: 10px;
  left: 0px;
  transform: rotate(90deg);
  cursor: pointer;
}

#map_type_control {
  font-size: 12px;
}


.close_mark {
	position:absolute;
	top:0px;
	right:5px;
	font-size: 26px;
	cursor: pointer;
}
.osirase_hr {
	border-top:2px;
	border-top-style:solid;
	border-top-color:#41719C;
	border-right:2px;
}
.osirase_midasi {
	position:absolute;
	top:5px;
	left:15px;
	font-size: 24px;
	line-heigth: 1.3em;
}

.news_day {
	position:absolute;
	top:15;
	left:10px;
	font-size: 16px;
	line-heigth: 1.8em;
	display:block
}
.news_title {
	position:absolute;
	top:15;
	left:125px;
	font-size:16px;
	line-heigth:1.8px;
	color:blue;
	overflow-wrap: anywhere;
}
.news_detail{
	font-size:16px;
	line-heigth:2em;
}

