/* clear */
html body { border: 0; height: 100%; width: 100%; }
body { font: 0.8125rem "OpenSans", -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { padding: 10px 0 15px 0; letter-spacing: -1px; font-size: 1.5em; }
h2 { padding: 10px 0; letter-spacing: -1px; font-size: 1.3em; font-weight: bold; }
h3 { font-size: 1em; font-weight: bold; }
p, ul, ol { margin: 0; padding: 0 0 1.25em 0; }
ul, ol { padding: 0; }
blockquote { margin: 1.25em; padding: 1.25em 1.25em 0 1.25em; }
small { font-size: 0.85em; }
img { border: 0; }
a img, :link img, :visited img { border: none; }
sup { position: relative; bottom: 0.3em; vertical-align: baseline; }
sub { position: relative; bottom: -0.2em; vertical-align: baseline; }
abbr, acronym, .help { border-bottom: 1px dotted #333; letter-spacing: 1px; cursor: help; }
address { font-style: normal; }
a, a:link, a:visited, a:hover { text-decoration: none; outline: none; }
a:active, a:focus { outline: 0; }
:link, :visited { text-decoration: none; }
input, select, textarea { font-size: 0.9em; padding: 1px; }
select { height: 1.8em; }
textarea { line-height: 1.25em; }
label { cursor: pointer; margin: 0; padding: 2px 3px; }
table { border: 0; margin: 0; padding: 0; }
table tr td { padding: 0px; }

@media print {
	.noprint { display: none; }
}

/* common */
@media print {
	body { width: 100%; }
}

form { width: 100%; height: 100%; }
noscript { z-index: 1100; position: fixed; top: 0; margin: 2px; }
noscript div { padding: 10px; text-align: left; }
span.required, label.required, td.required { font-weight: bolder; }
span.horizontal-line { display: block; width: 100%; border-top: 1px Solid #aaaaaa; }
input.error { border: 1px Solid #cd0a0a; background-color: #FFFBDD; }
.clear { clear: both; }
.hidden { display: none; }
.right { text-align: right; }
.left { text-align: left; }
.center { margin: 0 auto !important; text-align: center; }
.footer { padding: 30px 10px; margin-top: 70px; border-top: 1px solid #E5E5E5; }
.span03 { width: 30px; }
.span1 { width: 50px; }
.span2 { width: 100px; }
.span3 { width: 150px; }
.span4 { width: 200px; }
.span5 { width: 250px; }
.span6 { width: 300px; }
.span7 { width: 350px; }
.span8 { width: 400px; }
table.simple { text-align: left; }
table.simple th { background-color: #e0e0e0; }
table.simple tr { font-weight: normal; color: Black; }
table.simple tr.alternate, table.simple td.alternate { background-color: #f7f7f7; }
table.simple td { padding: 5px; }

table.main-container { width: 100%; }
table.main-container td { vertical-align: top; }
table.main-container td.left { width: 150px; margin-right: 5px; }
