@charset "shift_jis";

#contents {
	background: url(../img/contents_bg.png) left top no-repeat;
	background-size: 100%;
}

#contents-inner h2,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	background: #a3d0ff;
}
#soft-title h1 {
	display: table;
	min-width: 298px;
	margin: 0;
	padding: 12px 8px;
	color: #0d5cab;
	/*border-left: 6px solid #0096C8;*/
	font-size: 12px;
}
#soft-title h1 .hard,
#soft-title h1 .soft-title-name {
	display: table-cell;
	vertical-align: middle;
}
#soft-title h1 .hard {
	/*margin-right: 8px;*/
	color: #000;
	font-size: 25px;
	font-weight: bold;
}
#soft-title h1 .soft-title-name {
	line-height: 1.2;
	font-weight: bold;
}

/* section02 */
#section02 {
	background: url(../img/section02_bg.png) left top repeat-y;
	background-size: 100%;
}
#section02 .btn {
	width: 61.25%;
	margin: 0 auto;
}

/* spec
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	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: 15px;
	padding: 10px 0;
	color: #FFF;
	text-decoration: none;
	background: url(../img/official_arrow.png) 226px center no-repeat #473002;
	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;
}