@charset "utf-8";
/* CSS Document */
.brandWrapper {
	width: 100%;
	height: auto;
}
.brandTop {
	width: 100%;
	height: auto;
}
.brandBottom {
	width: 100%;
	height: auto;
	border-top: 0px solid #333;
}
#brandBox {
	width: 50%;
	height: 200px;
	float: left;
	display: block;
	text-align: center;
	border-right: 0px solid #333;
}
#brandBox img {
	width: 100%;
	max-width: 200px;
}

@media only screen and (min-width: 769px) {
.brandWrapper {
	width: 100%;
	height: auto;
}
.brandTop {
	width: 100%;
	height: auto;
}
.brandBottom {
	width: 100%;
	height: auto;
	border-top: 1px solid #333;
}
#brandBox {
	width: 25%;
	height: 200px;
	float: left;
	display: block;
	text-align: center;
	border-right: 1px solid #333;
}
#brandBox img {
	width: 100%;
	max-width: 200px;
}
}
