@charset "utf-8";
/* CSS Document */

/*----------------------index.html---------------------------*/
.oversizeBody {/*overflow-x: hidden;*/}

.overWidth {background-image:url(/about/lambda-manufacturing/img/man_main.jpg);}

.flexBox figure {width: 460px;}
.flexBox div {width: calc(100% - 480px) ;}

@media screen and (max-width: 599px) {
	.flexBox figure, .flexBox div {width: 100%;}
}