@charset "shift_jis";

#contents-inner {
	padding: 0;
}
#contents-inner h2,p,ul,li {
	margin: 0;
	padding: 0;
}
#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #000;
	border-left: 6px solid  #ce181e;
	font-size: 12px;
	line-height:1.2;
}
#soft-title .soft-title-name {
	display:block;
	width:200px;
	float:left;
	color: #000;
}
#soft-title h1 .hard {
	display:block;
	width:30px;
	float:left;
	padding-top: 8px;
	padding-right: 8px;
	color: #ce181e;
	vertical-align: middle;
}

/* article01 */
.article01 {
	background-color:#ff545a;
}
.article01 .txt {
	padding: 0% 0 13%!important;
	text-align:center;
	color: #010101;
	font-size: 13px;
	background: url(../img/article01_txt_bg.png) left top no-repeat;
	background-size: contain;
	box-sizing:border-box;
}

/* article02 */
.article02 .last {
	padding: 3% 5% 25%!important;
	background: url(../img/article02_txt_bg.png) left top no-repeat;
	background-size: contain;
	box-sizing:border-box;
}
.article02 .txt {
	line-height:1.6;
	color: #010101;
	font-size: 13px;
	margin-bottom:10px;
}



/* spec */
.spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}

.spec .logo {
	margin-bottom: 20px;
}
.spec .title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
/*
.spec .type {
	margin-bottom: 10px;
}
.spec .data {
	margin-bottom: 8px;
	color: #666666;
	font-size: 12px;
}
.spec .data span {
	color: #5D3D05;
}*/
.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;
	font-size: 15px;
}
.spec .official a {
	background: url(../img/official_arrow.png) 226px center no-repeat #e50012;
	background-size: 16px 16px;
}

.spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #8C8C8C;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}