@charset "utf-8";
/* CSS Document */
#support a:link {
  text-decoration: underline;
}
@media screen and (min-width:768px){/**PC**/
  .download_dl {
    clear: both;
  }
  .download_dl dt {
    float: left;
    width: 300px;
    margin-bottom: 30px;
  }
  .download_dl dd {
    float: right;
    width: 500px;
  }
  .download_dl dd img{
    text-align: center;
  }
}

a:hover img {
  opacity: .60;
}

/*---------------------------------------- */
.support__catalogDownload{
  max-width: 800px;
}
/*---------------------------------------- */
.hr-style-one {
  height: 1px;
  border: none;
  background-color: #ccc;
}
