@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #FFF;
}
#soft-title h1 {
	display: table;
	min-width: 320px;
	color: #000;
	font-size: 12px;
	line-height: 1.16;
}
#soft-title h1 .hard {
	display: table-cell;
	width: 34px;
	padding: 8px 10px;
	border-left: 6px solid #008cd6;
	color: #008cd6;
	vertical-align: middle;
}
#soft-title .soft-title-name {
	display: table-cell;
	padding: 8px 10px;
	vertical-align: middle;
}

/* contents-inner */
/*#contents-inner {
	background: url(../img/contents_inner_bg.jpg) repeat-y;
	background-size:100% auto;
}*/
#contents-inner img {
	vertical-align: bottom;
}

#contents .about {
	background-image: url(../img/about_bg01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#contents .about-copy {
	padding: 0 10% 0 20%;
	color: #008cd6;
	font-size: 13px;
	line-height: 1.6;
}

#contents .play01 {
	background-color: #FFF;
	background-image: url(../img/play01_bg01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#contents .play01-copy {
	padding: 3.90625% 3% 2% 3%;
	color: #8d8b8b;
	font-size: 13px;
	line-height: 1.7;
}

#contents .play02 {
	background-image: url(../img/play02_bg01.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
}

#contents .play02-copy {
	padding: 0 3% 2% 3%;
	color: #00a0e9;
	font-size: 13px;
	line-height: 1.7;
}

#contents .play03 {
	background-image: url(../img/play03_bg01.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
}

#contents .play03-copy {
	padding: 2% 3% 2% 3%;
	color: #ed6d00;
	font-size: 13px;
	line-height: 1.7;
}

#contents .with {
	background-color: #FFF;
	background-image: url(../img/with_bg01.png);
	background-position: 0 142px;
	background-repeat: repeat-y;
	background-size: 100% auto;
}

#contents .with-copy {
	font-size: 13px;
	line-height: 1.7;
	text-align: center;
}

#contents .with-copy01 {
	padding: 2.34375%;
	color: #006ebc;
}

#contents .with-copy02 {
	padding: 3%;
	color: #924898;
}

#contents .with-copy03 {
	padding: 2.34375% 3% 0 3%;
	color: #01b19f;
}

#contents .moreinfo {
	padding: 3%;
	color: #FFF;
	font-size:13px;
	line-height: 1.2;
	text-align: center;
	background-image: url(../img/moreinfo_bg01.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
}

#contents .moreinfo a {
	color: #FFF;
}





/* 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: 4px;
	color: #666666;
	font-size: 12px;
	line-height: 1.5;
}
#spec .data span {
	color: #008cd6;
}
#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: #ffffff;
	text-decoration: none;
	background: url(../img/official_arrow.png) 226px center no-repeat #008cd6;
	background-size: 15px 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;
}