@charset "UTF-8";
.download-list {
  margin-top: -24px;
  margin-top: -1.5rem;
}
.download-item {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media (min-width: 40rem) {
  .download-item {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.download-link[href*=".doc"] .download-icon::before {
  background-position: center top;
}
.download-link[href*=".xls"] .download-icon::before {
  background-position: center -57px;
}
.download-link[href*=".ppt"] .download-icon::before {
  background-position: center -114px;
}
.download-link[href$=".pdf"] .download-icon::before {
  background-position: center -171px;
}
.download-link[href$=".zip"] .download-icon::before, .download-link[href$=".rar"] .download-icon::before, .download-link[href$=".7z"] .download-icon::before {
  background-position: center -228px;
}
.download-link[href$=".jpg"] .download-icon::before {
  background-position: center -285px;
}
.download-icon {
  height: 6rem;
  position: relative;
  -webkit-flex: 0 0 6rem;
  flex: 0 0 6rem;
  max-width: 6rem;
}
.download-icon::before {
  background: url("../images/sprite_file_format.svg") no-repeat;
  background-position: 0 -342px;
  background-size: 100% auto;
  content: " ";
  display: block;
  height: 48px;
  width: 48px;
}
.download-icon::after {
  border-color: #a6a6a6;
  border-color: var(--colorDivider);
  border-style: solid;
  border-width: 2px;
  border-width: var(--borderWidth);
  bottom: 0;
  box-sizing: border-box;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.download-desc {
  -webkit-flex: 0 0 calc(100% - 6rem);
  flex: 0 0 calc(100% - 6rem);
  max-width: calc(100% - 6rem);
  margin-left: 15px;
  margin-left: var(--layoutSpacing);
}
.download-upLoadDate {
  color: #e59900;
  color: var(--colorAlert);
}
.download-title {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  min-width: 0;
  width: 100%;
}

/*# sourceMappingURL=download.css.map */
