/*style sheet for LOGISEQUENCE CORP toppage Copyright LOGISEQUENCE All rights reserved*/

/* basic body style */

#wrap {
	width: 100%;
	min-height: 100vh;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
}


#logo {
	width: 250px;
	height: 30px;
	display: block;
	margin: 5vh 0 20px 6vw;
}

.list {
	list-style: none;
	font-size: 13px;
	color:#666666;
	margin: 0;
	padding: 0;
}	 



/*main sheet*/

#sheet {
	width: 920px;
	height: auto;
	background-color: #FFF;
	margin: 0 auto;
	
}

#sheet #subleft {
	width: 380px;
	height: auto;
	float: left;
	margin: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
				   
}

#sheet #subleft #childsimage {
     background-image:url(../images/ball.jpg); 
	 background-repeat: no-repeat;
	 width: 281px;
	 height: 283px;
	 margin: auto;
	 		 
}

#sheet #subright {
	width: 480px;
	height: auto;
	float: left;
	padding: 30px 0 0 0 ;
	margin: 0 auto;
	}


@media screen and (max-width: 768px) {
	#wrap {
		max-width:;
	}
	
	#sheet #subleft,#sheet #subright {
		float: none;
	}
	
	#sheet #subleft #childsimage {
		background-image:url(../images/ball.jpg); 
		background-repeat: no-repeat;
		width: 281px;
		height: 283px;
		margin: 0 auto;
	}
	
	#sheet {
		max-width: 400px;
		height: auto;
	}
		
	#subright {
		max-width: 320px;
		height: auto;		
	}
	
	#footer {
		max-width: ;
	    height: 30px;
		margin: 0 auto;
	}
	
	#copy {
		max-width: 400px;
		font-size: 0.6rem;
		}
	
}

/*footer*/

#footer {
	width: 100%;
	height: 80px;
	margin: auto 0 0 0;
}

