#update {
  background-color: #FFFFFF;
  width: 85%;
  margin: 0 auto 70px;
}

div.date-list {
  padding: 4%;
  border-top: 1px solid #C9C9C9;
}

div.date-list:nth-last-of-type(1) {
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}

div.date-list-l {
  float: left;
  width: 15%;
}

div.date-list-m {
  float: left;
  width: 65%;
}

div.date-list-r {
  float: right;
  width: 18%;
}

span.dl-title {
  display: block;
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 12px;
}

a.target-detail {
  background: url(/static/images/support/download/link_sankaku.png) no-repeat 0 2px;
  display: block;
  padding-left: 14px;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 14px;
}

span.dl-henko, span.dl-version {
  display: block;
  margin-bottom: 14px;
}

div.date-list-r span.icon-out {
  display: table;
  width: 100%;
  height: 9.3em;
  text-align: center;
}

div.date-list-r span.icon-in {
  display: table-cell;
  vertical-align: bottom;
}

div.date-list-r span a {
  display: inline-block;
  border: 2px solid #004CA0;
  border-radius: 0.3em;
  padding: 10px 0 8px 27px;
  width: 100px;
  color: #004CA0;
  font-weight: bold;
  font-size: 1rem;
  background: url(/static/images/download/renew/arrow_bl.png) no-repeat 92% 50%;
  text-align: left;
}

div.date-list-r span a:hover {
  text-decoration: none;
  opacity: 0.6;
}

/* update */
h3#update_title {
  font-size: 1.6em;
  color: #004DA0;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 40px;
}

h3#update_title img {
  vertical-align: -22px;
  width: 12%;
  height: auto;
}
