@charset "utf-8";

.banner{
	text-align: center;
	background: #eb1821;
	border: 2px solid #eb1821;
	margin-bottom: 30px;
}
.banner .inner{
	padding: 10px;
	background: #fff;
}
@media screen and (max-width: 949px){
	.banner{
		margin: 0 10px;
	}
	.banner img{
		width: 95%;
	}
	.social {
		margin-bottom: 20px;
		overflow: hidden;
	}
}
