@charset "utf-8";

/* soft-title */
#soft-title {
	background: #A5141E;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #FFF;
	font-size: 12px;
}

/* contents-inner */
#contents-inner {
	background: #FCFCF2;
}
#contents-inner img {
	vertical-align: bottom;
}

/* main-visual */
.main-visual .txt01 {
	background: #A5141E;
}

/* article1984 */
.article1984 {
	background: #B4B9BC;
}

/* article1986 */
.article1986 {
	background: #B4B9BC;
}
.article1986 .in-btn01 {
	position: relative;
}
.article1986 .in-btn01 .btn {
	position: absolute;
	top: 0;
	left: 18.75%;
	width: 72.8125%;
}

/* article-info */
.article-info {
	position: relative;
}
.article-info .btn {
	position: absolute;
	top: 13.9752%;
	left: 3.4375%;
	width: 91.5625%;
}

/* next-page */
.next-page {
	padding-top: 4.6875%;
	background: #A5141E;
}
.next-page .btn {
	width: 90.9375%;
	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;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
#spec .hardware {
	margin-top: 14px;
	margin: 20px 0;
}
#spec .hardware.in-2hard {
	letter-spacing: -.40em; 
}
#spec .hardware.in-2hard p {
	display: inline-block;
	letter-spacing: normal;
}
#spec .hardware.in-2hard > :first-child {
	border-right: 1px solid #FFF;
}
#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: #E83421;
	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;
}