/* header */
.top_oshirase_area {
  margin-bottom: 15px;
}
.dev-sp .top_oshirase_area {
  margin: 0 10px 15px;
  width: calc(100% - 22px);
}
.top_oshirase_area .top_emergencyAlert .oshirase-search-result > h2 {
  width: calc(100% - 20px);
  font-size: 1.1em;
  color: #fff;
  background-color: #FFA500;
  border: none;
  padding: 5px 10px;
  margin: 0;
}
.top_oshirase_area .top_emergencyAlert .oshirase-search-result-list {
  border: 1px solid #FFA500;
  padding: 10px;
}
.top_emergencyAlert .oshirase-search-result-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cms-public .title-list .tab .oshirase-search-result-list ul li {
  padding: 0;
}



.top_emergencyAlert .oshirase-search-result-list ul li span {
  /*  color: #0033CC;
    text-decoration: underline;*/
}
.top_emergencyAlert .oshirase-search-result-list ul li span:hover,
.top_emergencyAlert .oshirase-search-result-list ul li span:focus {
  /*color: #D90000;*/
  text-decoration: underline;
}

.top_emergencyAlert .oshirase-search-result-list .other span {
  display: block;
  text-align: right;
}

/* paging */
.top_emergencyAlert .oshirase-paging {
  display: none;
  text-align: center;
}
.top_emergencyAlert .oshirase-paging.active {
  display: block;
}
.top_emergencyAlert .oshirase-paging div {
  display: inline;
}
.top_emergencyAlert .oshirase-paging a {
  display: inline-block;
  border: none;
  margin: 3px;
  padding: 2px;
}
.top_emergencyAlert .oshirase-paging span.first,
.top_emergencyAlert .oshirase-paging span.prev,
.top_emergencyAlert .oshirase-paging span.page,
.top_emergencyAlert .oshirase-paging span.next,
.top_emergencyAlert .oshirase-paging span.last {
  color: #03f;
}
.top_emergencyAlert .oshirase-paging a span.first:before
.top_emergencyAlert .oshirase-paging a span.last:after,
.top_emergencyAlert .oshirase-paging a span.prev:before,
.top_emergencyAlert .oshirase-paging a span.next:after {
  position: absolute;
  display: inline-block;
}
.top_emergencyAlert .oshirase-paging a span.first:before {
  content: "<";
}
.top_emergencyAlert .oshirase-paging a span.last:after {
  content: ">";
}
.top_emergencyAlert .oshirase-paging a span.prev:before,
.top_emergencyAlert .oshirase-paging a span.next:after {
  content: "";
}
.top_emergencyAlert .oshirase-paging .number a {
  padding: 0;
  text-decoration: none;
}
.top_emergencyAlert .oshirase-paging .number a span {
  border: solid 1px #091f51;
  color: #091f51;
  position: relative;
  padding: 2px 8px;
  transition: .25s;
}
.top_emergencyAlert .oshirase-paging .number a span.active,
.top_emergencyAlert .oshirase-paging .number a:hover span {
  background-color: #091f51;
  color: #FFF;
}
.top_emergencyAlert .oshirase-paging .number a span.active {
  font-weight: bold;
}

/* popup */
.top_emergencyAlert .oshirase-search-result-list .oshirase-popup {
  max-width: 80%;
  width: 800px;
  max-height: 80%;
  overflow-y: scroll;
  background: #ffffff;
  border: solid 2px #091f51;
  border-radius: 1em;
  padding: 0 4%;
  box-sizing: border-box;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.top_oshirase_area .top_emergencyAlert .oshirase-search-result-list .oshirase-popup {
  border: solid 2px #FFA500;
}
.dev-sp .top_emergencyAlert .oshirase-search-result-list .oshirase-popup {
  max-height: 80%;
  overflow: auto;
}
.top_emergencyAlert .oshirase-search-result-list .oshirase-popup img.oshirase-popup-close {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
.dev-pc .top_emergencyAlert .oshirase-search-result-list .oshirase-popup table tr th {
  text-align: right;
  min-width: 80px;
}
.dev-pc .top_emergencyAlert .oshirase-search-result-list .oshirase-popup table tr td {
  text-align: left;
  padding-left: 0.5em;
}
.top_emergencyAlert .oshirase-search-result-list label {
  display: block;
}
.dev-pc .top_emergencyAlert .oshirase-search-result-list label {
  margin-right: 0.2em;
}
.top_emergencyAlert .oshirase-search-result-list label span:hover {
  cursor: pointer;
}
.top_emergencyAlert .oshirase-search-result-list input[type="checkbox"] {
  display: none;
}
.top_emergencyAlert .oshirase-search-result-list input[type="checkbox"]:checked + .oshirase-popup {
  display: block;
  box-shadow: 5px 5px 5px gray;
}
.dev-sp .top_emergencyAlert .oshirase-search-result-list .oshirase-popup dl.oshirase-search-result-detail dt {
  font-weight: bold;
}