#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100000;
	background:rgba(255, 255, 255, 0.75);
}

#popup-wrap #confirmOverlay{ position:absolute;}

#confirmBox{
	width:420px;
	min-height:110px;
	padding:20px 20px 10px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-95px 0 0 -230px;
	border-radius:10px;
	background:#fff;
	border:1px solid #ccc;
}

#confirmBox h1{
	color:#333;
	font-size:117%;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

#confirmBox p{
	line-height:1.4;
	font-size:109%;
	padding-top: 10px;
}

#confirmButtons{
	width:100%;
	padding-top:15px;
	text-align:right;
}

#confirmButtons a{
	display:inline-block;
	vertical-align:top;
	width:80px;
	height:30px;
	margin-left:10px;
	text-align:center;
	line-height:30px;
	border-radius:3px;
	margin-bottom:0!important;
}

#confirmButtons .button1{
	color:#fff;
	background:#091E3C;
	border:1px solid #091E3C;
}

#confirmButtons .button2{
	color:#333;
	background:#F5F5F5;
	border:1px solid #ddd;
}



/* SP */
@media screen and (max-width: 560px){

#confirmBox{
	width:90%;
	padding:15px 15px 10px;
	margin:-80px 0 0 0;
	box-sizing:border-box;
	left:5%;
}

}