@charset "utf-8";

/*etc_debut.html css
------------------------*/
.pcw60 {
	width:60%;
}
.pcw40 {
	width:40%;
}
.pcwAuto {
	width:auto !important;
}
.merit {
	background-image:url('../images/etc_debut/merit_bk.png');
	background-repeat:repeat-x;
}
.merit img {
	background-color:#fff;
}
.pc_merit {
	padding-left:100px;
}
@media screen and (max-width:480px) {

.pcw60 {
	width:auto;
}
.pcw40 {
	width:auto;
}
.pc_merit {
	padding-left:0;
}

}
