@charset "ISO-8859-1";

#blue{
	width: 100%;
	color: #006699;
	text-align: center;
	margin: 5vw auto;
	font-weight: bold;
	max-width: 1170px;
}
#blue p{
	font-size: 10vw;
	font-weight: bold;
	line-height: 10vw;
}
#list{
	font-size: 4vw;
	line-height: 4vw;
	width: 100%;
	color: #959595;
	text-align: center;
	margin: 5vw auto;
	max-width: 1170px;
}
.bullet{
	display: inline-block;
	color: #006699;
	font-size: 5vw;
	position: relative;
	top: 0.60vw;
}
#logo{
	text-align: center;
	margin: 6vw auto;
	max-width: 1170px;
}
#logo img{
	height: 16vw;
}
#footer{
	text-align: center;
	margin: 12vh;
	font-size: 3.5vw;
	max-width: 1170px;
}