﻿@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1800px){

	.menubarfloat {position: fixed;left: 12%; top:10%;display: none;}
}

@media screen and (max-width: 1600px){

	.menubarfloat {position: fixed;left: 8%; top:10%;display: none;}
}


@media screen and (max-width: 1400px){

    .select_popup .confirm{margin-top: 20px;}
    .select_popup h1{line-height: 90px;}
    .quotation_popup{margin: 0 auto;}
    .quotation_popup h1{line-height: 39px;}
    .quotation_popup .result{line-height: 80px;}
    .menubarfloat {position: fixed;left: 2%; top:10%;display: none;}

}




@media screen and (max-width: 1200px){

    .select_popup .confirm{margin-top: 10px;}
    .select_popup h1{line-height: 80px;}
    .quotation_popup{margin: 0 auto;}
    .quotation_popup .result{line-height: 60px;}


}
