/*------------------------------------------------------------
	ABOUT US
------------------------------------------------------------*/
#chap_bt_wrap {
	width: 900px;
	height: 80px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-image: url(../about/img/chap_bg.gif);
}

.chap_bt {
	width: 300px;
	float: left;
}


.chap_box {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}

.chap_box img{
		margin-bottom: 60px;

}

.chap_title {
	text-align:center;
	width: 800px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #444;
	}
	
.chap_title_eng {
	text-align:center;
	width: 800px;
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #444;
}	

.chap_txt {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:left;
	}
	

.icon {
	width: 125px;
	height: 90px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	#chap1 , #chap2 , #chap3 {
  margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 120px; /* 打ち消し用のパディング */
}



#brand_wrap {
	width:100%;
	margin-top: 60px;
		}



.brand_bnr1 {
	width:50%;
	height:300px;
	float:left;
	background-image: url(../about/img/bg_farm.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
		}
		
.brand_bnr2 {
	width:50%;
	height:300px;
	float:left;
	background-image: url(../about/img/bg_standard.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
		}

.brand_bnr3 {
	width:50%;
	height:300px;
	float:left;
	background-image: url(../about/img/bg_premium.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
		}
		
.brand_bnr4 {
	width:50%;
	height:300px;
	float:left;
	background-image: url(../about/img/bg_bri.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
		}
