@charset "shift_jis";

#contents-inner div,
#contents-inner p,
#contents-inner h2,
#contents-inner h3,
#contents-inner #main-title,
#contents-inner #section01,
#contents-inner #section02,
#contents-inner #section03,
#contents-inner #section04,
#contents-inner #section05,
#contents-inner ol,li {
	margin: 0;
	padding: 0; 
}
#contents-inner ol {
	list-style: none;
}
#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	background: #FFF;
}
#soft-title h1 {
	display: table;
	min-width: 298px;
	margin: 0;
	padding: 8px;
	font-size: 12px;
	border-left: 6px solid #0096c8;
}
#soft-title h1 .hard,
#soft-title h1 .soft-title-name {
	display: table-cell;
	vertical-align: middle;
}

#soft-title h1 .hard {
	margin-right: 8px;
	color: #0091ff;
}
#soft-title h1 .soft-title-name {
	color: #000;
}

/* main-title */
#contents-inner #main-title {
	background: url(../img/main_title_bg.png) left top no-repeat;
	background-size: 100%;
}

/* section01 */
#contents-inner #section01 {
	background: url(../img/section01_bg.png) left top no-repeat;
	background-size: 100%;
}

/* section02 */
#contents-inner #section02 {
	background: url(../img/section02_bg.png) left top no-repeat;
	background-size: 100%;
}

/* section03 */
#contents-inner #section03 {
	background: url(../img/section03_bg.png) left top no-repeat;
	background-size: 100%;
}
#contents-inner #section03 .movie-area {
}
#contents-inner #section03 .movie-area .inner {
	width: 100%;
	background: url(../img/section03_movie_bg.png) left top repeat-y;
	background-size: 100%;
}
#contents-inner #section03 .movie-area .movie-thumb {
	/*width: 90%;
	margin: 0 5%;*/
	width: 290px;
	margin: 0 auto;
}

/* section04 */
#contents-inner #section04 {
	background: url(../img/section04_bg.png) left top no-repeat;
	background-size: 100%;
}

/* section05 */
#contents-inner #section05 {
	background: url(../img/section05_bg.png) left top no-repeat;
	background-size: 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: 8px;
	padding: 18px 0;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	background: url(../img/official_arrow.png) 226px center no-repeat #ff6485;
	background-size: 15px 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;
}