* {
	box-sizing:border-box;
}
body {
	background: #fff;
	margin: 0 auto;
	width: 100%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif !important;
}
header, main, footer {
	display: block;
	margin: 10px;
	padding: 10px;
}
h1, h2 {
	margin: 4px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
figure {
	text-align: center;
}
.date {
	font-weight: bold;
	text-align: center;
}
.venue {
	font-weight: bold;
	text-align: center;
}
.note {
	font-weight: bold;
	text-align: center;
}
.copyright {
	font-weight: bold;
	text-align: center;
}
.comment {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
@media (min-width: 768px) and (max-width: 960px) {
	h1, h2 {
		font-size: 26px;
	}
	.date {
		font-size: 14px;
	}
	.venue {
		font-size: 14px;
	}
	.note {
		font-size: 14px;
	}
	.copyright {
	}
	.comment {
		font-size: 12px;
	}
	img {
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 16px;
	}
	h2 {
		font-size: 20px;
	}
	.date {
		font-size: 12px;
	}
	.venue {
		font-size: 12px;
	}
	.note {
		font-size: 12px;
	}
	.copyright {
	}
	.comment {
		font-size: 10px;
	}
	img {
	}
}
@media print {
	img {
		width: 30mm;
		height: 30mm;
	}
}
a {
	color: #000;
}
a:link, a:visited {
	color: #000;
}
a:hover {
	color: #000;
}