@charset "shift_jis";

#contents-inner h2,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
#contents-inner img {
	vertical-align: bottom;
}
#contents-inner {
	background: url(../img/contents_inner_bg.png) left top repeat-y;
	background-size: 100%;
}

/* soft-title */
#soft-title {
	background: #FFF;
}
#soft-title h1 {
	display: table;
	min-width: 298px;
	margin: 0;
	padding: 8px;
	color: #000;
	/*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;
}

/* section 01 */
#section01 {
	position: relative;
	top: -0.5em;
}

/* section02 */
#section02 {
	position: relative;
	top: -1em;
}
#section02 h2 {
	width: 100%;
	min-height: 100px;
	padding: 2% 0 3% 0;
	background: url(../img/section02_ttl_bg.png) left top no-repeat;
	background-size: 100%;
}
#section02 h2 .word01 {
	display: block;
	text-align: center;
}
#section02 h2 .letter {
	display: block;
	width: 226px;
	margin: 0 auto;
	/*padding: 0 0 5% 0;*/
}
#section02 h2 .move {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
}
span.move span {
	display: inline-block;
	vertical-align: middle;
}
#section02 .word02 {
	float: right;
}

span.move span:nth-of-type(1) {
	-webkit-animation: animation 2s ease 0s infinite;
	animation: animation 2s ease 0s infinite;
}
span.move span:nth-of-type(2) {
	-webkit-animation: animation 2s ease 0.1s infinite;
	animation: animation 2s ease 0.1s infinite;
}
span.move span:nth-of-type(3) {
	-webkit-animation: animation 2s ease 0.2s infinite;
	animation: animation 2s ease 0.2s infinite;
}
span.move span:nth-of-type(4) {
	-webkit-animation: animation 2s ease 0.3s infinite;
	animation: animation 2s ease 0.3s infinite;
}
span.move span:nth-of-type(5) {
	-webkit-animation: animation 2s ease 0.4s infinite;
	animation: animation 2s ease 0.4s infinite;
}
span.move span:nth-of-type(6) {
	-webkit-animation: animation 2s ease 0.5s infinite;
	animation: animation 2s ease 0.5s infinite;
}
span.move span:nth-of-type(7) {
	-webkit-animation: animation 2s ease 0.6s infinite;
	animation: animation 2s ease 0.6s infinite;
}
@-webkit-keyframes animation {
	0% {
		margin-top: 0;
	}
	5% {
		margin-top: -1em;
	}
	10% {
		margin-top: 0;
	}
	13% {
		margin-top: -0.5em;
	}
	16% {
		margin-top: 0;
	}
	18% {
		margin-top: -0.2em;
	}
	20% {
		margin-top: 0;
	}
}
@keyframes animation {
	0% {
		margin-top: 0;
	}
	5% {
		margin-top: -1em;
	}
	10% {
		margin-top: 0;
	}
	13% {
		margin-top: -0.5em;
	}
	16% {
		margin-top: 0;
	}
	18% {
		margin-top: -0.2em;
	}
	20% {
		margin-top: 0;
	}
}

/* section03 */
#section03 {
	position: relative;
	top: -1.5em;
}
#section03 h2 {
	width: 100%;
	min-height: 100px;
	padding: 2% 0 3% 0;
	background: url(../img/section03_ttl_bg.png) left top no-repeat;
	background-size: 100%;
	text-align: center;
}
#section03 h2 .letter {
	display: block;
	/*width: 171px;
	margin: 0 auto;*/
	width: 171px;
	margin: 0 auto;
}
#section03 h2 .word02 {
	text-align: center;
}
 #section03 h2 .move {
	display: inline-block;
	white-space: nowrap;
}

#section03 .slider-box {
	background: url(../img/section03_soft_img_bg.png) left top no-repeat;
	background-size: 100%;
}
#section03 .slider-box ul,li,
#section03 .slider-box ul,li {
	margin: 0;
	padding: 0;
}
#section03 .slider-box ul,
#section03 .slider-box ul {
	list-style: none;
}
#section03 .slider,
#section03 .bxslider {
	width: 100%;
}

/* 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;
}