@charset "UTF-8";
/* CSS Document */

/* Popup 広告 */
.popup-set,
.popup-main{display:none;}
.popup-set{z-index:2020; position:fixed; width:100%; height:1000px; left:0; top:0; background:url(../img/popup_bg.png);}
.popup-main{width:940px; height:510px; position:absolute; left:50%; top:50%; margin:-255px 0 0 -470px;}
.popup-close{position:absolute; right:0; top:-30px; width:120px;}

/* モニター幅1020px以下 */
@media only screen and (max-width:1020px){
#popupBox{display:none;}
}
