@charset "shift_jis";
#contents-inner h2,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

#contents-inner img {
  vertical-align: bottom;
}

#contents-inner {
  background: url(../img/bg_main.jpg) no-repeat center top #003043;
  background-size: cover;
  padding-bottom: 4%;
}


/* soft-title */

#soft-title {
  background: #000 url(../img/bg_softtitle.gif) top left no-repeat;
  background-size: 100%;
}

#soft-title h1 {
  padding: 15px 4%;
  font-size: 12px;
  color: #FFF;
  line-height: 1.4;
}

#soft-title h1 .hard,
#soft-title h1 .soft-title-name {
  display: table-cell;
}

#soft-title h1 .hard {
  padding-right: 8px;
  vertical-align: middle;
}

#soft-title h1 .hard em {
  color: #CE181E;
  font-style: normal;
}

#soft-title h1 .hard strong {
  color: #0096c8;
}


/* main-title */

#main-title .txt01 {
  margin-top: -5%;
}


/* section 01 */

#section01 {
  position: relative;
  margin-top: -10%;
  padding-bottom: 1%;
}
p.dlBtn {
    position: absolute;
    bottom: -1.7%;
    width: 100%;
}
/* spec */

#spec {
  margin-bottom: 15px;
  padding-top: 20px;
  text-align: center;
}

#spec .back-btn {
  margin: 0 0 15px;
  text-align: center;
}

#spec .spec-border01 {
  padding: 15px 0 0;
  border-top: 1px solid #000;
}

#spec .logo {
  margin-bottom: 20px;
}
#spec .logo img {
  max-width: 100%;
}

#spec .title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

#spec .hardware {
  margin-top: 14px;
  margin: 20px 0;
}

#spec .official {
  position: relative;
  width: 250px;
  margin: 0 auto 20px;
}

#spec .official a {
  display: block;
  border-radius: 8px;
  padding: 18px 0;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 226px center;
  background-size: 17px 17px;
  font-size: 15px;
}

#spec .official01 a {
  background-color: #EA3535;
  background-image: url(../img/official_arrow01.png);
}

#spec .official02 a {
  background-color: #E7340C;
  background-image: url(../img/official_arrow02.png);
}

#spec .official03 a {
  background-color: #81C823;
  background-image: url(../img/official_arrow03.png);
}

#spec .copy {
  display: block;
  padding: 0 10px;
  margin-bottom: 20px;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  line-height: 1.4;
}


/* clearfix */

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

