@charset "UTF-8";

body#amiibo {
	background: url(../amiibo/images/body_bg.png) repeat center top;
	background-size: 50% auto;
}

/* ========================================
	main
======================================== */
/*#topper {
	background: url(../amiibo/images/ttl_bg.png) no-repeat center top;
	background-size: 100%;
}*/

main img {
	width: 100%;
}

#contents {
	padding-bottom: 6%;
}

.text {
	width: 90.625%;
	margin: 0 auto 20px auto;
	line-height: 1.75;
	color: #1a1a1a;
	text-align: center;
}

#siokara_chara {
	display: table;
	width: 100%;
}
#siokara_chara span {
	display: table-cell;
	width: 50%;
}

#diorama-btn {
	margin-bottom: 40px;
}


/* ========================================
	#popup
======================================== */
#coverLayer {
	display: none;
	position: fixed;
		top: 0;
		left: 0;
		z-index: 9000;
	height: auto;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background: #000;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	cursor: pointer;
}

/* ========================================
	popWrap
======================================== */
#modal {
	width: 100%;
	display: none;
	position: absolute;
		z-index: 9200;
}

#modal iframe {
	width: 100%;
}

#popBody {
	background: transparent;
}

#popWrap {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}

#popWrap .pop-inner {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}

#popWrap .pop-inner div {
	margin-bottom: 30px;
}

#popWrap .pop-inner img {
	width: 100%;
	height: auto;
}

#popBody #pop-close {
	text-align: center;
}

