@charset "Shift_JIS";

/*-------------------------------------
  header
---------------------------------------*/
#top-header {
	position: relative;
	width: 320px;
	margin: 0 auto;
	background: url(../images/bg_header.png) no-repeat left top;
	background-size: 320px 409px;
	-webkit-background-size: 320px 409px;
	-moz-background-size: 320px 409px;
}

#top-header #header-logo .nintendo {
	position: absolute;
	top: 6px;
	left: 11px;
}

#top-header #header-logo .n3ds {
	position: absolute;
	top: 10px;
	right: 15px;
}

#top-header h1 {
	padding-top: 37px;
	text-align: center;
}


/*-------------------------------------
  gnav
---------------------------------------*/
#top-gnavi {
	margin-top: 203px;
}

#top-gnavi ul {
	width: 294px;
	margin: 0 auto;
	padding-left: 4px;
}

#top-gnavi ul li {
	margin: 0 0 6px;
}

#top-gnavi ul li.topnavi01 {
	float: left;
	margin: 0 0 8px;
}

#top-gnavi ul li.topnavi02 {
	float: right;
	margin: 0 0 8px;
}

#top-gnavi ul li.topnavi04 {
	position: relative;
}

#top-gnavi span {
	position: absolute;
	top: -10px;
	left: -12px;
}


/*-------------------------------------
  contents
---------------------------------------*/
/* movie */
section .movie {
	margin: 0 0 15px;
	background: #FFF;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}

section .movie p {
	width: 290px;
	margin: 0 auto;
}

section .movie p .img-area {
	display: block;
	float: left;
	width: 74px;
	height: 45px;
	margin-right: 10px;
}

section .movie a {
	display: block;
	line-height: 45px;
	font-size: 15px;
	text-decoration: none;
	background: url(../images/ico_arrow.png) no-repeat right center;
	background-size: 9px 12px;
	-webkit-background-size: 9px 12px;
	-moz-background-size: 9px 12px;
}

/* spec */
section#spec {
	width: 290px;
	height: 200px;
	margin: 0 auto;
	border: 1px solid #DCDCDC;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

section#spec ul {
	position: relative;
	margin: 10px;
}

section#spec ul li {
	position: absolute;
}

section#spec ul li.spec-pack {
	top: 0;
	left: 0;
}

section#spec ul li.spec-ico {
	top: 93px;
	left: 0;
}

section#spec ul li.spec-cero {
	top: 93px;
	left: 55px;
}

section#spec ul li.spec-network {
	top: 146px;
	left: 0;
}

section#spec ul li.spec-01 {
	line-height: 1.0;
	top: 0;
	left: 111px;
	color: #ff2e83;
	font-size: 16px;
}

section#spec ul li.spec-02 {
	line-height: 1.4;
	top: 20px;
	left: 111px;
	color: #533200;
	font-size: 14px;
}

section#spec ul li.spec-02 .small {
	font-size: 12px;
}

section#spec ul li.spec-03 {
	color: #533200;
	top: 65px;
	left: 111px;
	width: 158px;
	background: #FFE0ED;
	font-size: 11px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 2.1;
	text-align: center;
}

section#spec ul li.spec-info {
	top: 97px;
	left: 111px;
	width: 158px;
}

section#spec ul li.spec-info a {
	margin-right: 6px;
	padding: 6px 0 6px 8px;
	line-height: 1.4;
	font-size: 12px;
	text-align: left;
	background: url(../images/ico_pc.png) no-repeat right center;
	background-size: 19px 16px;
	-webkit-background-size: 19px 16px;
	-moz-background-size: 19px 16px;
}

/*-------------------------------------
  footer
---------------------------------------*/
footer {
	height: 54px;
}

footer ul {
	margin: 0 0 6px;
}

footer p small {
	color: #FFF;
	font-size: 12px;
}


/* ========================================
	#popup
======================================== */
#coverLayer {
	display: none;
	position: fixed;
		top: 0;
		left: 0;
		z-index: 9000;
	height: auto;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background: #FFF;
	opacity: .7;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	cursor: pointer;
}


/* ========================================
	popWrap
======================================== */
#modal {
	display: none;
	position: absolute;
		z-index: 9200;
}

#popBody {
	background: transparent;
}

#popWrap {
	position: relative;
	width: 290px;
	margin: 0 auto 10px;
	padding-bottom: 15px;
	background: url("../images/callaway_bg.png") repeat scroll left top;
	background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#popWrap .pop-ttl {
	line-height: 1.2;
	padding: 10px 0;
	color: #FFF;
	text-align: center;
	background: rgba(0,0,0,0.5);
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	font-size: 18px;
}

#popWrap .pop-inner {
	width: 260px;
	margin: 0 auto;
	padding-top: 10px;
}

#popWrap .pop-inner p.text01 {
	line-height: 1.5;
	color: #FFF;
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-size: 12px;
}

#popWrap .pop-inner p.text02 {
	float: left;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #FFF;
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-size: 12px;
}

#popWrap .pop-inner .pop-logo {
	float: left;
	height: 70px;
	margin-top: 3px;
}

#popWrap .pop-inner .pop-btn {
	float: right;
	width: 156px;
	margin-top: 3px;
}

#popWrap .pop-inner .pop-btn a {
	margin-right: 6px;
	padding: 6px 0 6px 8px;
	line-height: 1.4;
	font-size: 12px;
	text-align: left;
	background: url(../images/ico_ext.png) no-repeat right center;
	background-size: 14px 15px;
	-webkit-background-size: 14px 15px;
	-moz-background-size: 14px 15px;
}

#popWrap .pop-inner .present {
	clear: both;
	padding: 10px 10px 13px;
	line-height: 1.5;
	background: #fff218;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
}

#popWrap .pop-inner .present div {
	margin-top: 12px;
	margin-left: 15px;
}

#popBody #pop-close {
	padding-bottom: 10px;
	text-align: center;
}