@charset "utf-8";

#feature_ .contents_inner_ {
	width: 100%;
	height: auto;
}

#banner_{
	text-align: center;
}

#banner_ img {
	width: 1100px;
	height: auto;
}

.brand_{
	width: 100%;
	text-align: center;
}

.brand_ img{
	border: 1px solid #c9c9c9 ;
}

.text_ {
	margin: 0 auto;
	width: 90%;
	font-size: 12px;
}


.brand_.brandlist_{
	width: 80%;
	text-align: center;
}

.line1_{
	margin-top: 40px;	
}

.line2_{
	margin-top: 40px;	
}

.nonlast_ {
	margin-right: 40px;
}

.nonlast_:hover{
	 opacity: 0.6;
}

.last_:hover{
	 opacity: 0.6;
}

a { 
	text-decoration: none; 
}

.btn2_{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	width: 340px;
	padding: 21.5px 20px 20px 20px;
	border: 1px solid #575757;   
	background-color: #ffffff;
	font-size:14px;
	text-align: center;
	color: #575757;
}

.btn2_:hover{
	 opacity: 0.6;
}

