body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}


.container {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	
}






.main-contents {
    width: 100%;
	max-width: 400px;
   
}
.right-menu {
    width: 38%;
    padding: 10px;
	background-image:url("img/carmove.png");
     background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-color: #663300;
    
   
}

.left-menu {
    width: 38%;
	padding: 10px;
	background-image:url("img/marklogo.png");
     background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: 10% 50%;
	background-color: #ff9900;
	
}




.header {
  display: block;
	width: 100%;
	z-index: 999;
	
		margin-left: auto;
		margin-right: auto;
	
}

.shirowaku {
	height: 400px;
}


@media screen and (max-width:1024px) {
		.left-menu {
  display: none;
  
}
	.right-menu {
	display: none;
		
}
	
	.main-contents {
  width: 100%;
		margin-left: auto;
		margin-right: auto;
  
  
}
	
.header {
  display: block;
}	
	
	
	
}
