/* -- earthquake -- */
@charset "utf-8";

/* -------------------------------------------- */
/* 地震情報                                     */
/* -------------------------------------------- */
/*** 共通 ***/
/* ページャー部分 */
.pager-wrap {
  margin-bottom: 40px;
  width: 100%;
}

.previous-box {
  float: left;
  width: 45%;
}
.next-box {
  float: right;
  width: 45%;
}
.previous-box a {
  padding: 10px 10px 10px 40px;
  display: block;
  background-image: url(https://static.tenki.jp/images/icon/common/ahead.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 19px 30px;
}
.next-box a {
  padding: 10px 40px 10px 10px;
  display: block;
  background-image: url(https://static.tenki.jp/images/icon/common/next.png);
  background-repeat: no-repeat;
  background-position:  100% 50%;
  background-size: 19px 30px;
}
.previous-box a:hover {
  background-image: url(https://static.tenki.jp/images/icon/common/previous-orange.png);
  opacity: 1;
}
.next-box a:hover {
  background-image: url(https://static.tenki.jp/images/icon/common/next-orange.png);
  opacity: 1;
}
.previous-box a:hover,
.next-box a:hover {
  opacity: 1;
  color: #F89E1C;
}
.previous-box p.previous-article,
.next-box p.next-article {
  font-size: 0.750em; 
  font-weight: bold;
}
.previous-box p.previous-article-title,
.next-box p.next-article-title {
  font-size: 0.875em;
  line-height: 1.4;
}
.next-box p.next-article {
  text-align: right;
}

/* 再読込ボタン */
.earthquake-reload {
  text-align: right;
  font-size: 0.875em;
}
.earthquake-reload a {
  display: inline-block;
  margin: 0 0 5px 5px;
  padding: 8px 10px;
  background-color: #F4F4EE;
  border-radius: 3px;
  border: 1px solid #CCC;
  font-weight: bold;
  line-height: 1em;
}

/* 注意・説明文 */
.earthquake-explanatory-text {
  margin-bottom: 10px;
  font-size: 0.875em;
}

.box-information-left {
  background-color: #FFF;
  border: 1px solid #CCC;
}
.box-information-left p {
  margin-botto: 10px;
}
.box-information-left p:last-child {
  margin-botto: 0;
}

/* 地震画像 */
#earthquake-map {
  margin-bottom: 10px;
  text-align: center;
}

#earthquake-map a:hover,
#earthquake-map a:hover img,
.earthquake-map-large a:hover,
.earthquake-map-large a:hover img {
  opacity: 1;
}

.earthquake-map-large {
  margin-bottom: 40px;
}

.earthquake-comment-wrap {
  margin-bottom: 40px;
  border: 1px solid #CCC;
  padding: 10px;
}
.earthquake-comment-wrap p {
  margin-bottom: 10px;
}
.earthquake-comment-wrap p:last-child {
  margin-bottom: 0;
}

#earthquake-description-table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
  font-size: 0.875em;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#earthquake-description-table th,
#earthquake-description-table td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px;
}
#earthquake-description-table th {
  background-color: #F4F4EE;
}

h3.earthquake-sindo-index {
  border-bottom: 0;
  margin-bottom: 0;
  font-size: 1.125em;
}
h3.earthquake-sindo-index img {
  padding-right: 10px;
}

#earthquake-sindo-table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
  font-size: 0.875em;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#earthquake-sindo-table th,
#earthquake-sindo-table td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px;
}
#earthquake-sindo-table th {
  background-color: #F4F4EE;
  width: 80px;
}
#earthquake-sindo-table td span {
  padding-right: 10px;
  display: inline-block;
}

.earthquake-entries-sindo-selector {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 0;
  margin: 5px 0 10px;
  font-weight: bold;
}
.earthquake-entries-sindo-selector li {
  display: table-cell;
  text-align: center;
}
.earthquake-entries-sindo-selector li a,
.earthquake-entries-sindo-selector li span {
  display: block;
  padding: 5px;
  background-color: #F4F4EE;
  border-radius: 3px;
  border: 1px solid #EEE;
  font-size: 0.875em;
}
.earthquake-entries-sindo-selector li a.selected,
.earthquake-entries-sindo-selector li span.selected {
  display : block;
  padding-left: 13px;
  color: #444;
  background: #F4F4EE url(data:image/gif;base64,R0lGODlhBAAHAIAAAP////93ACH5BAEAAAAALAAAAAAEAAcAAAIIDB4GaeyrFCgAOw==) scroll no-repeat 5px 45%;
  background-color: #D7ECF7;
}
.earthquake-entries-sindo-selector li.level_7 span.selected {
  padding: 5px 10px 5px 13px;
}
.earthquake-entries-sindo-selector li.level_7 a {
  padding: 5px 10px;
}

