@charset "UTF-8";






/* 1段目
===================================*/


#main {
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	width: 100%;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../../images/sales/main.jpg);
	background-size: cover;
	min-width: 1200px;
}


#main .ttl {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 30px;
}
#main .catch {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
}

/* 2段目
===================================*/
#sales {
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	margin-bottom: 100px;
	background-position: center top;
	background-repeat: no-repeat;
}


#sales h4 {
	color: #CC0039;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 20px;
}
#sales p {
	
}
#sales img {
	width: 100%;
	padding-top: 50px;
}
