@charset "utf-8";
.slide{
	position: relative;
	margin-top: 3%;
}
.cible{
	background: url(../images/cible.png) no-repeat top center;
	-webkit-background-size: 133px auto;
	background-size: 133px auto;
	width: 133px;
	height: 133px;
	padding: 5% 1%;
	color: #fff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	bottom: 3%;
	right: 2%;
}
.cible h3{
	padding: 3% 0;
	position: relative;
	margin-top: 3%;
	font-size: 10px;
}
.cible h3:after{
	content: "";
	position: absolute;
	background: #fff;
	width: 60%;
	height: 1px;
	left: 20%;
	top: 0;
}
.cible .txt1{
	font-size: 10px;
}
.cible .txt2{
	font-size: 7px;
}
/*=============*/
.sg_main{
	padding: 7% 0% 5%;
}
.bnt_top{
	text-align: center;
	margin-top: 5%;
}
.bnt_top p{
	background: #b2631b url(../images/icon.png) no-repeat right 10px center;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
	padding-right: 16px;
	border-radius: 3px;
	display: inline-block;
}
.bnt_top a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 3% 2%;
	display: block;
}
.natural{
	padding: 0 2%;
}
.natural .bnt_top p{
	width: 95%;
}
.build{
	background: #fffaf0;
	padding: 3% 2%;
	margin-top: 7%;
}
.build h3{
	border-bottom: 1px solid #000;
	padding-bottom: 2%;
	margin-bottom: 4%;
}
.build ul{
	margin: 3% 3% 5%;
	text-align: center;
}
.build li{
	float: left;
	width: 23.5%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1%;
}
.build .bnt_top p{
	width: 65%;
	margin-bottom: 5%;
	padding: 2% 0;
}
.customer{
	margin-top: 5%;
	padding: 2%;
}
.customer h3{
	text-align: center;
	margin-bottom: 5%;
}
.customer .bnt_top p {
    width: 65%;
    padding: 2% 0;
} 
.customer ul{
	margin-top: 7%;
	text-align: center;
}
.customer ul li{
	width: 18%;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
.customer dl{
	display: table;
	padding: 3% 0 6%;
	border-bottom: 1px solid #ccc;
	margin-top: 5%;
	position: relative;
}
.customer dl a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.customer dl:last-child{
	border-bottom: none;
}
.customer dt{
	display: table-cell;
	width: 125px;
	vertical-align: middle;
}
.customer dd{
	display: table-cell;
}
.showrom{
	margin-top: 5%;
}
.showrom a{
	color: #333;
}
.showrom h3{
	text-align: center;
	margin-bottom: 3%;
}
.showrom p{
	margin-top: 5%;
	text-align: center;
}
.showrom .bnt_top p{
	background: #e6b800 url(../images/icon.png) no-repeat right 5px center;
	-webkit-background-size: 9px auto;
  background-size: 9px auto;
  width: 65%;
  padding: 2% 0;
}
.showrom .bnt_top p a{
	color: #fff;
}
.news{
	margin: 7% 2% 5%;
	border: 1px solid #ccc;
	padding: 3%;
}
.tt_news{
	margin-bottom: 3%;
}
.tt_news h3{
	float: left;
	font-size: 18px;
	font-weight: normal;
}
.tt_news p{
	float: right;
	background: url(../images/icon1.png) no-repeat right center;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	padding-right: 15px;
}
.tt_news p a{
	color: #2c2d30;
	font-size: 12px;
	text-decoration: none;
}
.news li{
	margin-bottom: 2%;
}
.news li span{
	font-weight: bold;
}
.news li a{
	
	color: #333;
}
.box_face{
	margin: 5% 2% 0;
}
.face{
	width: 100%;
	border: 1px solid #ccc;
	padding: 2%;
}
.face h3{
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 2%;
}
.instagram{
	width: 100%;
	border: 1px solid #ccc;
	padding: 2%;
	margin-top: 5%;
}
.instagram .tt_instag{
	margin-bottom: 3%;
}
.instagram .tt_instag h3{
	float: left;
	font-size: 15px;
	font-weight: normal;
}
.instagram .tt_instag p{
	float: right;
}
.ct_instag{
	height: 250px;
	overflow-y: scroll;
}
.ct_instag li{
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.banner_voice li{
	width: 100% !important;
}
@media all and (max-width: 380px) {
	.build .bnt_top p {
	    width: 65%;
	}
}