.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.m_container .mapcanvas {
  width: 100%;
  background-color: white;
  position: relative;
}
.m_container .tooltip {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  font-size: 13px;
  line-height: 17px;
  display: none;
  position: absolute;
  background-color: white;
  width: 220px;
  height: 76px;
  left: 100px;
  top: 100px;
  z-index: 501;
  border-radius: 4px;
  box-shadow: 0 0.5px 5px rgba(0, 0, 0, 0.5);
  margin: -38px 0 0 30px;
}
.m_container .tooltip:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 500;
  top: 31px;
  left: -7px;
  background-color: white;
  box-shadow: 0 0.5px 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m_container .tooltip .content {
  z-index: 502;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.m_container .tooltip .image {
  position: absolute;
  background-color: #f7f7f7;
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  z-index: 500;
}
.m_container .tooltip .image img {
  width: 76px;
  height: 76px;
}
.m_container .tooltip .title {
  margin-left: 76px;
  height: 51px;
  background-color: white;
  border-radius: 0 4px 4px 0;
  z-index: 500;
  padding: 5px 5px 0 5px;
  overflow: hidden;
}
.m_container .tooltip .showdesc {
  line-height: 1;
  padding: 3px 5px 0 0;
  font-size: 12px;
  color: #07a;
  text-align: right;
}
@media (max-aspect-ratio: 1200/1000) and (max-width: 900px) {
  .m_container .tooltip {
    margin: 40px 0 0 -105px;
  }
  .m_container .tooltip:before {
    left: 98px;
    top: -7px;
  }
}
.mapview .b_footer {
  display: none;
}
.m_entrybox {
  display: none;
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 12px;
  right: 12px;
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.m_entrybox .close {
  font-family: joetsutj;
  vertical-align: middle;
  width: 100%;
  color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background-color: #a44;
  text-align: center;
}
.m_entrybox .close:hover {
  background-color: #c33;
}
.m_entrybox .content {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: scroll !important;
  padding: 0 8px;
}
.m_entrybox .near_items ul {
  margin: 16px -4px;
  list-style: none;
  padding: 0;
}
.m_entrybox .near_items ul:before,
.m_entrybox .near_items ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.m_entrybox .near_items ul:after {
  clear: both;
}
.m_entrybox .near_items li {
  cursor: pointer;
  margin: 5px 0;
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 4px;
  overflow: hidden;
}
.m_entrybox .near_items li:hover .title {
  color: #b00;
}
@media (max-width: 640px) {
  .m_entrybox .near_items li {
    width: 50%;
  }
}
.m_entrybox .near_items .title {
  display: block;
  font-family: "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  margin-top: 2px;
  line-height: 19px;
  height: 38px;
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
}
.m_entrybox .near_items .pubdate {
  display: block;
  font-size: 13px;
  text-align: right;
  margin-top: 2px;
  line-height: 16px;
  white-space: nowrap;
}
.m_entrybox .near_items .cover {
  background-color: #f0f0f0;
  display: block;
  width: 100%;
  padding-bottom: 35.35%;
  overflow: hidden;
  position: relative;
}
.m_entrybox .near_items .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-aspect-ratio: 1200/1000) and (max-width: 900px) {
  .mapview .b_header {
    display: none;
  }
  .m_entrybox {
    top: 60px;
    bottom: 16px;
    left: 8px;
    right: 8px;
  }
}
