@charset "UTF-8";
/* CSS Document */

/* file13専用*/
/*------------------------------*/
#fontList {
	/*width: 100%;*/
	margin-bottom: 2em;
	margin-right: 2.5%;
	margin-left: 2.5%;
	border-collapse: collapse;
}
#fontList td, #fontList th {
	border: 1px solid #000000;
	padding: 3px;
}
#fontList th {
	background-color:#EEEEEE;
	white-space: nowrap;
}
#fontList td.sans-serif {
	font-family:sans-serif;
	font-size:200%;
}
#fontList td.serif {
	font-family:serif;
	font-size:200%;
}
#fontList td.cursive {
	font-family:cursive;
	font-size:200%;
}
#fontList td.fantasy {
	font-family:fantasy;
	font-size:200%;
}
#fontList td.monospace {
	font-family:monospace;
	font-size:200%;
}

