@charset "UTF-8";




/* ==============================================================================

[Media Queries] smart phone : Landscape

============================================================================== */

@media only screen and (min-width:1px) and (max-width:768px) {



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


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

}


#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: 90%;
	margin-bottom: 50px;
	background-position: center top;
	background-repeat: no-repeat;
}


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