@charset "Shift_JIS";
/*--------------- for feat page ---------------*/

/* --- include style -- */
.alignLeft { text-align: left; }
.mt10 { margin-top:10px; }

/*-----ecomark-----*/
.eco{
	float:left; 
	width:34px;
	margin:15px 30px 10px !important;
	*display:inline;
}

.ecoText{
	float:left; 
	margin:20px 0 0 10px !important;
}

@media (max-width:640px) {
.eco{
	margin:15px 30px 10px !important;
}
.ecoText{
	margin:10px 0 0 10px !important;
}
}

/*clearfix*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}