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

body {
	background-color: #ffffff;
	margin: 10px 30px 10px 30px;
	font-size: 12pt;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

h1 {
	font-size: 20pt;
	color: #000000;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

.speaker {
	font-weight: bold;
	text-decoration: underline;
}

.email {
	font-size: 10pt;
}

.abst {
	font-weight: bold;
	padding-right: 24px;
}

.header {
	font-size: 10pt;
}

.footer {
	font-size: 10pt;
}

