@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gHeader .hBox {
	background-color: #001E46;
}

#gNavi ul li a {
	border-top: 4px solid #001E46;
	border-bottom: 4px solid #001E46;
}

#gNavi ul .navi01 a {
	color: #fff;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

#gNavi ul .navi01 a:hover {
	color: #fff;
}

#main .farmBox01 {
	background: url(/img/farm/farm_bg01.jpg) no-repeat center center;
	background-size: cover;
}

#main .farmBox02 {
	background: url(/img/farm/farm_bg02.jpg) no-repeat center center;
	background-size: cover;
}

#main .farmBox03 {
	background: url(/img/farm/farm_bg03.jpg) no-repeat center center;
	background-size: cover;
}

#main .farmBox04 {
	background: url(/img/farm/farm_bg04.jpg) no-repeat center center;
	background-size: cover;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	
	#main .farmBox01 {
		background: url(/img/farm/sp_farm_bg01.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .farmBox02 {
		background: url(/img/farm/sp_farm_bg02.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .farmBox03 {
		background: url(/img/farm/sp_farm_bg03.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .farmBox04 {
		background: url(/img/farm/sp_farm_bg04.jpg) no-repeat center center;
		background-size: cover;
	}
	
}