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

body {
	margin:0 auto;
	padding:0;
}

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

/* Global */
.adSize { position:absolute; top: 0px; left: 0px; width:300px; height:250px; }
.hideElm { display: none; }
.off { opacity: 0; }
.bgConfig { position:absolute; top: -63px; left: -75px; }
.bgSize { position:absolute; top:0px; left: 0px; width: 450px; height: 375px; }
.buttonConfig { background-color:#fff; cursor: pointer; opacity:0; }
.anchorCenter { -webkit-transform-origin: center center; transform-origin: center center; }
.anchorMember { -webkit-transform-origin: center 41.2%; transform-origin: center 41.2%; }


/* final bg */
#bg_resolve { overflow: hidden; width: 450px; height: 375px; }
#bg2 { background: url(images/bg2.jpg) no-repeat; }

/* members */
#member1 { background: url(images/member1.png) no-repeat; }
#member2 { background: url(images/member2.png) no-repeat; }
#member3 { background: url(images/member3.png) no-repeat; }
#member4 { background: url(images/member4.png) no-repeat; }
#logo_resolve1 { background: url(images/logo_resolve1.png) no-repeat; }

/* resolve */
#cta_over { background: url(images/cta_over.png) no-repeat; }
#txt_resolve_over { background: url(images/txt_resolve_over.png) no-repeat; }
#footer { background: url(images/footer.png) no-repeat; }
#cta_out { background: url(images/cta_out.png) no-repeat; }
#cta_over_init { background: url(images/cta_over_init.png) no-repeat; }
#txt_resolve_out { background: url(images/txt_resolve_out.png) no-repeat; }
#logo_resolve2_circle { position:absolute; top: 20px; left: 106px; width:88px; height:88px; }
#bg_overlay { background: url(images/bg_overlay.jpg) no-repeat; }
#logo_resolve2_img { background: url(images/logo_resolve2.png) no-repeat; }

/* girls */
#girls { width: 450px; height: 375px; }
#girl4 { background: url(images/girl4.png) no-repeat; }
#girl3 { background: url(images/girl3.png) no-repeat; }
#girl2 { background: url(images/girl2.png) no-repeat; }
#girl1 { background: url(images/girl1.png) no-repeat; }

#bg1 { position:absolute; top: 0px; left: 0px; width: 330px; height: 250px; background: url(images/bg1.jpg) no-repeat; }

#diagonal { position:absolute; top: 0px; left: 0px; }
#diagonal_img { position:absolute; top: 0px; left: 0px; width: 312px; height: 250px; background: url(images/diagonal.png) no-repeat; }

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

/* text 1 */
#txt1c { background: url(images/txt1c.png) no-repeat; }
#txt1b { background: url(images/txt1b.png) no-repeat; }
#txt1a { background: url(images/txt1a.png) no-repeat; }

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

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

/* border */
#border { box-sizing: border-box; border: 1px solid #000; opacity: 0; }

/* temp */
/*#resolve { display: none; }*/
