@charset "utf-8";

.place:hover {
    content: url(../img/plaOn.png);
}

.mark:hover {
    content: url(../img/markOn.png);
}

/*******************************************/

#inside {
    width: 1200px !important;
}

#maintext {
    margin-top: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

#mainimg {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 80px;
}

#store {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

#store1,
#store2 {
    position: absolute;
    width: 100%;
    opacity: 90%;
}

#store1 {
    left: -120px;
}

#store2 {
    left: 120px;
}

#store1:hover {
    opacity: 50%;
}

#store2:hover {
    opacity: 50%;
}
