@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #FFB002;
}
#soft-title h1 {
	min-width: 298px;
	padding: 6px 8px;
	color: #000;
	border-left: 6px solid  #0091FF;
	font-size: 12px;
	line-height: 1.3;
}
#soft-title h1 .hard {
	padding-right: 8px;
	color: #0091FF;
	display: table-cell;
	vertical-align: middle;
}
#soft-title .soft-title-name {
	display: table-cell;
}

/* main-inner */
#main-inner img {
	vertical-align: bottom;
}

/* main-visual */
.main-visual .txt01 {
	padding: 0 3.4375%;
	color: #231815;
	background: #FFF32C;
	font-size: 13px;
	line-height: 1.69;
}

/* 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: 16px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
#spec .hardware {
	margin-top: 14px;
	margin: 20px 0;
}
#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;
}