
@media screen and (max-width: 468px) {
	.contact_box-smt {
		position: fixed;
		z-index: 10;
		bottom: 0;
        width: 100%;
	}
    .contact_box-smt img {
        width: 100%;
    }

    #pagetop p {
        opacity: 0.7;
        filter: alpha(opacity=70);
        position: fixed;
        right: 5%;
        bottom: 11%;
    }

    #footer {
        padding: 0 0 82px;
    }
}