@charset "UTF-8";

#modalWin{
	width: 313px;
	height:490px;
	background:url(../img/visual2_sp.jpg) no-repeat;
	background-size:contain;
	z-index:20000;
	position: fixed;
	cursor:pointer;
}

#modalWin #close{
	width:auto;
	position: absolute;
	top:-30px;
	right:0;
	color:#fff;
	font-size:40px;
	font-weight:bold;
	background:none;
	border:none;
	padding:0;
}
#modalWin a:hover,
#modalWin #close:hover{
	text-decoration:none;
}
#modalOverlay{
	background:#000;
	opacity:0.8;
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	z-index:19999;
}

@media screen and (min-width:769px){

#modalWin{
	width: 768px;
	height:460px;
	background:url(../img/visual2.jpg) no-repeat;
	background-size:contain;
	z-index:20000;
	position: fixed;
}
	
#modalWin #close{
	top:-50px;
}
}