@charset "utf-8";

/* startupBanner
------------------------------------------------------------------------ */
.campaign_bnr{
	text-align:center;
	margin-top:30px;
	padding:0 10px;
}

.startupBnr{
	position:fixed;
	top:50%;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index:1000002;
	padding:0 10px;
	box-sizing:border-box;
	text-align:center;
	width:100%;
	max-width:700px;
}
.startupBnr img{
	width:80%;
	height: auto;
	margin: 0 auto;
}
@media print, screen and (min-width:641px) { 
.startupBnr{
	position:fixed;
	top:50%;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index:1000002;
	padding:0 10px;
	box-sizing:border-box;
	text-align:center;
	width:90%;
	max-width:900px;
}
.startupBnr img{
	width:70%;
	height: auto;
}
}

.startupBg{
	position:fixed;
	min-width:100%;
	min-height:100%;
	z-index:100001;
	background:rgba(255,255,255,0.5);
	top:0;
	left:0;
}

.startupClose{
	width:23px;
	height:auto;
	text-align:right;
	margin-top:5px;
	cursor:pointer;
}
.startupClose img{
	width:100%;
	height:auto;
}

