@charset "UTF-8";

.editerArea,
.editerArea *,
.editerArea input,
.editerArea select {
  margin: 0;
  padding: 0;  
  display: initial;
  box-sizing: initial;
  vertical-align: initial;
  font: inherit;
  line-height: initial;
  letter-spacing: initial;
  text-decoration: initial;
  border: initial;
  color: initial;
  text-decoration: initial;
}

.editerArea a { color: unset; text-decoration: underline; }

.editerArea h1, .editerArea h2, .editerArea h3, .editerArea h4, .editerArea h5, .editerArea h6 { font-weight: bolder; }
.editerArea h1 { font-size: 2em; margin: .67em 0; }
.editerArea h2 { font-size: 1.5em; margin: .75em 0; }
.editerArea h3 { font-size: 1.17em; margin: .83em 0; }
.editerArea h4 { font-size: 1em; }
.editerArea h5 { font-size: .83em; margin: 1.5em 0; }
.editerArea h6 { font-size: .75em; margin: 1.67em 0; }

div.editerArea,
.editerArea p { display: block; }

.editerArea h4, 
.editerArea p, 
.editerArea blockquote, 
.editerArea ul, 
.editerArea fieldset, 
.editerArea form, 
.editerArea ol, 
.editerArea dl, dir, menu { margin: 1.12em 0; }

.editerArea ol { display: block; list-style: decimal; margin-left: 40px; }
.editerArea ul { display: block; list-style: disc; margin-left: 40px; }
.editerArea li { display: list-item; }

.editerArea table { display: table; width:auto; border-collapse: collapse; border-spacing: 0; }
.editerArea tr { display: table-row; }
.editerArea thead { display: table-header-group; }
.editerArea tbody { display: table-row-group; }
.editerArea tfoot { display: table-footer-group; }
.editerArea td,
.editerArea th { display: table-cell; vertical-align: inherit; }
.editerArea th { font-weight: bolder; text-align: center; }

.editerArea button, 
.editerArea textarea, 
.editerArea input, 
.editerArea select { display: inline-block; width: inherit; min-width: auto; height: inherit; margin:0; vertical-align:middle; border: inset 1px; }


#dialogboxbody,
#dialogboxbody *,
#dialogboxbody input,
#dialogboxbody select {
  margin: 0;
  padding: 0;  
  display: initial;
  box-sizing: initial;
  vertical-align: initial;
  font: inherit;
  line-height: initial;
  letter-spacing: initial;
  text-decoration: initial;
  border: initial;
  color: initial;
  text-decoration: initial;
}

#dialogboxbody a { color: unset; text-decoration: underline; }

#dialogboxbody h1, #dialogboxbody h2, #dialogboxbody h3, #dialogboxbody h4, #dialogboxbody h5, #dialogboxbody h6 { font-weight: bolder; }
#dialogboxbody h1 { font-size: 2em; margin: .67em 0; }
#dialogboxbody h2 { font-size: 1.5em; margin: .75em 0; }
#dialogboxbody h3 { font-size: 1.17em; margin: .83em 0; }
#dialogboxbody h4 { font-size: 1em; }
#dialogboxbody h5 { font-size: .83em; margin: 1.5em 0; }
#dialogboxbody h6 { font-size: .75em; margin: 1.67em 0; }

div#dialogboxbody,
#dialogboxbody p { display: block; }

#dialogboxbody h4, 
#dialogboxbody p, 
#dialogboxbody blockquote, 
#dialogboxbody ul, 
#dialogboxbody fieldset, 
#dialogboxbody form, 
#dialogboxbody ol, 
#dialogboxbody dl, dir, menu { margin: 1.12em 0; }

#dialogboxbody ol { display: block; list-style: decimal; margin-left: 40px; }
#dialogboxbody ul { display: block; list-style: disc; margin-left: 40px; }
#dialogboxbody li { display: list-item; }

#dialogboxbody table { display: table; width:auto; border-collapse: collapse; border-spacing: 0; }
#dialogboxbody tr { display: table-row; }
#dialogboxbody thead { display: table-header-group; }
#dialogboxbody tbody { display: table-row-group; }
#dialogboxbody tfoot { display: table-footer-group; }
#dialogboxbody td,
#dialogboxbody th { display: table-cell; vertical-align: inherit; }
#dialogboxbody th { font-weight: bolder; text-align: center; }

#dialogboxbody button, 
#dialogboxbody textarea, 
#dialogboxbody input, 
#dialogboxbody select { display: inline-block; width: inherit; min-width: auto; height: inherit; margin:0; vertical-align:middle; border: inset 1px; }