@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #FFF;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #EF8000;
	border-left: 6px solid #0FABDC;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #0FABDC;
}

/* main-inner */
#main-inner {
	background: url(../img/main_inner_bg.gif);
	background-size: 320px 180px;
}
#main-inner img {
	vertical-align: bottom;
}
.txt {
	margin: 0 0 4.6875%;
	padding: 3.125%;
	color: #070707;
	border-bottom: 1px solid #E4E4E4;
	font-size: 12px;
	line-height: 1.83;
}
.txt.last-c {
	margin: 0 !important;
	border-bottom: none !important;
}

/* article01 */
.article01 .txt {
	margin: 0;
	padding: 0 3.125%;
	color: #000;
	border-bottom: none;
	background: #FFF;
	font-size: 13px;
	line-height: 1.69;
}

/* article02 */
.article02 .bx-wrapper {
	position: relative;
}
.article02 .bx-viewport {
	position: absolute !important;
	top: 0;
}
.article02 .bx-controls-direction {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.article02 .bx-controls-direction a {
	position: absolute;
	display: block;
	overflow: hidden; 	
	top: 31%;
	width: 29px;
	height: 61px;
	background-image: url(../img/controls.png);
	background-repeat: no-repeat;
	background-size: 58px 61px;
	text-indent: 100%; 
	white-space: nowrap; 
}
.article02 .bx-prev {
	left: 0;
}
.article02 .bx-next {
	right: 0;
	background-position: -29px 0;
}

/* article03 */
.article03 .a03-btn01 {
	padding: 0 3.125% 3.125%; 
	background: #000;
}

/* 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;
	font-size: 16px;
	font-weight: bold;
}
#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;
	background-repeat: no-repeat;
	background-position: 226px center;
	background-color: #0091FF;
	background-image: url(../img/official_arrow.png);
	background-size: 16px 16px;
	font-size: 15px;
}
#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;
}