/* com banner　*/
.bannerbox{
	height: 28px!important;
	width: auto;
	display: inline-block;
	/*border: 1px solid #ccc;*/
	text-align: center;
	margin: .5rem;
}
.bannerbox img{
	height: 100%;
	width: auto;
}
@media (min-width: 768px) {
	.bannerbox{
	height: 35px!important;
	width: auto;
	margin: .7rem;
}
}