@charset "UTF-8";
/* 01. import
----------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.fillter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
ul.fillter-list li {
  margin: 0 5px;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 7px;
  display: block;
}
ul.fillter-list li a {
  display: block;
  padding: 20px;
  background-color: white;
  color: #333;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  text-decoration: none;
  border-radius: 7px;
}
ul.fillter-list li a:hover {
  color: white;
  background-color: #333;
}
ul.fillter-list li a.active {
  background-color: #2b4f72;
  color: white;
  border: 1px solid #2b4f72;
}
@media screen and (max-width: 767px) {
  ul.fillter-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ul.fillter-list li {
    width: 100%;
  }
  ul.fillter-list li a {
    border-radius: 0;
  }
  ul.fillter-list li:first-child a {
    border-radius: 7px 7px 0 0;
  }
  ul.fillter-list li:last-child a {
    border-radius: 0 0 7px 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  ul.fillter-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.fillter-list li {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  ul.fillter-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.fillter-list li {
    width: 20%;
  }
}

ul.kansoku-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
ul.kansoku-list li {
  text-align: center;
  padding: 5px;
  -webkit-transition: -webkit-transform 100ms ease-out;
  transition: -webkit-transform 100ms ease-out;
  transition: transform 100ms ease-out;
  transition: transform 100ms ease-out, -webkit-transform 100ms ease-out;
}
@media screen and (max-width: 767px) {
  ul.kansoku-list li {
    width: 100%;
    font-size: .95rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  ul.kansoku-list li {
    width: 25%;
    font-size: .85rem;
  }
}
@media screen and (min-width: 1025px) {
  ul.kansoku-list li {
    width: calc( 100% / 6 );
    font-size: 1rem;
    letter-spacing: .1rem;
  }
}
ul.kansoku-list li a {
  text-decoration: none;
  color: #333;
}
ul.kansoku-list li a h3 {
  padding: 20px 10px;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 0 black;
  font-weight: normal;
}
ul.kansoku-list li a img {
  width: 100%;
  height: auto;
}
ul.kansoku-list li.cat01 h3 {
  background-color: #D04335;
}
ul.kansoku-list li.cat02 h3 {
  background-color: #4EA5DA;
}
ul.kansoku-list li.cat03 h3 {
  background-color: #70B230;
}
ul.kansoku-list li:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

div.toukouki {
  margin-top: 10px;
  font-size: .9rem;
}
div.toukouki a {
  display: inline-block;
  padding: 15px 20px;
  background-color: #EEE;
  border: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  div.toukouki a {
    width: 100%;
  }
}
div.toukouki a:hover {
  background-color: #333;
  border: 1px solid black;
  color: white;
}

.main-pic {
  max-width: 640px;
  margin: 0 auto;
}
.main-pic img {
  width: 100%;
  height: auto;
}
.main-pic .picdate-text {
  text-align: center;
  margin: 20px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .main-pic .picdate-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-pic .picdate-text {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .main-pic .picdate-text {
    font-size: 1.2rem;
  }
}
.main-pic .picdate-note {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-pic .picdate-note {
    font-size: .75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-pic .picdate-note {
    font-size: .9rem;
  }
}
@media screen and (min-width: 1025px) {
  .main-pic .picdate-note {
    font-size: .9rem;
  }
}

ul.pic-24h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
}
ul.pic-24h li {
  position: relative;
  -webkit-transition: -webkit-transform 100ms ease-out;
  transition: -webkit-transform 100ms ease-out;
  transition: transform 100ms ease-out;
  transition: transform 100ms ease-out, -webkit-transform 100ms ease-out;
}
ul.pic-24h li:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  ul.pic-24h li {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  ul.pic-24h li {
    width: calc(100% / 4);
    padding: 5px;
  }
}
@media screen and (min-width: 1025px) {
  ul.pic-24h li {
    width: calc(100% / 6);
    padding: 5px;
  }
}
ul.pic-24h li img {
  max-width: 100%;
  height: auto;
}
ul.pic-24h li p {
  background-color: yellow;
  color: black;
  display: inline-block;
  padding: 5px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 5px;
}
@media screen and (max-width: 767px) {
  ul.pic-24h li p {
    font-size: .7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  ul.pic-24h li p {
    font-size: .8rem;
  }
}
ul.pic-24h li a {
  text-decoration: none;
}

.search-layout-fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .search-layout-fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .search-layout-fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .search-layout-fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pic-search {
  border: 1px solid #CCC;
  background-color: #EEE;
}
.pic-search h3 {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
.pic-search .form-container {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pic-search .form-container > div {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pic-search .form-container > div {
    display: inline;
  }
}
@media screen and (min-width: 1025px) {
  .pic-search .form-container > div {
    display: inline;
  }
}
.pic-search .pic-search-btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pic-search {
    margin: 20px;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pic-search {
    margin: 0 20px 20px;
    padding: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .pic-search {
    width: 640px;
    margin: 0 auto 20px;
    padding: 20px;
  }
}

#yyyy, #mm, #dd {
  font-size: 1rem;
  padding: 5px;
}

#yyyy {
  width: 100px;
}

#mm {
  width: 100px;
}

#dd {
  width: 100px;
}

.link-btn {
  font-size: .8rem;
  display: inline-block;
  background-color: #EEE;
  border: 2px solid #AAA;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}

button.btn-type01 {
  font-size: .8rem;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
  background-image: linear-gradient(#EEE, #CCC);
  border: 1px solid #AAA;
  padding: 5px 15px;
  text-decoration: none;
  color: black;
}
button.btn-type01:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#EEE));
  background-image: linear-gradient(#CCC, #EEE);
}

p.logout {
  margin: 50px 0 30px;
  text-align: center;
}
p.logout a {
  font-size: .8rem;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
  background-image: linear-gradient(#EEE, #CCC);
  border: 1px solid #AAA;
  padding: 10px 15px;
  text-decoration: none;
  color: black;
}
p.logout a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#EEE));
  background-image: linear-gradient(#CCC, #EEE);
}
p.logout a::before {
  font-family: FontAwesome;
  content: '\f058';
  margin-right: 10px;
}

/* 02. admin-common
----------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

html:lang(ja) {
  font-family: Lato, 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.admin {
  background-color: #EEE;
}
.admin header {
  width: 100%;
}
.admin header h1 {
  color: white;
  text-align: center;
  text-shadow: 1px 1px 0 black;
  background-color: #9d4949;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .admin header h1 {
    font-size: .9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .admin header h1 {
    font-size: 1.5rem;
    letter-spacing: .1rem;
  }
}
@media screen and (min-width: 1025px) {
  .admin header h1 {
    font-size: 1.7rem;
    letter-spacing: .3rem;
  }
}
.admin header h2 {
  background-color: #333;
  text-align: center;
  color: white;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .admin header h2 {
    font-size: .9rem;
    font-weight: normal;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .admin header h2 {
    font-size: 1.1rem;
    letter-spacing: .1rem;
  }
}
@media screen and (min-width: 1025px) {
  .admin header h2 {
    font-size: 1.3rem;
    letter-spacing: .3rem;
  }
}

.admin-login-container {
  width: 100%;
  padding-top: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-form {
  background-color: white;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 5px #CCC;
          box-shadow: 0 0 5px #CCC;
  max-width: 400px;
  padding: 30px;
  text-align: center;
}
.login-form label {
  display: block;
  max-width: 100%;
  margin-bottom: 15px;
}
.login-form label span {
  display: inline-block;
  width: 6em;
  text-align: left;
}
.login-form label input[type="text"], .login-form label input[type="password"] {
  padding: 5px;
}

.btn-container {
  text-align: center;
  margin: 20px 0;
}

.container {
  max-width: 100%;
  margin: 20px;
  padding: 20px;
  background-color: white;
}

.bc {
  margin: 20px;
  font-size: .8rem;
  color: #333;
}
.bc a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #333;
  padding: 5px 0;
}
.bc a:first-child::before {
  font-family: FontAwesome;
  content: "\f015";
  margin-right: 5px;
  text-decoration: none;
  font-size: 1rem;
}

/* トップメニュー
----------------------------------------------------------*/
.top-menu {
  max-width: 480px;
  margin: 0 auto;
}
.top-menu ul {
  border-top: 1px solid #CCC;
}
.top-menu ul li {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  font-size: 1.1rem;
}
.top-menu ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#EEE));
  background-image: linear-gradient(white, #EEE);
  padding: 20px;
}
.top-menu ul li a:hover {
  color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
  background-image: linear-gradient(#666, #333);
}
.top-menu ul li a::before {
  font-family: FontAwesome;
  display: block;
  margin-bottom: 15px;
  font-size: 3rem;
}
.top-menu ul li.page-camera a::before {
  content: "\f03d";
}
.top-menu ul li.page-setting a::before {
  content: "\f085";
}

div.table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table.setting-table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
}
table.setting-table tr th, table.setting-table tr td {
  padding: 10px;
  border: 1px solid #CCC;
  vertical-align: middle;
}
table.setting-table tr th {
  background-color: #EEE;
  font-size: .85rem;
}
table.setting-table tr td {
  background-color: white;
}
table.setting-table tr td:nth-child(1) {
  width: 80px;
  font-size: .7rem;
  text-align: center;
}
table.setting-table tr td:nth-child(2) {
  width: 70px;
  font-size: .8rem;
  text-align: center;
}
table.setting-table tr td:nth-child(3) {
  min-width: 200px;
  font-size: .8rem;
}
table.setting-table tr td:nth-child(4), table.setting-table tr td:nth-child(5) {
  width: 15%;
  font-size: .7rem;
  word-break: break-all;
}
table.setting-table tr td:nth-child(6) {
  width: 15%;
  font-size: .7rem;
  word-break: break-all;
}
table.setting-table tr td:nth-child(7) {
  width: 180px;
  text-align: center;
}
table.setting-table tr td a {
  text-decoration: none;
  color: black;
}

