@charset "shift_jis";

#contents-inner {
	/*padding: 0 0 15px 0;*/
	padding: 0;
	background: url(../img/bg_block_blue.png) left top repeat;
	background-size: 14px 14px;
}
#contents-inner ul,li {
	margin: 0;
	 padding: 0;
}
#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	background: url(../img/bg_softtitle.gif) top left repeat-y;
	background-color: #062f65;
}
#soft-title h1 {
	padding: 8px 15px;
	font-size: 12px;
	color:#FFF;
}
#soft-title h1 .hard {
	padding-right: 8px;
	display: table-cell;
	vertical-align: middle;
}
#soft-title h1 .hard .hard-3ds,
#soft-title h1 .hard .hard-wiiu {
}
#soft-title h1 .hard .hard-3ds {
	padding: 0 8px 0 0;
	color: #CE181E;
}
#soft-title h1 .hard .hard-wiiu {
	color: #0096c8;
}
#soft-title .soft-title-name {
	display: table-cell;
}

/* screen-area */
.screen-area {
	background: url(../img/bg_block_white.png) left top repeat;
	background-size: 14px 14px;
}
.screen-area .img-end {
	text-align: right;
	padding-bottom: 15px;
	padding-right: 1.6em;
}

/* about-chase */
.about-chase {
	margin: 0;
	/*margin: 0 0 15px 0;*/
	padding: 1em 0 0 0;
}
/*
.about-chase p {
	margin: 0;
}*/
.about-chase .about-ttl {
	margin: -2em 0 0 0;
}
.about-chase .txt {
	line-height: 1.6;
	padding: 3% 6%!important;
	color: #000;
	background: url(../img/about_bg.png) left top repeat-y;
	background-size: 100%;
	font-size: 13px;
	text-align: left;
}

/* about-3ds */
.about-3ds {
	padding: 10px 0 15px 0;
	background: url(../img/bg_block_red.png) left top repeat;
	background-size: 14px 14px;
}
.about-3ds .inner {
	width: 94%;
	margin: 0 3%;
	padding: 0;
}

/* slide-area */
.slide-area {
	margin: 15px 0 0 0;
}
.slide-area .prev {
	float: left;
	padding-left: 50px;
}
.slide-area .next {
	float: right;
	padding-right: 50px
}

/* 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;
	font-size: 15px;
}
#spec .official01 a {
	background-color: #006cba;
	background-image: url(../img/official_arrow01.png);
	background-size: 16px 16px;
}
#spec .official02 a {
	background-color: #ba0015;
	background-image: url(../img/official_arrow02.png);
	background-size: 16px 16px;
}
#spec .f-soft02 .f-ballon02 {
	position: relative;
	margin-bottom: 4px;
	text-align: center;
}
#spec .f-soft02 .f-ballon02::after {
	z-index: -2;
	content:'';
	display: block;
	position: absolute;
	top: 22px;
	width: 100%;
	border-bottom: 1px solid #000;
}
#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}