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

body { margin:0 auto; padding:0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; }

#container { position:absolute; width:300px; height:250px; overflow:hidden; top:0px; left:0px; background-color:#DBDBDB; display:none; }

/*-------------------*/
/*     C L A S S     */
/*-------------------*/
.adSize { position:absolute; top: 0px; left: 0px; width:300px; height:250px; }
.hideElm { display: none; }
.btn { cursor: pointer; }
.btnArea { background-color:#fff; opacity:0; cursor: pointer; }
.defPos { position: absolute; top: 0px; left: 0px; }
.anchorCenter { -webkit-transform-origin: center center; transform-origin: center center; }

.manColor { fill:#077E0B; }


/*-------------*/
/*     I D     */
/*-------------*/

/* Border */
#border { box-sizing: border-box; border: 1px solid #ABABAB; }

#runningMan { top: 41px; left: 100px; width: 45px; height: 45px; background-size: 100%; }

/* Text Frame */
#txt1a { background: url(images/txt1a.png) no-repeat; }
#txt1b { background: url(images/txt1b.png) no-repeat; }

#txt2a { background: url(images/txt2a.png) no-repeat; }
#txt2b { background: url(images/txt2b.png) no-repeat; }

#txt3 { background: url(images/txt3.png) no-repeat; }

#txt4a { background: url(images/txt4a.png) no-repeat; }
#txt4b { background: url(images/txt4b.png) no-repeat; }

#logo { background: url(images/logo.png) no-repeat; }

#cta {top: 0px; left: 0px}
#cta_out {background: url(images/cta_out.png) no-repeat;background-size: 100%;top: 0px; left: 0px;}
#cta_over {background: url(images/cta_over.png) no-repeat;background-size: 100%;top: 0px; left: 0px;opacity: 0;}

/* Background */
#bg { background: url(images/bg.jpg) no-repeat; width:300px; height:338px; background-size: 100%; top:-88px; }
#bg2 { background: url(images/bg2.jpg) no-repeat; width:300px; height:338px; background-size: 100%; top:-88px; }
#dimmer1 { background-color:#000; }
#dimmer2 { background: url(images/dimmer2.png) no-repeat; }

