@charset "utf-8";

/*==========================================
 body
===========================================*/

body#top {
	background: url(../img/bg.jpg) no-repeat top center #352200 fixed;
}

body#top div#wrap {
	width: 970px;
	margin: 0 auto;
}


/*==========================================
 ヘッダーのスタイル
===========================================*/

body#top header {
	position: relative;
	height: 530px;
}

body#top header p#sega {
	position: absolute;
	left: 0;
	top: 5px;
}

body#top header p#n3ds {
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 10;
}

body#top header h1 {
	position: absolute;
	left: 150px;
	top: 220px;
	z-index: 12;
}

body#top header p#txt {
	position: absolute;
	right: -30px;
	top: 435px;
	z-index: 9;
}

body#top header p#day {
	position: absolute;
	right: 155px;
	top: 385px;
	z-index: 20;
}

body#top header p#chara01 {
	position: absolute;
	left: 130px;
	top: 0;
	z-index: 8;
	display: none;
}

body#top header p#chara02 {
	position: absolute;
	left: 340px;
	top: 0;
	z-index: 7;
	display: none;
}

body#top header p#chara03 {
	position: absolute;
	left: -70px;
	top: 110px;
	z-index: 6;
	display: none;
}

body#top header p#chara04 {
	position: absolute;
	left: 40px;
	top: 0;
	z-index: 5;
	display: none;
}

body#top header p#hrb {
	position: absolute;
	right: 0;
	top: 90px;
	z-index: 22;
}

body#top header p#fami {
	position: absolute;
	left: 0;
	top: 400px;
	z-index: 25;
}

body#top p#koshin {
	position: absolute;
	right: 0;
	top: 380px;
	z-index: 26;
}

body#top header p#qr {
	position: absolute;
	left: 580px;
	top: 270px;
	z-index: 26;
}	

body#top aside#sns {
	position: absolute;
	right: -30px;
	top: 500px;
	z-index: 11;
}

body#top aside#sns div {
	float: right;
}

/*==========================================
 グローバルナビ
===========================================*/

body#top nav#main {
	margin-left: 0;
	margin-bottom: 10px;
}


/*==========================================
 コンテンツ内のスタイル
===========================================*/

body#top article {
	position: relative;
	margin-bottom: 30px;
	width: 970px;
	text-align: left;
	line-height: 130%;
}

body#top article a {color: #43deff;text-decoration: none;}
body#top article a:hover {color: #a4efff;text-decoration: underline;}


body#top section#info {
	background: url(../img/h2_btm.png) no-repeat bottom;
	height: 260px;
	width: 560px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}


body#top section#info div {
	background: rgba(0,0,0,0.7);
	background: url(../img/bg_abk.png);
	height: 190px !important;
	height: 200px;
	padding: 5px;
	overflow: auto;
}

body#top section#info li{
	background: url(../img/ico_star.png) no-repeat left top;
	padding-left: 30px;
	margin-bottom: 10px;
}

body#top section#info li ul li {
	background: none;
	list-style: disc;
	padding-left: 0;
	margin-bottom: 5px;
}


body#top article section#movie {
	text-align: center;
	background: url(../img/bg_movie.png);
	width: 400px;
	height: 260px;
	margin-left: 570px;
}

body#top article section#movie h2 {
	display: none;
}

body#top article section#movie div {
	padding-top: 45px;
}

body#top article section#bnr {
	clear: left;
}

body#top article section#bnr li {
	margin: 0 20px 10px 0;
	float: left;
}

body#top article section#bnr li:nth-child(3n) {
	margin-right: 0;
}

body#top section#other {
	clear: left;
	background: url(../img/bg_other.png);
	height: 80px;
	margin: 10px 0;
}

body#top section#other ul {
	padding: 10px 0 10px 10px;
}

body#top section#other li {
	float: left;
	height: 60px;
	padding-right: 10px;
}

body#top section#summary {
	height: 150px;
}