/* 過去の地震情報 */
.earthquake-entries-table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
  font-size: 0.812em; /* 13px */
  box-sizing: border-box;
  margin-bottom: 10px;
}
.earthquake-entries-table th,
.earthquake-entries-table td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 3px;
  line-height: 1.5;
}
.earthquake-entries-table th {
  background-color: #F4F4EE;
  padding: 10px 5px;
}
.earthquake-entries-table td {
  text-align: center;
}
.earthquake-entries-table td.image {
  width: 60px;
}
.earthquake-entries-table td.datetime {
  width: 180px;
}
.earthquake-entries-table td.magnitude {
  width: 110px;
}
.earthquake-entries-table td.max-level {
  width: 75px;
}
.earthquake-entries-table td a {
  display: block;
}

.no-earthquake-entries {
  border: 1px solid #CCC;
  padding: 10px;
  font-size: 0.875em;
  text-align: center;
}

/* 震央分布図 */
.prev-next-link {
  margin-bottom: 5px;
}

.prev-next-link .prev-link {
  float: left;
}

.prev-next-link .next-link {
  float: right;
}

.prev-next-link .prev-link a {
  padding-left: 13px;
  background-repeat: no-repeat;
  background-image: url(data:image/gif;base64,R0lGODlhCAAHAIABAP93AP///yH5BAEAAAEALAAAAAAIAAcAAAINjGEZgMoPI5KNqdRMAQA7);
  background-position: left 50%;
  font-weight: bold;
  color: #0B5DAA;
}

.prev-next-link .next-link a {
  padding-right: 13px;
  background-repeat: no-repeat;
  background-image: url(data:image/gif;base64,R0lGODlhCAAHAIABAP93AP///yH5BAEAAAEALAAAAAAIAAcAAAIMjAOnkMifoJzKVXQKADs=);
  background-position: right 50%;
  font-weight: bold;
  color: #0B5DAA;
}

.earthquake-seismicity-map-wrap {
  margin-bottom: 10px;
}
.earthquake-seismicity-map-wrap li {
  margin-right: 20px;
  text-align: center;
  float: left;
  width: 22.6%;
}
.earthquake-seismicity-map-wrap li:last-child {
  margin-right: 0;
}
.earthquake-seismicity-map-wrap li a,
.earthquake-seismicity-map-wrap li span.selected {
  display: block;
  border: 1px solid #EEE;
  border-radius: 4px;
}
.earthquake-seismicity-map-wrap li a img,
.earthquake-seismicity-map-wrap li span.selected img {
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
}
.earthquake-seismicity-map-wrap li a p,
.earthquake-seismicity-map-wrap li span.selected p {
  padding: 5px 0;
}

.earthquake-seismicity-image-wrap {
  text-align: center;
  margin: 0 auto 40px;
  padding: 30px 0;
  background-color: #F4F4EE;
}

.earthquake-seismicity-map-description-span {
  font-size: 0.875em;
  text-align: right;
}

.earthquake-seismicity-map-entries-description-table {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  text-align: center;
  margin-bottom: 30px;
}

.earthquake-seismicity-map-entries-description-table th {
  padding: 5px 10px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background-color: #F4F4EE;
  font-weight: bold;
}

.earthquake-seismicity-map-entries-description-table td {
  padding: 5px 10px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

p.earthquake-seismicity-archive-description {
  margin-bottom: 15px;
}

h4.earthquake-seismicity-archive-year a {
  background-color: #F4F4EE;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
}

ul.earthquake-seismicity-archive-list-entries {
  margin-bottom: 20px;
}
ul.earthquake-seismicity-archive-list-entries.last {
  margin-bottom: 40px;
}
ul.earthquake-seismicity-archive-list-entries li {
  float: left;
  border-right: 1px solid #CCC;
}
ul.earthquake-seismicity-archive-list-entries li:first-child {
  border-left: 0;
}
ul.earthquake-seismicity-archive-list-entries li:last-child {
  border-right: 0;
}
ul.earthquake-seismicity-archive-list-entries li a,
ul.earthquake-seismicity-archive-list-entries li span {
  padding: 0 14px;
  display: block;
}
ul.earthquake-seismicity-archive-list-entries li:last-child a,
ul.earthquake-seismicity-archive-list-entries li:last-child span {
  padding-right: 0;
}

.earthquake-seismicity-map-year-entries-table {
  width: 100%;
}

.earthquake-seismicity-map-year-entries-table th {
  width: 280px;
  padding-right: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}

.earthquake-seismicity-map-year-entries-table td {
  padding-bottom: 20px;
  vertical-align: top;
}

.earthquake-seismicity-map-year-entries-table td h3 {
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px 0;
  border: none;
}

.earthquake-seismicity-map-year-entries-table td h3 a {
  font-size: 0.875em;
  background-color: #F4F4EE;
  padding: 2px 10px;
  display: block;
}

.earthquake-seismicity-map-year-entries-table h3 p.earthquake-seismicity-map-year-entries-table-update {
  font-size: 0.75em;
  font-weight: normal;
  float: right;
}

.earthquake-seismicity-map-year-entries-table-detail {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  margin-bottom: 5px;
}

.earthquake-seismicity-map-year-entries-table-detail th,
.earthquake-seismicity-map-year-entries-table-detail td {
  width: 50%;
  padding: 5px 10px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background-color: none;
  vertical-align: middle;
  text-align: center;
}

.earthquake-seismicity-map-year-entries-table-detail th {
  text-align: center;
  background-color: #F4F4EE;
  font-weight: bold;
}

.earthquake-seismicity-map-year-entries-table-detail td a {
  display: block;
}

.earthquake-seismicity-calendar {
  margin-bottom: 20px;
  text-align: center;
}
.earthquake-seismicity-calendar td {
  padding: 5px 10px 2px;
}
.earthquake-seismicity-calendar th.background-red,
.earthquake-seismicity-calendar td.background-red {
  background-color: #FEF1E2;
  padding: 5px 9px 2px;
}
.earthquake-seismicity-calendar th.background-blue,
.earthquake-seismicity-calendar td.background-blue {
  background-color: #EAF3FE;
  padding: 5px 9px 2px;
}
.earthquake-seismicity-calendar td a {
  display: block;
}
.earthquake-seismicity-calendar td a span.calendar-red {
  color: #FF0000;
}
.earthquake-seismicity-calendar td a span.calendar-blue {
  color: #0B5DAA;
}
.earthquake-seismicity-calendar td a.no-tp-month span {
  color: #CCC !important;
}

.earthquake-recent-entries-seismicity-table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
}

.earthquake-recent-entries-seismicity-table th,
.earthquake-recent-entries-seismicity-table td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px;
}

.earthquake-recent-entries-seismicity-table th {
  background-color: #F4F4EE;
}

.earthquake-recent-entries-seismicity-table td.image {
    width: 60px;
}

.earthquake-recent-entries-seismicity-table td.datetime {
  width: 180px;
}

.earthquake-recent-entries-seismicity-table td.magnitude {
  width: 110px;
}

.earthquake-recent-entries-seismicity-table td.max-level {
  width: 75px;
}

.earthquake-recent-entries-seismicity-table td a {
  display: block;
}

/* 海外の大きな地震 */
#earthquake-recent-foreign-entries-table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
  font-size: 0.875em;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#earthquake-recent-foreign-entries-table th,
#earthquake-recent-foreign-entries-table td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px;
}
#earthquake-recent-foreign-entries-table th {
  background-color: #F4F4EE;
}
#earthquake-recent-foreign-entries-table td:nth-child(4) {
  text-align: center;
}

