@charset "shift_jis";

/* ========================================
	#contents
======================================== */
#soft-title {
	background: #000000;
}
#soft-title h1 {
	width: 314px;
	margin: 0 auto;
	border-left: #0096c8 6px solid;
	padding: 8px;
	color: #ffffff;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #0096c8;
}

#visual {
	background: url(../img/visual_bg.png) center top no-repeat #2c2b2b;
	background-size: 420px 300px;
	text-align: center;
/*	
	background: url(../img/visual2.jpg) center top no-repeat, url(../img/visual_bg.png) center top repeat-x;
	background-size: 419px 180px, 40px 180px;
*/
}

#visual p {
	position: relative;
	width: 320px;
	height: 300px;
	margin: 0 auto;
}

#visual img {
	position: absolute;
	bottom:32px;
	left: 5px;
}


.box {
	background: #f97801;
	padding: 15px;
	text-align: center;
	color: #FFF;
}

.box h2 {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 1.6;	
}

.box p {
	line-height: 1.6;	
}

.box .img {
	margin-bottom: 7px;	
}

#movie-area {
	text-align: center;
	padding-top: 15px;
	background: #0331ff;
}

#movie-area h2 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.6;	
	color: #FFF;
}


#movie-area .inner {
	position: relative;
	background: #FFF;
	width: 310px;
	height: 174px;
	padding: 5px;
}

#movie-area .inner img {
	vertical-align: bottom;
}

#movie-area .inner iframe {
	position: absolute;
	top: 5px;
	left: 5px;
}

#movie-area .inner .note {
	position: absolute;
	top: 5px;
	left: 5px;
}



.box2 {
	text-align: center;
	padding: 15px 0;
	background: url(../img/box2-img.png) no-repeat center 70px #0331ff;
	background-size: 420px auto;
	color: #FFF;
}

.box2 h2 {
	margin-bottom: 120px;
	font-size: 20px;
	line-height: 1.6;	
}

.box2 .img {
	margin-bottom: 10px;	
}

.box2 p {
	line-height: 1.6;	
}

.box3 {
	text-align: center;
	padding: 15px 0;
	background: #f97801;
	color: #FFF;
}

.box3 .img {
	background: url(../img/box3-bg.png) no-repeat center 0 #000;
	background-size: 489px auto;
	margin-bottom: 10px;
}

.box3 .img img {
	vertical-align: bottom;	
}

.box3 h2 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.6;	
}

.box3 p {
	line-height: 1.6;	
}



#spec {
	padding: 20px 0 0;
	margin-bottom: 15px;
	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: 7px;
	color: #666666;
	font-size: 12px;
}
#spec .data span {
	color: #000000;
}

#spec .last {
	margin-bottom: 20px;
}

#spec .hardware {
	margin-top: 14px;
	margin-bottom: 20px;
}
#spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 15px;
}
#spec .official a {
	display: block;
	border-radius: 15px;
	padding: 10px 0;
	color: #ffffff;
	text-decoration: none;
	background: url(../img/official_arrow.png) 226px center no-repeat #a89302;
	background-size: 15px 16px;
}
#spec .copy {
	display: block;
	margin-bottom: 10px;
    padding: 0 10px;
	color: #8c8c8c;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

#spec .spec-copyright {
	padding: 0 10px 12px 10px;
	color: #8c8c8c;
	font-size: 10px;
	line-height: 1.4;
}

.note {
	text-align: center;
	color: #8C8C8C;	
	margin-bottom: 20px;	
}


