@charset "utf-8";

body {
	font-family: 'Century Gothic', sans-serif;
	margin:3%;
}

ul {
	list-style: none;
}
a:link {color:#2F5597;}
a:visited {color:#5A6790}
a:hover {color:#8FAADC;}

img {border:0;} 				/*画像のボーダーを0にする*/
p {
	margin:5px;		/*マージン*/
	text-align: justify;
	font-size:14px;
}

sup {
	font-size:60%;
}

h3 {
	font-size:20px;			/*文字サイズ*/
	font-weight:700;
	color:black;			/*文字色*/
	text-align:center;		/*センタリング*/
	margin:20px 0;
}
h4 {
	font-size:18px;			/*文字サイズ*/
	margin: 20px 5px 5px 10px;
	color:#1F4E79;
}

ul.list-disc {
	list-style: disc;
	margin-left: 8%;
}
ul.list-num {
	list-style: decimal;
	margin-left: 8%;
}
img.icon {
	width:20px;
	margin:3% 10%;
	vertical-align: middle;
}
img.inline-img {
	vertical-align: middle;
}