/* 震度３以上の地域別観測回数 */
.earthquake-period {
  font-size: 0.875em;
  text-align: right;
}

.earthquake-intensity-table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
  font-size: 0.812em; /* 13px */
  box-sizing: border-box;
  margin-bottom: 10px;
  text-align: center;
}
.earthquake-intensity-table th,
.earthquake-intensity-table td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px;
}
.earthquake-intensity-table th {
  background-color: #F4F4EE;
}
.earthquake-intensity-table td {
}

.earthquake-area-by-intensity-detail-city-entries {
  margin-bottom: 40px;
}

.earthquake-intensity-city-entries {
  margin-bottom: 20px;
}
.earthquake-intensity-city-entries li {
  float: left;
}

.earthquake-seismicity-map-description-table,
.earthquake-recent-entries-table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
  font-size: 0.812em; /* 13px */
  box-sizing: border-box;
  margin-bottom: 10px;
  text-align: center;
}
.earthquake-seismicity-map-description-table th,
.earthquake-seismicity-map-description-table td,
.earthquake-recent-entries-table th,
.earthquake-recent-entries-table td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px;
}
.earthquake-seismicity-map-description-table th,
.earthquake-recent-entries-table th {
  background-color: #F4F4EE;
}

.earthquake-seismicity-map-description-table th {
  width: 50%;
}

