.past-information__wrapper, .past-information__items {
  background-color: #FFFFFF; }

.past-information__item a::after {
  display: block;
  content: '';
  width: 5px;
  height: 9px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAASCAYAAABit09LAAAAAXNSR0IArs4c6QAAAORJREFUKBWd0TsOgkAUBVDmkxAL92DvCrTS2NhbWQwJodTKyiXY2GkJ9DSY2LgVO9kCFHbguwQJMDIaX8F8OHPnBSyLqigKjtFULIqiQZqmV8ZY7HneuQ/zLMuWlLjI8/zk+/6mF1JKzDnfApgweycgDRBrHOy2UUMAE25BE9Y+C65s9hwEwQEBWiI2UdTGjno+Yi6l3GuJFRoSWmFO9SR40SAlAd0ITOknJLZtj5VSd1meqR5dJISYOY7zwOu6x0/Idd0S1fAbKuEvCBA9zqnpCY0JempeB9Aq+qjrMAxHrc1/Fy/YEoFydMpsWQAAAABJRU5ErkJggg==") no-repeat;
  -webkit-background-size: 5px 9px;
          background-size: 5px 9px; }

.crosshead {
  margin: 0 10px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3; }

.past-information .button--gray, .past-information .button--gray__small {
  display: block;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #9b9b9b;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  outline: 0; }

.past-information .button--gray {
  height: 45px;
  line-height: 45px; }

.past-information .button--gray__small {
  height: 37px;
  line-height: 37px; }

.past-information .button--gray__small .reload__img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-bottom: 2px;
  background: url(/assets/img/reload.png?cc=1759810914) no-repeat;
  -webkit-background-size: 18px auto;
          background-size: 18px auto;
  vertical-align: middle;
  content: ''; }

.past-information__body, .past-information__subtext {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.past-information {
  background-color: #f7f7f7; }
  .past-information .button--gray {
    margin-top: 15px; }
  .past-information .loading {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    padding-top: 15px;
    display: none; }
  .past-information .news__error {
    padding: 10px 0 0 0;
    font-size: 14px; }

.past-information__geolocation {
  position: relative;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff; }
  .past-information__geolocation .button--gray {
    margin-top: 0; }

.past-information__wrapper {
  padding-bottom: 15px; }

.past-information__item {
  min-height: 50px; }
  .past-information__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 7px 10px 0;
    border-bottom: 1px solid #efefef;
    position: relative; }
    .past-information__item a::after {
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -4.5px; }

.past-information__thumbnail {
  width: 50px;
  height: 50px;
  background-position: center top;
  -webkit-background-size: cover;
          background-size: cover; }

.past-information__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  padding: 3px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden; }

.past-information__body {
  padding-right: 0.5em;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold; }
  .past-information__body .caution {
    color: #e4000c; }

.past-information__subtext {
  padding-right: 0.5em;
  line-height: 1.2;
  color: #9b9b9b;
  font-size: 10px; }

.past-information__geolocationtext {
  display: block;
  margin: 0 auto;
  text-align: center; }

.past-information__geolocation-loading {
  display: inline-block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: url("/assets/img/load_gray.gif?cc=1759810914") no-repeat center center;
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
  vertical-align: middle; }

.past-information--d-none {
  display: none; }
