.mainbanner {
	background-image: url('../../f/2024/mainpagebanner.jpg?20240105');
	background-repeat: no-repeat;
	background-size:cover;
	background-position: bottom center;
}
.mainbannertext { height:400px; text-align: center;  }

.index .block1logo { padding-top:20px; padding-bottom:30px; }
.index .block1logo img { height: 141px;}
.index .block1btn {padding-bottom:20px;}
.index .block1text img { height:70px;}

@media (max-width:767px) {
	.mainbanner {
		background-image: url('../../f/2024/mainpagebanner_mobile.jpg');
		background-repeat: no-repeat;
		background-size:cover;
		background-position: bottom center;
	}
	/*.mainbannertext { height:auto;  }*/
	.mainbannertext img { max-width: 90%; }
	.index .block1logo {}
	.index .block1btn { padding:20px; }
	/*
	.index .block1btn a { display: block; margin:10px auto; max-width: 200px; }
	*/
	.index .block1btn a { font-size:105%; }
	.index .block1text { height:400px;}
}