@charset "UTF-8";
body {
font-weight: bold;
}

.taste2{
        background-image: url("../parts/tasteless.png");
        background-repeat: no-repeat;
        background-position:50% 50%;
        background-size:contain;
}

.taste3{
        background-image: url("../parts/tasteless.png");
        background-repeat: no-repeat;
        background-position:50% 50%;
        background-size:contain;
}

.taste4{
        background-image: url("../parts/tasteless.png");
        background-repeat: no-repeat;
        background-position:50% 50%;
        background-size:contain;
}

.item1 {
        top: 150px;
        left: 90px;
        width:100px;
        height:100px;
        background-image:url("../parts/heart.png");
        background-repeat: no-repeat;
        background-position:50% 50%;
        background-size:contain;
        float: left;
        position: absolute;
        z-index: 5;
}

.item2 {
        top: 150px;
        left: 310px;
        width:100px;
        height:100px;
        background-image:url("../parts/heart.png");
        background-repeat: no-repeat;
        background-position:50% 50%;
        background-size:contain;
        float: left;
        position: absolute;
        z-index: 2;
}
