﻿#popupFbLikeBox {
	display: none;
	position: fixed;
	--background: rgba(0,0,0,0.0);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	margin-top: 0px;
}
#popupArea {
	position: relative;
	background: #fcfcfc;
	--background-color:#000;
    width:512;
	height:224px;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border:4px solid #fcfcfc;
	margin-top: 100px;
}
#popupClose{text-align:center;
	padding: 10px;
	position: relative;
	cursor: pointer;
	--background: linear-gradient(#eee, #fff);
	--background-color:#000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	--border:4px solid #000;
	color: #000000;
}
#popupClose:hover{
	color: #5f3a81;
}
.fbLikeboxArea {
	margin: 0 auto;
	width: 466px;
	height: 1px;
	margin-top: 16px;
	margin-left: 20px;
	position: relative;
}
@media only screen and (max-width: 500px) {
	#popupArea {
		left: 55%;
		top: 55%;
		margin: -220px 0 0 -250px;
	}
	.fb-like-box,.fb-like-box span,.fb-like-box span iframe[style] {
		width: 100% !important;
	}
}