@charset "shift_jis";

#contents-inner h2,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
#contents-inner {
	background: url('../img/bg.png') repeat-y center top;
    background-size: contain;
	margin-bottom: 5%;
}
#contents-inner img {
	vertical-align: bottom;
}
.wrap {
    position: relative;
}

/* main title */
#main-title {
	background: url('../img/top_bg.png') no-repeat center top;
    background-size: 100% 100%;
	position: relative;
    z-index: 0;
	padding-bottom: 3%;
}

/* clearfix */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
.sec01dl {
    position: relative;
}
.sec01dl .btn {
    position: absolute;
    bottom: 7.5%;
    width: 92.34375%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
}
.sec02mov {
    background: url('../img/sec02_img01_sp.png') no-repeat center top;
    background-size: cover;
    padding: 4.102% 0%;
    margin-bottom: 3%;
}
.movContain {
    width: 71.25%;
    margin: 0 auto;
}
.movWrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 1px solid #fff;
}

.movWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* soft-title */

#soft-title {
  background: #000 url(../img/bg_softtitle.gif) top left no-repeat;
  background-size: 100%;
}

#soft-title h1 {
    min-width: 298px;
    padding: 8px;
    color: #FFF;
    border-left: 6px solid #0096C8;
    font-size: 12px;
}
#soft-title h1 .hard {
    margin-right: 8px;
    color: #0096C8;
}

/* 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;
}
