﻿@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  #ce181e;
	font-size: 12px;
}
#soft-title .soft-title-name {
	color: #000;
}
#soft-title h1 .hard {
	padding-right: 8px;
	color: #ce181e;
	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 {
}
#contents-inner #main-area .mv01{
}
#contents-inner #main-area .txt{
	width:100%;
	height:100%;
	padding:15px 10px;
	background: url(../img/main_txt_bg.png) left top repeat-x;
	background-size:cover;
	box-sizing:border-box;
}

/* article01 */
#contents-inner .article01 {
	width:100%;
	height:100%;
	padding-bottom:10px;
	background: url(../img/ariticle01_bg.png) left top repeat-y;
	background-size:cover;
	box-sizing:border-box;
}

#contents-inner .article01 h2 {
	margin:0 0 15px 0;
}
#contents-inner .article01 p img{
	display:block;
	margin:10px auto 0 auto;
	width:70%;
}
#contents-inner .article01 .txt {
	padding:0 10px;
}

/* article02 */
#contents-inner .article02 .txt {
	padding:10px;
	background: url(../img/ariticle02_txt_bg.png) left top repeat-y;
	background-size:cover;
	box-sizing:border-box;
}

/* article03 */
#contents-inner .article03 .txt {
	padding:10px;
	background: url(../img/ariticle03_txt_bg.png) left top repeat-y;
	background-size:cover;
	box-sizing:border-box;
}

/* article04 */
#contents-inner .article04 .txt {
	padding:10px;
	background: url(../img/ariticle04_txt_bg.png) left top repeat-y;
	background-size:cover;
	box-sizing:border-box;
}

/* article05 */


/* 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: 10px;
	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 {
	background: url(../img/official_arrow.png) 226px center no-repeat #e50012;
	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;
}
