@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 .wiiu {
	margin-right: 8px;
	color: #0096c8;
}
#visual {
	background: url(../img/visual_bg.png) center center repeat-x;
	background-size: 17px 180px;
	text-align: center;
}
#visual img {
	width: 100%;
	max-width: 360px;
	height: auto;
	vertical-align: bottom;
}
h2 {
	padding: 8px 0 10px;
	text-align: center;
}
h2 img {
	vertical-align: bottom;
}
#dash {
	/*margin-bottom: 8px;*/
	color: #ffffff;
	background: url(../img/dash_bg.png) center top repeat;
	background-size: 22px 31px;
}

#dash .btn-nekomariotime {
	padding-bottom: 20px;
	text-align: center;
}

.list {
	padding-top: 10px;
}
.list li {
	padding: 10px 0 20px;
}
.list li .title {
	margin-bottom: 15px;
	font-size: 17px;
}
.list li .title span {
	font-size: 12px;
}
.list li .description {
	line-height: 1.6;
	margin-bottom: 10px;
	font-size: 13px;
}
.list li .img {
	width: 260px;
	margin: 0 auto;
}
.list li .img img {
	vertical-align: middle;
}
#spec {
	margin-top: 20px;
	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: 8px;
	color: #666666;
	font-size: 12px;
}
#spec .data span {
	color: #22a0ff;
}
#spec .hardware {
	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(../../../common/img/official_arrow.png) 226px center no-repeat #0091ff;
	background-size: 15px 16px;
}
#spec .copy {
	display: block;
	margin-bottom: 20px;
	padding: 0 10px;
	color: #8c8c8c;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}
#modal-area {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
#modal-area #pop-close {
	padding-top: 20px;
}