@charset "utf-8";
ul{
	display: flex;
	justify-content: center;
}
li{
	list-style: none;
}
hr{
	border: none;
}
.mySize{
	font-size:1.5em;
}
.myCenter{
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
}
.myBlue{
	color: #4080A2;
}
.hr1{
	border-top: 8px dotted #4080A2;
}

