@charset "shift_jis";

#contents-inner {
	padding: 0;
}
#contents-inner h2,h3,p,ul,li {
	margin: 0;
	 padding: 0;
}
#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	background-color: #fff60c;
}
#soft-title h1 {
	display: table;
	min-width: 298px;
	margin: 0;
	padding: 8px;
	font-size: 12px;
	border-left: 6px solid #ce181e;
}
#soft-title h1 .hard,
#soft-title h1 .soft-title-name {
	display: table-cell;
	vertical-align: middle;
}
#soft-title h1 .hard {
	width: 3.5em;
	color: #ce181e;
}
#soft-title h1 .soft-title-name {
	color: #00b4ff;
}

/* section */
#section01 .note {
	background:url(../img/section01_note_bg.jpg) left top no-repeat;
	background-size: 100%;
}
#section02 .note {
	background:url(../img/section02_note_bg.jpg) left top  no-repeat;
	background-size: 100%;
}
#section03 .note {
	background:url(../img/section03_note_bg.jpg) left top repeat-y;
	background-size: 100%;
}
#section01 .note p,
#section02 .note p,
#section03 .note p {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.7;
	font-size: 13px;
}
#section01 .note p {
	padding: 6px 6px 5px 6px;
	color: #FFF;
}
#section02 .note p,
#section03 .note p {
	padding: 5px 5px 4px 5px;
	color: #000;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .spec-border01 {
	padding: 15px 0 0;
	border-top: 1px solid #000;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#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;
	background-repeat: no-repeat;
	background-position: 226px center;
	background-size: 16px 16px;
	font-size: 15px;
}
#spec .scramble a {
	background-color: #00b4ff;
	background-image: url(../img/official_arrow01.png);
	background-repeat: no-repeat;
	background-position: 226px center;
	background-size: 17px 17px;
	font-size: 18px;
}
#spec .badge a {
	background-color: #ea2837;
	background-image: url(../img/official_arrow02.png);
	background-repeat: no-repeat;
	background-position: 226px center;
	background-size: 17px 17px;
	font-size: 18px;
}
#spec .poketoru a {
	background-color: #fcc300;
	background-image: url(../img/official_arrow03.png);
	background-repeat: no-repeat;
	background-position: 226px center;
	background-size: 17px 17px;
	font-size: 18px;
}
#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;
}