@charset "UTF-8";
/* CSS Document */

body{
	background-color: #000000;
	margin: 0;
	width: 100%;
}


#wrapper{
	text-align: center;
	margin: 0 auto;
	padding: 10%;
}

.logo img{
	width: 30%;
	margin-bottom: 15%;
}

.history img{
	width: 80%;
	margin-bottom: 20%;
}

.ad{
	width: 100%;
	overflow: hidden;
}

.ad h2{
	text-align: left;
	width: 100%;
}

.ad h2 img{
	width: 30%;
	margin-left: 30px;
}


.image p{
	margin-top: 30px;
	margin-left: 30px;
}

.image p img{
	width: 25%;
	float: left;
	margin: 2%;
	height: 190px;
}

.top{
	clear: both;
	margin-top: 60px;
}




@media screen and (max-width: 768px) {
	
	.logo img{
	width: 50%;
}
	
	.history img{
	width: 90%;
}
	
	.ad h2 img{
	width: 60%;
}
	
	.image p img{
	width: 90%;
	height: auto;
}
	.top img{
		text-align: center;
		width: 80%;
	}
	
	
	
}