@charset "utf-8";

/* title-area */
#main #title-area {
	height: 35px;
	background: url(../../../img/hhd/title_area_bg.png) no-repeat;
}
#main #title-area h1 {
	position: absolute;
	top: 11px;
	left: 11px;
}
#main #title-area .update {
	top: 13px;
	right: 0;
}

/* main-inner */
#main #main-inner {
	background: url(../../../img/hhd/main_inner_bg01.gif) repeat-y;
	border: none;
}
#main #main-inner img {
	vertical-align: bottom;
}

/* comic-ttl */
#main .comic-ttl {
	padding: 21px 0 20px 50px;
}

/* slider */
#main .slider {
	position: relative;
	width: 864px;
	height: 1248px;
}
#main .bxslider {
	height: 1248px;
}
#main .bx-viewport {
	height: 1248px !important;
}
#main .bx-controls-direction {
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
	width: 864px;
	height: 1137px;/*slider設定の高さ-111*/
}
#main .bx-controls-direction a {
	position: absolute;
	display: block;
	overflow: hidden;
	bottom: -65px;
	width: 238px;
	height: 65px;
	background-image: url(../../../img/hhd/controls.png);
	background-repeat: no-repeat;
	text-indent: 100%; 
	white-space: nowrap; 
}
#main .bx-controls-direction a.disabled {
	display: none;
}
#main .bx-prev {
	left: 69px;
}
#main .bx-prev:hover {
	background-position: 0 -65px;
}
#main .bx-next {
	right: 67px;
	background-position: -238px 0;
}
#main .bx-next:hover {
	background-position: -238px -65px;
}

/* comic-nav */
#main .comic-nav {
	z-index: 102;
	position: absolute;
	top: 0;
	left: 0;
	width: 864px;
	height: 1137px;/*slider設定の高さ-111*/
}
#main .comic-nav p {
	position: absolute;
	bottom: -65px;
}
#main .comic-nav .prev {
	left: 69px;
}
#main .comic-nav .next {
	right: 67px;
}

/* db-backnumber */
#db-backnumber {
	height: 122px;
	background: url(../../../img/hhd/db_backnumber_bg01.png) no-repeat;
	text-align: center;
}
#db-backnumber li {
	display: inline-block;
	margin: 30px 30px 0 0;
}

/* about-amiibo-card */
#main .about-amiibo-card {
	position: relative;
	height: 215px;
	margin: -2px 0 0;
	background: url(../../../img/hhd/about_amiibo_card_bg01.png) no-repeat;
}
#main .about-amiibo-card p {
	position: absolute;
}
#main .about-amiibo-card .pos-ab01 {
	top: 30px;
	left: 213px;
}
#main .about-amiibo-card .pos-ab02 {
	top: -17px;
	left: 17px;
}
#main .about-amiibo-card .pos-ab03 {
	top: 100px;
	left: 153px;
}

/* main-footer */
.main-footer {
	position: relative;
	margin: 20px 0 0;
	padding-bottom: 32px;
}
.f-border {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #C1C1C1;
}
.main-footer .f-hard {
	position: absolute;
	top: 0;
	right: 0;
}
.f-border .f-hard {
	top: 20px;
}
.f-wrap {
	margin: 36px 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer .f-contents {
	float: right;
	width: 514px;
}
.main-footer .f-icon {
	float: left;
}
.main-footer .f-name {
	position: relative;
	float: right;
	width: 443px;
	height: 55px;
}
.main-footer .f-soft-ttl {
	position: absolute;
	top: 10px;
}
.main-footer .f-copyright {
	position: absolute;
	bottom: 10px;
	color: #FFF;
	font-size: 9px;
}
.main-footer .f-note01 {
	margin: 5px 0 15px;
	color: #FFF;
	font-size: 9px;
}
.main-footer .f-btn {
	margin: 15px 0 0;
}

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