@charset "UTF-8";
/* CSS Document */
 
#wrp {
    width:410px;
    height:437px;
    background-color:rgba(0,0,0,0.0);
}
 
#mainImg {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
#mainImg img {
    top: 0;
    left: 0;
    position: absolute;
}
