@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* -----------------------------------------------------
common
------------------------------------------------------ */

@media screen and (min-width: 641px) and (max-width: 834px){
}
@media only screen and (max-width: 640px){
}
.pagetop {
	position: fixed;
	z-index: 1111111111111111111;
	right: 5px;
	bottom: 5px;
}
@media only screen and (max-width: 834px){
	.pagetop {
		display: none;
	}
}
#builingual {
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999999999999999999;
    padding: 5px 20px !important
    background: #f1f1f1 !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
}