@charset "utf-8";
/*------------ download ------------*/
.download-list .item .box {
  border-bottom: 1px #ececec solid;
}
.download-list .item .name {
  color: #ccc;
}
.download-list .item .box:hover .name {
  color: #3555ae;
}
.download-list .item .text .download span,
.download-list.type1 .item .text .download span {
  display: inline-block;
  background: url(../../../images/layout03/common/download/download_ic.png);
  width: 35px;
  height: 35px;
  font-size: 0;
  position: absolute;
  right: 42px;
  bottom: -18px;
}
.download-list.type1 .item .text .download span {
  bottom: 5px;
}
.download-list .box:hover .text .download span {
  background-position: bottom;
}
.download-list.type2 .item .name {
  color: #000;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
  .download-list .item .box {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .download-list {
    margin: 0;
  }
  .download-list .item {
    padding: 0 0 25px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .download-list .pic {
    max-width: 110px;
  }
  .download-list .item .text {
    max-width: calc(100% - 125px);
    padding: 10px 15px;
  }
}
