@charset "utf-8";

/* soft-title */
#soft-title {
	background: #FF9935;
}
#soft-title h1 {
	min-width: 298px;
	padding: 6px 8px;
	color: #000;
	border-left: 6px solid #CE181E;
	font-size: 12px;
	line-height: 1.3;
}
#soft-title h1 .hard {
	padding-right: 8px;
	color: #CE181E;
	display: table-cell;
	vertical-align: middle;
}
#soft-title .soft-title-name {
	display: table-cell;
}

/* contents-inner */
#contents-inner {
	background: url(../../../img/hhd/contents_inner_bg01.gif) repeat;
	background-size: 293px 71px;
}
#contents-inner img {
	vertical-align: bottom;
}

/* comic-ttl */
.comic-ttl {
	padding: 5% 0 3.4375%;
}

/* comic-nav */
.comic-nav {
	padding: 5.625% 4.375%;
}
.comic-nav li {
	float: left;
	width: 48%;
}
.comic-nav .next {
	float: right;
}

/* db-backnumber */
#db-backnumber ul {
	padding: 0 4.21875% 1.875%;
	background: #1BA073;
}
#db-backnumber li {
	float: left;
	width: 48%;
	padding: 4.375% 0 0;
}
#db-backnumber li:nth-child(2n) {
	float: right;
}

/* about-amiibo-card */
.about-amiibo-card {
	position: relative;
	padding: 45.625% 0 0;
	background: url(../../../img/hhd/about_amiibo_card_bg01.gif) no-repeat;
	background-size: 100%;
}
.about-amiibo-card p {
	position: absolute
}
.about-amiibo-card .pos-ab01 {
	width: 52.1875%;
	top: 14%;
	left: 24.375%;
}
.about-amiibo-card .pos-ab02 {
	width: 100%;
	top: 0;
}
.about-amiibo-card .pos-ab03 {
	width: 91.25%;
	top: 57%;
	left: 4.375%;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .back-btn {
	margin: 0 0 15px;
	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-color: #23A950;
	background-image: url(../../../img/hhd/official_arrow.png);
	background-size: 17px 17px;
	font-size: 15px;
}
#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}