@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/contents_inner_bg.png) left top repeat-y;
	background-size: 100%;
}

/* soft-title */
#soft-title {
	background: #000;
}
#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;
}
/* main title */
#main-title {
	background: url('../img/bg_hdr_sp.jpg') left top no-repeat;
	background-size: 100%;
	position: relative;
}
#main-title h2 {
	position: relative;
	z-index: 2;
}
#main-title p {
	position: relative;
	margin-top: -26%;
	z-index: 3;
	padding-bottom: 11.5%;
}

#sec06 {
	background: url('../img/bg_ftr_sp.jpg') left top no-repeat;
	background-size: 100%;
	position: relative;
	padding: 14% 3% 0;
}
#sec06 ul li {
  display: block;
  width: 50%;
  float: left;
  padding: 0 1% 0 2%;
  box-sizing: border-box;
  margin-bottom: 3%;
}
#sec06 img {
	width: 100%;
}
#sec06 .sec06-btn {
	width: 88.4375%;
	margin: 0 auto;
	padding: 5% 0 2%;
}
/* 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 .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-color: #FF5C19;
	background-image: url(../img/official_arrow.png);
	background-size: 17px 17px;
	font-size: 15px;
}
#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;
}
