/* $embase = 10px */

html {
	font-size: 85%;
}
body {
	font-size: 1.0em; /* 10 ÷ $embase */
}
.noticenum {
	font-size: 1.5em;
}
table, th, td, tr {
  border: 1px solid black;
  cellspacing: 0;
  cellpadding: 0;
	border-spacing: 0;
}

@media (min-width: 200px) and (max-width: 480px) {
.noticenum {
	font-size: 1.25em;
	display: block;
}
}

@media (min-width: 200px) and (max-width: 480px) {
.regulartext {
	font-size: 1.25em;
}
}

@media (min-width: 481px) and (max-width: 800px) {
.regulartext {
	font-size: 1.25em;
}
}
h1, .title, .addtitle, .MsoTitle {
	font-size: 2.25em; /* 26 ÷ $embase */
	color: #993366;
}

@media (min-width: 200px) and (max-width: 480px) {
h1, .title, .addtitle, .MsoTitle {
	font-size: 2.25em;
}
}

@media (min-width: 481px) and (max-width: 800px) {
h1, .title, .addtitle, .MsoTitle {
	font-size: 2em;
}
}
h2, h3, .heading2, .heading3 {
	font-size: 1.8em; /* 18 ÷ $embase */
	color: #993366;
}

@media (min-width: 200px) and (max-width: 480px) {
h2, h3, .heading2, .heading3 {
	font-size: 1.8em;
}
}
header, section, footer, aside, nav, main, article, figure {
	display: block;
}

@media (min-width: 481px) and (max-width: 800px) {
h2, h3, .heading2, .heading3 {
	font-size: 1.8em;
}
}

@media print {
.visible-print {
	display: block!important
}
tr.visible-print {
	display: table-row!important
}
th.visible-print, td.visible-print {
	display: table-cell!important
}
.hidden-print {
	display: none!important
}
tr.hidden-print {
	display: none!important
}
th.hidden-print, td.hidden-print {
	display: none!important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
h1, .title, .addtitle, .MsoTitle {
	font-size: 2.25em;
	line-height: 1em;
	color: #993366;
}
.regulartext {
	font-size: 1em;
}
p {
	font-size: 1em;
}
h1, .title, .addtitle, .MsoTitle {
	font-size: 1.9em;
	line-height: 1.5em
}
.heading3, .heading2, h3 {
	font-size: 1.5em
}
}
