@charset "Shift_JIS";

/* リセットcss
------------------------------------------------------------*/
body {font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;letter-spacing: 0.01em;}
* html body{font-family:"ＭＳ Ｐゴシック",sans-serif;}
*:first-child+html body{font-family:"ＭＳ Ｐゴシック",sans-serif;}
body.mac{font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;}

html,body,div,ul,li,img,p{
	padding:0;
	margin:0;
	list-style:none;
	letter-spacing:1.4px;
	line-height:18px;
}
body {
	-webkit-text-size-adjust: none;
}
p{
	font-size:11px;
	color:#515151;
}
ul li{
	font-size:12px;
	color:#515151;
}
a img{
	border:none;
}
span.small{
	font-size:10px;
}
span.bold{	
	font-size:14px;	
	font-weight:bold;
}
p.cb{
	padding:2px 0;
	clear:both;
}
p a{
	color:#515151;
	padding-left:15px;
	background:url(../img/list_link_01.gif) no-repeat 2px center;
	text-decoration:none;
}
p a:hover,
li a:hover{
	color:#999;
	text-decoration:underline;
}


/* header 
------------------------------------------------------------*/
#header{
	margin:0 auto;
	width:900px;
	height:86px;
	position:relative;
}
#header a#logo_nintendo{
	position:absolute;
	top:30px;
	left:0;
}
#header a#logo_3ds{
	position:absolute;
	top:25px;
	right:0;
}


/* content 
------------------------------------------------------------*/
#content {
	margin:0 auto !important;
	width:900px;
	background:url(../img/bg_content_01.gif) repeat-y;
}
#content span.bottom{
	height:10px;
	width:900px;
	display:block;
	background:url(../img/bg_content_02.gif);
}
#content #titleArea{
	background:url(../img/bg_title.gif) no-repeat;
	position:relative;
	height:83px;
	width:900px;
}
#content #titleArea img{
	position:absolute;
	top:27px;
	left:50px;
}
#content #titleArea a{
	position:absolute;
	top:3px;
	left:697px;
}
#content #ceronetwork{
	padding-top:18px;
	text-align:right;
}
#content #ceronetwork ul{
	padding-right:23px;
	list-style:none;
}
#content #ceronetwork ul li{
	padding-left:10px;
	float:right;
	list-style:none;
}
#content #mainArea{
	position:relative;
	height:320px;
}
#content #mainArea img#logo{
	position:absolute;
	top: 18px;
	left:124px;
}
#content #mainArea img#packagesofticon{
	position:absolute;
	top:0px;
	left:327px;
}


/* pricedata 
------------------------------------------------------------*/
#content #priceDate{
	padding-bottom:23px;
}
#content #priceDate p{
	float:left;
	display:block;
	color:#d21310;
}
#content #priceDate p.date{
	padding-left:230px;
}
#content #priceDate p.price{
	padding-left:40px;
	width:240px;
}
#content #priceDate p.date span{
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	letter-spacing:2px;
}
#content #priceDate p.price span{
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	letter-spacing:2px;
}


/* download 
------------------------------------------------------------*/
#content #download{
	padding:0 23px 35px 23px;
}
#content #download #dl a{
	position:absolute;
	top:10px;
	right:10px;
}
#content #download p.cb{
	padding:0 0 0 15px;
}
#content #download p.cb .bold{
	color: #d21310;
}

/* PDFなし */
#content #download #dl{
	padding-bottom:8px;
	float:left;
	position:relative;
	width:850px;
	height:60px;
	background:url(../img/bg_dl_01.gif) no-repeat;
}
/* /PDFなし */


/* PDFあり */
#content #download #dl.onpdf {
	background: rgba(0, 0, 0, 0) url("../img/bg_dl_02.gif") no-repeat scroll 0 0;
	float: left;
	height: 60px;
	padding-bottom: 8px;
	position: relative;
	width: 614px;
}
#content #download #pdf{
	float:right;
	width:220px;
	height:60px;
	background:url(../img/bg_exp.gif) no-repeat;
}
#content #download #pdf ul{
	padding:24px 0 0 21px;
}
#content #download #pdf ul li {
	padding:0;
	margin:0;
	height:18px;
}
#content #download #pdf ul li a{
	padding:0;
	margin:0;
}
/* /PDFあり */



/* download 購入方法 
------------------------------------------------------------*/
.info-other-dl {
	clear:both;
	margin:0 0 10px 15px;
	padding-top:10px;
}
.dl-icon {
	display: inline-block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 0 12px;
	margin: 0 0 0 5px;
	color: #fff;
	font-size: 10px;
	position: relative;
	cursor: default;
	background: #dcdcdc;
}
.dl-icon.active {
	background: #ce181e;
}
.dl-icon img {
	display: none;
}
.dl-icon.active:hover img {
	display: block;
	position: absolute;
	top: -80px;
}
.dl-card img {
	left: -60px;
}
.dl-online img {
	left: -65px;
}
.dl-eshop img {
	left: -30px;
}


