@charset "utf-8";
body{
	background-color: #952615;
	padding: 0 4% 30px;
}
@media screen and (min-width:1900px) {
	body{
		background-color: #952615;
		padding: 0 0 50px;
	}
}
#customer_header {
	padding-bottom: 0;
	text-align: center;
}
@media screen and (min-width:1900px) {
	#customer_header {
		padding-bottom: 20px;
	}
}

#customer_header img {
	width: 100%;
}
@media screen and (min-width:1900px) {
	#customer_header img {
		width: 50%;
	}
}
#webc_con {
	border-radius: 20px;
	padding-top: 20px;
}