/* footer {
    height: 200px;
    margin: 0 calc(50% - 50vw);
	background-color : #ffffff;
	background-image:
		repeating-linear-gradient( 90deg,#dbe8f6 0px 2px,	transparent 2px 10px),
		repeating-linear-gradient( 0deg,#dbe8f6 0px 2px,	transparent 2px 10px);
} */
footer {
	height: 70px;
		background: url(../img/common/lattice.png) repeat center top;
		background-size: 100%;
}