/* CSS Document */

#mainContents > div.boxBlue {
	max-width:100%;
	margin-top:30px;
	margin-bottom:30px;
	background:#d1d1e9;
	padding:20px;
	border:solid 1px #000000;
}

#mainContents > div.boxBlue > a > img {
	width:400px;
	margin:30px;
	float:left;
}

#mainContents > div.boxBlue > p {
	font-size:20px;
	margin:10px;
	color:#FF0000;
	font-weight:blod;
}

#mainContents > div.box {
	max-width:100%;
	margin-top:30px;
	margin-bottom:30px;
	background:#f0f0f0;
	padding:20px;
	border:solid 1px #000000;
}

h2.button {
	width:300px;
	font-size:16px;
	color:#000077;
	font-weight:bold;
	border-left:0px;
}

h2.button:before {
	font-size:25px;
	font-family: Font Awesome 5 Free;
	content: "\f103"; 
	font-weight: 900;
	left : 100px;
	margin-top:10px;
	margin-right:20px;
	color: #000077;

}

