/*style*/

/* clearfix(floatの解除)*/
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

body{
	margin: 0;
    color: #fff;
	background-color: black;
}



.top{
	text-align: center;
	color: #88a8ae;
	font-size: 32px;
	font-weight: bold;
	margin-top: 200px;
	margin-bottom: 200px;
}

.top img{
	width: 50%;
}

.top p{
	margin: 0;
}

.top-p{
	margin-top: 30px;
}

.top .top-font p{
	font-size: 20px;
}