/* 詳細 
------------------------------------------------------------*/
/* 詳細1行 detail */
#content #detail{
	margin-left:24px;
	margin-bottom:7px;
	width:850px;
	background:url(../img/bg_detail_02.gif) repeat-y;
}
#content #detail span.top{
	height:13px;
	width:850px;
	display:block;
	background:url(../img/bg_detail_01.gif) no-repeat;
}
#content #detail span.bottom{
	height:7px;
	width:850px;
	display:block;
	background:url(../img/bg_detail_03.gif) no-repeat;
}
#content #detail ul{
	padding-top:15px;
}
#content #detail ul li{
	padding:22px 15px 15px 35px;
	float:left;
	width:160px;
	background-position:5px 0;
	font-size:12px;
	color:#515151;	
}
#detail ul li#play{
	background:url(../img/content_detail_play.gif) no-repeat;
}
#detail ul li#genre{
	background:url(../img/content_detail_genre.gif) no-repeat;
}
#detail ul li#save{
	background:url(../img/content_detail_save.gif) no-repeat;
}
#detail ul li#three_d{
	background:url(../img/content_detail_3d.gif) no-repeat;
}
#content #detail ul li#play,
#content #detail ul li#three_d,
#content #detail ul li#genre,
#content #detail ul li#save{
	background-position:20px 0;
}
/* /詳細1行 detail */




/* 立体視について 
------------------------------------------------------------*/
#content #stereopsis{
	margin:0 auto 20px auto;
	position:relative;
	width:850px;
	height:68px;
	background:url(../img/bg_about3ds_01.gif) no-repeat;
}
#content #stereopsis a.btn01{
	position:absolute;
	top:13px;
	left:14px;
}
#content #stereopsis a.btn02{
	position:absolute;
	top:20px;
	left:690px;
}



/* amiibo 
------------------------------------------------------------*/
.logoArea {
	width:234px;
	padding: 0px!important;
	text-align: center;
	border: none!important;
}
.amiiboTableMid {
	background:url(../img/img_mid_amiibo.gif) left top repeat-y;	
	padding:0 0 0 0;
	font-size: 0.8em !important;
	margin-left: 25px;
}
.amiiboTableTop {
	background:url(../img/img_top_amiibo.gif) left top no-repeat;
	padding:2px 2px 0 0;
	display:table;
}
.amiiboTableBtm {
	background:url(../img/img_btm_amiibo.gif) left bottom no-repeat;	
	padding:0 0 2px 0;
}
.amiiboTable {
	width: 845px;
	border-collapse:collapse;
	border:0px;
	display:table-cell;
	float:right;
}
.amiiboTable th,
.amiiboTable td {
	vertical-align: middle;
	padding: 10px;
	color: #515151;
}
.amiiboTable th {
	text-align: left;
	height: 36px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	white-space: nowrap;
}
.amiiboTable td,
.amiiboTable tr:nth-child(n+2) th { /* 2行目以降のth */
	border-bottom: 1px dotted #CCCCCC;
}
.amiiboTable tr:last-child th,
.amiiboTable tr:last-child td {
	border-bottom: none;
}
.borderR0{
	border-right:none!important;
}
.amiiboTable td:nth-child(odd) { /* 奇数番目のtd */
	border-right: 1px solid #CCCCCC;
	height: 36px;
}
/* amiibo 
------------------------------------------------------------*/



/* footer 
------------------------------------------------------------*/
#footer{
	padding:20px 0;
	margin:0 auto;
	text-align:center;
	width:900px;
	font-size:10px;
}
#footer ul{
	float:left;
	width:280px;
	display:block;
}
#footer ul li{
	float:left;
	font-size:9px;
}
#footer ul li a{
	color:#515151;
	padding:0 10px 0 18px;
	background:url(../img/list_link_01.gif) no-repeat 2px center;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#999;
	text-decoration:underline;
}
#footer p{
	width:600px;
	text-align:right;
	float:right;
	display:block;
}



/*
------------------------------------------------------------*/
/* 汎用 
------------------------------------------------------------*/
/*clearfix*/
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

.fontS {
	font-size:11px;
}

span.notes {
	text-indent:-1em;
	font-size:97%;
	text-align:left;
}

/* 注釈 */
.notes ul {
	background:none;
	letter-spacing: 1px;
	text-align: left;
	width: 850px;
	padding:0;
	margin: 10px 0 20px 25px;
}
.notes li {
	display: block !important;
	text-align:left;
	padding: 1px 0 1px 1px;
	font-size:11px;
}

/* リンクアイコン */
p a,
.list_icon{
	color:#515151;
	padding-left:15px;
	background:url(../img/list_link_01.gif) no-repeat 2px center;
	text-decoration:none;
}


