@charset "utf-8";

#contents-inner h2,h3,h4,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	background: #FF6401;
}
#soft-title h1 {
	min-width: 298px;
	margin: 0;
	padding: 8px;
	color: #FFFFFF;
	border-left: 6px solid #ce181e;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #ce181e;
}

/* main-title */
#main-title {
	background: url(../img/main_title_bg.png) left bottom no-repeat;
	background-size: 100%;
}
#main-title .about-area {
	padding: 0 0 1em 0;
}
#main-title .about-area .btn {
	width: 92%;
	margin: 0 auto;
}

/* section */
#section {
	padding: 20px 0 0 0;
	background: url(../img/contents_bg.png) left top repeat-y;
	background-size: 100%;
}
/* slider */
.article {
	margin: 0 0 74px 0;
}
._jsSlider {
	position: relative;
	width: 320px;
	margin: 0 auto;
}
._jsSlider__inner {
	height: auto;
}
._jsSlider__main {
	width: 318px;
	overflow: hidden;
	position: relative;
	border: 1px solid #999999;
}
._jsSlider__items {
	width: 318px;
	position: absolute;
	top: 0;
	left: 0;
}
._jsSlider__main:after {
	content: '';
	display: block;
	clear: both;
}
._jsSlider__item {
	float: left;
}
._jsSlider__item img {
	max-width: none;
	width: 100%;
	height: auto;
}

._jsSlider__navi {
	width: 320px;
	margin: 10px auto 0 auto;
}
._jsSlider__next,
._jsSlider__prev {
	position: absolute;
	bottom: -44px;
	width: 24px;
	height: 34px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
._jsSlider__next {
	right: 0;
	background: url(../img/slider_btn_next.png) left top no-repeat;
	background-size: 24px 34px;
}
._jsSlider__prev {
	left: 0;
	background: url(../img/slider_btn_prev.png) left top no-repeat;
	background-size: 24px 34px;
}
._jsSlider__next.is-hidden,
._jsSlider__prev.is-hidden {
	display: none;
}

/* member */
.member {
	width: 92%;
	margin: 0 auto 20px auto;
}

/* pager */
.pager {
	width: 92%;
	margin: 0 auto;
	padding: 0 0 34px 0;
}
.pager:after {
	content: " ";
	display: block;
	clear: both;
}
.pager .prev,
.pager .next {
	width: 47%;
}
.pager .prev {
	float: left;
}
.pager .next {
	float: right;
}

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

.top-adjust {
    position: relative;
	top: -2.8em;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}