@charset "shift_jis";

/* ========================================
	#contents
======================================== */
#soft-title {
	background: #FEC900;
}
#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;
}
.main-inner {
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
}
#main-inner .wrap {
	width: 320px;
	margin: 0 auto;
}
.mainvisual {
	background: url(../img/mainvisual_bg.png) no-repeat center top;
	background-size: 568px 330px;
	-webkit-background-size: 568px 330px;
	-moz-background-size: 568px 330px;
}
.mainvisual .wrap {
	height: 330px;
	position: relative;
}
.mainvisual .wrap div {
	position: absolute;
}
.mainvisual div.date {
	top: 3px;
	left: 3px;
}
.mainvisual div.ttl {
	top: 244px;
	left: -4px;
	z-index: 100;
}
.mainvisual div.copy {
	top: 17px;
	right: -9px;
}
.mainvisual div.chara {
	top: 14px;
	left: 4px;
}
.section01 {
	color: #63372e;
	background: #FBF0C5;
}
.section01 .chara {
	float: left;
	margin: 14px 0 10px;
	padding-left: 2px;
}
.section01 .text {
	line-height: 1.6;
	float: right;
	width: 200px;
	padding: 6px 10px 6px 0;
	font-size: 13px;
}
.section02 {
	padding: 17px 0 10px;
	color: #63372e;
	text-align: center;
	background: url(../img/section02_bg.png) repeat 0 0;
}
.section02 .ttl {
	margin: 0 0 5px;
}
.section02 .text-area {
	line-height: 1.6;
	width: 289px;
	margin: 6px auto 0;
	text-align: left;
	font-size: 13px;
}
.section03 {
	padding: 15px 0 20px;
	background: url(../img/section03_bg.png) repeat 0 0;
	text-align: center;
}
.section03 .ttl {
	margin: 0 0 3px;
	color: #00b1e5;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.section03 .text01 {
	margin: 8px 0 15px;
	color: #00b1e5;
	font-size: 13px;
}
.section03 .himitsu li {
	line-height: 1.4;
	width: 290px;
	margin: 8px auto 0;
	color: #FFFFFF;
	font-size: 13px;
}
.section03 .himitsu li dl {
	padding: 10px 0 0;
}
.section03 .himitsu li dl dt {
	margin: 0 0 3px;
}
.section03 .himitsu .himitsu01 {
	height: 237px;
	background: url(../img/himitsu01_bg.png) no-repeat 0 0;
}
.section03 .himitsu .himitsu02 {
	height: 155px;
	background: url(../img/himitsu02_bg.png) no-repeat 0 0;
}
.section03 .himitsu .himitsu03 {
	height: 175px;
	background: url(../img/himitsu03_bg.png) no-repeat 0 0;
}
.section03 .himitsu .himitsu04 {
	height: 177px;
	background: url(../img/himitsu04_bg.png) no-repeat 0 0;
}
.section04 {
	padding: 15px 0;
	color: #70b510;
	background: #FCF0C6;
}
.section04 .ttl {
	line-height: 1.5;
	width: 280px;
	margin: 0 auto 5px;
	padding: 0 0 7px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	background: url(../img/section04_line.png) repeat-x left bottom;
}
.section04 .text01 {
	line-height: 1.6;
	width: 290px;
	margin: 0 auto 5px;
}
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	color: #3ac000;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#spec .type {
	margin-bottom: 10px;
}
#spec .data {
	margin-bottom: 7px;
	color: #666666;
	font-size: 12px;
}
#spec .data span {
	color: #3ac000;
}
#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 #3AC000;
}
#spec .copy {
	display: block;
	margin-bottom: 20px;
	padding: 0 10px;
	color: #8c8c8c;
	text-align: center;
	font-size: 10px;
}

/* ----------------------------------------
	clearfix
---------------------------------------- */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}