/* カスタム CSS をここに入力してください */
table, td, th {
border: 1px #eeeeee solid;
}

.content ul > li::before {
font-family: "icomoon";
content: "\ea06";
padding-right:10px;
transform: scale(1.0);
}.content ul li {
padding-left: 20px;
}

a {
		color:#064d6d;	
		text-decoration:underline;
}