@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){
}
.maintext {
	padding-bottom: 50px;
    padding-right: 28px;
    line-height: 1.5 !important;
}
@media only screen and (max-width: 1000px){
	.maintext {
		padding-right: 30px;
    	padding-bottom: 15px;
	}
}