@charset "shift_jis";

#soft-title {
	margin: 0;
	padding: 0;
	height:29px;
	background-color: #fff;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #000;
	border-left: 6px solid  #0091ff;
	font-size: 12px;
}
#soft-title .soft-title-name {
	color: #000;
}
#soft-title h1 .hard {
	padding-right: 8px;
	color: #0091ff;
	vertical-align: middle;
}

#contents-inner div,
#contents-inner p,
#contents-inner h2,
#contents-inner h3,
#contents-inner h4 {
	margin: 0;
	padding: 0; 
}
#contents-inner img {
	vertical-align: text-bottom;
}
#contents-inner .txt {
	line-height: 1.6;
	padding: 0 15px;
	color: #231815;
	font-size: 13px;
}

/* main-area */
#contents-inner #main-area {
	width:100%;
	height:100%;
	text-align:center;
	background: url(../img/main_img_bg.jpg) left no-repeat #000;
	background-size:cover;
}

#contents-inner #main-area .mv01{
	height:26px;
	text-align:center;
	background-color:#fff100;
	padding:7px 0 0 0;
	box-sizing:border-box;
}
#contents-inner #main-area .txt{
	text-align:left;
	padding:15px 10px;
	margin-bottom:9%;
}

#contents-inner .article01 h2 {
	margin-top:-9%;
}
#contents-inner .article01 .txt {
	width:100%;
	height:100%;
	text-align:left;
	padding:15px 10px;
	margin-bottom:10%;
	background: url(../img/ariticle01_bg.jpg) left no-repeat;
	background-size:cover;
	box-sizing:border-box;
}

#contents-inner .article01 .txt a:link,
#contents-inner .article01 .txt a:visited,
#contents-inner .article01 .txt a:hover,
#contents-inner .article01 .txt a:active{
	color:#E60012 !important;
}

#contents-inner .article01 dl dt {
	margin-top:-15%;
}

#contents-inner .article02 dl.yoshiwould .txt {
	padding:15px 10px;
	background-color:#fbae00;
}

#contents-inner .article02 dl.splatoon .txt {
	padding:15px 10px;
	background-color:#fa3296;
}

#contents-inner .article02 dl.splatoon span {
	font-size:11px;
	display:block;
}

/* spec */
.spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
	border-bottom:solid 1px #c1c1c1;
}
#ft-splatoon  {
	border-bottom:none !important;
}

.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;
	text-decoration: none;
	font-size: 15px;
}
.spec .official a.mario {
	background: url(../img/official_arrow_mario.png) 226px center no-repeat #facd00;
	background-size: 16px 16px;
}
.spec .official a.yoshi {
	background: url(../img/official_arrow_yoshi.png) 226px center no-repeat #3a9d38;
	background-size: 16px 16px;
}
.spec .official a.splatoon {
	background: url(../img/official_arrow_splatoon.png) 226px center no-repeat #fa3296;
	background-size: 16px 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;
}
