@charset "utf-8";
/* CSS Document */

.ie10 #wrapper, .no-support #wrapper{ display: none;}
.ie10 #no-support, .no-support #no-support{
    display: block;
    content: 'NO-SUPPORT';
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 999999;
    background-color: #fff;
    color: #fff;
    font-size: 0%;
    font-weight: bold;
    text-align: center;
    background-image: url(../images/common/warning_ie.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
}






