@charset "utf-8";

.l-container-sm {
  width: 1000px;
}

@media screen and (max-width: 640px) {

.l-container-sm {
	width: 100%;
}

}