@charset "utf-8";

#contents-inner h2,h3,h4,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
#contents-inner {
	background-size: 100%;
	border: none;
}
#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	background: #111060;
}
#soft-title h1 {
	min-width: 298px;
	margin: 0;
	padding: 8px;
	color: #FFFFFF;
	border-left: 6px solid #ce181e;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #ce181e;
}

/* main-title */
#main-title {
	background: url(../img/main_ttl.jpg) left top no-repeat;
	background-size: 100%;
}

/* section02 */
#section02 {
	background: url(../img/section02_bg.png) left top no-repeat;
	background-size: 100%;
	padding: 0 0 12% 0;
}
#section02 .btn {
	width: 92%;
	margin: 0 auto;
}

/* 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: #ff6485;
	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;
}

.top-adjust {
    position: relative;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}