.earthquake-recent-entries-table td.image {
    width: 60px;
}
.earthquake-recent-entries-table td.datetime {
  width: 180px;
}
.earthquake-recent-entries-table td.magnitude {
  width: 110px;
}
.earthquake-recent-entries-table td.max-level {
  width: 75px;
}
.earthquake-recent-entries-table td a {
  display: block;
}

/* 震源地ごとの地震発生回数 */
.earthquake-center-entries-table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
  font-size: 0.875em;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.earthquake-center-entries-table th,
.earthquake-center-entries-table td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px;
  text-align: center;
}
.earthquake-center-entries-table th {
  background-color: #F4F4EE;
}

/* 右カラム */
.earthquake-period-sub-column,
.earthquake-datetime-sub-column,
.earthquake-sub-column-attention {
  font-size: 0.750em;
  text-align: right;
}

.earthquake-sub-column-center-table,
.earthquake-sub-column-intensity-table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
  font-size: 0.875em;
  box-sizing: border-box;
  text-align: center;
}
.earthquake-sub-column-center-table th,
.earthquake-sub-column-center-table td,
.earthquake-sub-column-intensity-table th,
.earthquake-sub-column-intensity-table td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px;
}
.earthquake-sub-column-center-table th,
.earthquake-sub-column-intensity-table th {
  background-color: #F4F4EE;
}
.earthquake-sub-column-center-table th.count,
.earthquake-sub-column-intensity-table th.count {
  width: 100px;
}
.earthquake-sub-column-center-table th.magnitude,
.earthquake-sub-column-intensity-table th.max-level {
  width: 70px;
}

.earthquake-entries-box {
  padding: 0 10px 10px;
}
.earthquake-entries-box li {
  border-bottom: 1px solid #CCC;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAeCAMAAAASJ24jAAAAP1BMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXjUFXsAAAAFHRSTlMA6pks8NvTyr2whWlBJBUPpntaT7B8X0MAAAB2SURBVBjTZdFXDoAgEARQlWYFy97/rJohcSCzny8L2waXbBraSGZ2tmBfdDkRchF2Q2yUu8pD2arslBXgHWWCjAdlgYRMmSGx/FAiZGZKDpCFcoyQleI8SgnoE/1Uy2pjbF2G0/F1QbpCXXLoz6CH0lO65Ltjv5mmDYwCiWm/AAAAAElFTkSuQmCC");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 7px 13px;
  display: table;
  width: 100%;
  padding: 5px 0;
}
.earthquake-entries-box a {
  display: block;
}
.earthquake-entries-box .img-box {
  display: table-cell;
  padding-right: 10px;
  width: 75px;
  vertical-align: middle;
}
.earthquake-entries-box .img-box img {
  width: 100%;
  height: auto;
}
.earthquake-entries-box .body {
  display: table-cell;
  font-size: 0.875em;
  line-height: 1.4;
  padding-right: 10px;
}
.earthquake-entries-box .body .max-level {
  padding-left: 10px;
}

.earthquake-entries-box .now {
  background-color: #F4F4EE;
}
.earthquake-entries-box .now .selected {
  text-align: center;
  font-size: 0.875em;
  font-weight: bold;
}
