@charset "utf-8";

/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */



/*スマホの時、トップページのみ「id="col_side1"」エリアは非表示*/



@media screen and (max-width: 640px) {
	#col_side1{
		display: none;
	}
}



@media only screen and (max-width: 834px) {
	
}



@media only screen and (max-width: 834px) {

}

/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px) {}

@media only screen and (max-width: 468px) {}