table.setting-table td span {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 1px;
  color: white;
  text-shadow: 1px 1px 0 black;
}
table.setting-table td span.admin-cat01 {
  background-color: #D04335;
}
table.setting-table td span.admin-cat02 {
  background-color: #4EA5DA;
}
table.setting-table td span.admin-cat03 {
  background-color: #70B230;
}

tr.hide td {
  color: #666;
  background-color: #CCC !important;
  border: 1px solid #AAA !important;
}
tr.hide td a {
  color: #666 !important;
}

table.setting-detail-table {
  width: 100%;
  border-collapse: collapse;
}
table.setting-detail-table tr th, table.setting-detail-table tr td {
  padding: 10px;
  border: 1px solid #CCC;
  vertical-align: middle;
}
table.setting-detail-table tr th {
  background-color: #EEE;
  font-size: .85rem;
  min-width: 150px;
}
table.setting-detail-table tr td {
  font-size: .8rem;
  background-color: white;
}
table.setting-detail-table tr td #data-id {
  width: 80px;
}
table.setting-detail-table tr td #data-kansokusho {
  width: 500px;
}
table.setting-detail-table tr td #data-category, table.setting-detail-table tr td #data-area {
  width: 200px;
}
table.setting-detail-table tr td #data-lat, table.setting-detail-table tr td #data-long {
  width: 250px;
}
table.setting-detail-table tr td #data-ip {
  width: 250px;
}
table.setting-detail-table tr td #data-cameralink {
  width: 500px;
}
table.setting-detail-table tr td #data-exlink {
  width: 500px;
}
table.setting-detail-table tr td #data-toukouki {
  width: 500px;
}
table.setting-detail-table tr td #data-expansion {
  width: 800px;
}
table.setting-detail-table input, table.setting-detail-table select, table.setting-detail-table option {
  padding: 5px;
}

#map {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #map {
    height: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #map {
    height: 300px;
  }
}
@media screen and (min-width: 1025px) {
  #map {
    height: 600px;
  }
}

.del-check {
  max-width: 700px;
  margin: 0 auto;
}
.del-check dl {
  margin-bottom: 30px;
}
.del-check dl dt, .del-check dl dd {
  padding: 20px 10px;
  text-align: center;
}
.del-check dl dt {
  font-size: .8rem;
  background-color: #EEE;
}
.del-check dl dd {
  font-size: 1.2rem;
  background-color: white;
}
.del-check dl + p {
  text-align: center;
  background-color: #ffff84;
  margin-bottom: 30px;
  padding: 10px;
}
