@charset "utf-8";


/*main*/
body { letter-spacing:-.5px; }

@media screen and (max-width:1024px){

}

@media screen and (max-width:768px){
    
}


@media screen and (max-width:500px){
    
}


/* popupcss */
.divpop {position: fixed; background: #fff; border: 1px solid #eee; z-index: 9999;}
.divpop .close_box {padding: 5px; color: #000; border-top: 1px solid #eee;}
.divpop .close_box label {font-size: 12px;}
.divpop .close_box .close {float: right; padding-top: 3px; cursor: pointer; font-size: 14px; color: #999;}
@media screen and (max-width: 1200px){ .divpop { left: 0px !important;} }
@media screen and (max-width: 768px){ .divpop { width: 100% !important; height: auto !important; top: 0px !important; left: 0px !important;} }