@charset "shift_jis";

/* ========================================
	#contents
======================================== */

#soft-title {
	background: #faba00;
}
#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;
}

#contents img {
	vertical-align: bottom;
}

#contents-inner {
	background: url(../img/bg.jpg) center 0 repeat;
	background-size: 186px auto;
	text-align: center;
}

.mainvisual {
	background: url(../img/visual_bg.jpg) center 0 no-repeat;
	background-size: 360px auto;
}

.mainvisual-inner {
	margin: 0 auto;
	width: 320px;
	position: relative;
}

.mainvisual .mainttl {
	padding: 113px 0 18px 0;
}

.mainvisual .main-chara {
	position: absolute;
	top: 140px;
	right: -23px;
}

.mainvisual .main-chara2 {
	float: left;
	padding: 0 15px 10px 0
}

.mainvisual .main-copy {
	padding: 0 15px;
	line-height: 1.6;
	text-align: left;
}

.mainvisual .main-copy2 {
	padding: 0 15px;
	line-height: 1.6;
	text-align: left;
	clear: both;
}

#contents .direct {
	padding: 10px 0;
}

#contents .screen {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 320px;
	position: relative;
}

#contents .screen ul {
	display: table;
}

#contents .screen li {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

#contents .screen-chara {
	position: absolute;
	top: 256px;
	left: -1px;
}

#contents .sttl {
	padding: 10px 0;
	color: #ffe16f;
	font-size: 18px;
	background-color: #000000;
}

#contents .package {
	margin: 0 auto;
	padding-bottom: 15px;
	width: 290px;
}

#contents .package dt {
	padding: 9px 0;
	color: #ffe16f;
	font-size: 16px;
	line-height: 1.4;
	background-color: #000000;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;  
	-webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
}

#contents .package dd {
	padding: 9px 0;
	color: #ffe16f;
	font-size: 16px;
	background-color: #FFF;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;  
	-webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -moz-border-radius-bottomleft: 5px;  
    -moz-border-radius-bottomight: 5px;  
}

#contents .package dd .copy {
	padding: 8px 0;
	font-size: 12px;
	line-height: 1.6;
}

#contents .package .ganso .copy {
	color: #797878;
}

#contents .package .honke .copy {
	color: #9d7f00;
}


#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 .type {
    margin-bottom: 10px;
}
#spec .data {
	margin-bottom: 7px;
	color: #666666;
	font-size: 12px;
}
#spec .data span {
	line-height: 1.3;
	color: #9d7f00;
}
#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 #faba00;
	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;
}