.pagetitle {
    width: 650px;
}

.saleBox {
    margin-top: -50px;
    margin-bottom: 50px;
}


.mainbox {
    max-width: 1200px;
    margin: auto;
}

body {
	background-color:#E3E3E3;
    /* background-image: url(../img/all/dotBG.png),
        linear-gradient(to bottom, #ffdfb2 0%, #ffdfb2 66%, #f4919f 100%);*/
}



@media screen and (max-width: 1200px) {
    .pagetitle {
        width: 580px;
    }
}

@media screen and (max-width: 750px) {
    .pagetitle {
        width: 500px;
    }

    .saleBox {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 550px) {
    .pagetitle {
        width: 450px;
    }
}

@media screen and (max-width: 450px) {
    .pagetitle {
        width: 370px;
    }
}
