@charset "utf-8";

/* soft-title */
#soft-title {
	background: #000;
	border-left: 3px solid  #0096C8;
	border-bottom: 1px solid #000;
}
#soft-title h1 {
	min-width: 298px;
	padding: 6px 8px;
	color: #FFF;
	border-left: 3px solid  #CE181E;
	line-height: 1.3;
	font-size: 12px;
}
#soft-title h1 .hard {
	display: table-cell;
	padding-right: 8px;
	color: #0096C8;
	vertical-align: middle;
}
#soft-title h1 .hard span {
	color:#CE181E;
}
#soft-title h1 .hard .slash {
	color:#9FA0A0;
}
#soft-title .soft-title-name {
	display: table-cell;
}

/* contents-inner */
#contents-inner {
	padding: 0 0 5%;
	background: url(../img/contents_inner_bg.gif) ;
	background-size: 316px;
}
#contents-inner img {
	vertical-align: bottom;
}

/* article01 */
.article01 li {
	position: relative;
}
.article01 li > :nth-child(2) {
	position: absolute;
	top: 0;
	left: 10.625%;
	width: 78.125%;
}

/* answer-wrap */
.answer-wrap .article {
	width: 90.625%;
	margin: 0 0 17.1875% 4.6875%;
}

/* article04 */
.answer-wrap .article04 {
	position: relative;
	width: 100%;
	margin: 0;
}
.answer-wrap .article04 > p {
	position: absolute;
	top: 0;
	width: 100%;
}
.answer-wrap .article04 dl {
	width: 90.625%;
	margin: 0 0 0 4.6875%;
}

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