@charset "UTF-8";

html {
	background-color: transparent;
}
/* ========================================
	popWrap
======================================== */
#modal {
	display: none;
	position: absolute;
		z-index: 9200;
	left: 50%;
	width: 960px;
	margin-left: -480px;
}
#popBody {
	background-color: transparent;
}


#popWrap {
	margin: 0 auto;
	width: 100%;
	position: relative;
}

#close-btn1 {
	width: 39px;
	height: 39px;
	position: absolute;
	top: -3px;
	right: 15px;
}


/* ========================================
	スプラトゥーン
======================================== */
.modal-item-splatoon {
	
}