@charset "shift_jis";

/* ========================================
	#contents
======================================== */

#soft-title {
	background: #000000;
}
#soft-title h1 {
	width: 314px;
	margin: 0 auto;
	border-left: #ce181e 6px solid;
	padding: 8px;
	color: #ffffff;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #ce181e;
}

#soft-title .soft-title-name {
	display: table-cell;

}


#contents-inner {
	background: #000000;
	text-align: center;
}

.mainvisual {
	text-align: center;	
}

#visual img {
	width:100%;
}


.bnr-roop ul {
	padding: 7px 0 5px;
	background-color: #000000;	
}


.bnr-roop ul li {
	float: left;
	margin-right: 3px;
}



#action {
	width:320px;
	padding-bottom: 14px;
	margin: 0 auto;
	text-align: left;
}

#action .cont {
	height: 216px;
	background: url(../img/action_bg.png) bottom center no-repeat;
	background-size: 320px auto;	
}

#action .cont p {
	margin: 0 15px;
	line-height: 1.6;
	color: #ff0000;
}

#action .img {
	margin-bottom: 7px;
	
}


#action .text {
	line-height: 1.6;
	color: #FFFFFF;
	text-align: center;
}

#custom {
	background: url(../img/action_bg2.png);
}

#custom h2 img {
	width: 100%;	
}

#custom p {
	padding: 10px 0 12px 0;
	line-height: 1.6;
	color: #000000;
}




#field {
	background: url(../img/field_bg.png);
	padding-bottom: 5px;
}
#field h2 img {
	width: 100%;	
}

#field p {
	margin: 8px 15px;
	text-align: left;
	line-height: 1.6;
}

#field dl {
	margin-bottom: 7px;	
}
#field dl dt {
	margin-bottom: 5px;	
}

#net {
	background: url(../img/net_bg.png);
}

#net h2 img {
	width: 100%;	
}

#net p {
	margin: 8px 15px;
	text-align: left;
	line-height: 1.6;
}















#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 16px;
	font-weight: bold;
}
#spec .data {
	margin-bottom: 7px;
	color: #666666;
	font-size: 12px;
}
#spec .data span {
	line-height: 1.3;
	color: #000000;
}
#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(../img/official_arrow.png) 226px center no-repeat #000000;
	background-size: 15px 16px;
}
#spec .copy {
	line-height: 1.4;
	display: block;
	margin-bottom: 20px;
	padding: 0 10px;
	color: #8c8c8c;
	text-align: center;
	font-size: 10px;
}

/* ----------------------------------------
	clearfix
---------------------------------------- */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}