@charset "utf-8";

body {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1em 13px;
  padding: 0;
  font-weight: bold;
}

h4, h5, h6 {
  font-size: 110%;
}

p {
  margin: 1em 13px;
}

pre {
  width: auto;
  overflow: scroll;
  margin: 1.5em 26px;
  padding: 0.5em 0.8em;
  font-size: 95%;
}

html>body pre {
  overflow: visible;
  /*\*/
  overflow: auto;
  /**/
}

/*dd pre {
  margin-left: 0;
}*/

blockquote {
  clear: both;
  margin: 2em 26px 0.5em; 
  padding: 1px 0; 
}

del {
  text-decoration: line-through;
  font-weight: normal !important;
}

ins {
  display: block;
  margin: 1em 13px 0.5em;
  padding: 1px 0;
}

ins div, 
ins p, 
ins pre,
ins blockquote, 
ins ul, 
ins ol, 
ins dl,
ins table {
  margin-top: 1em;
  margin-bottom: 1em;
}

p ins, 
pre ins, 
address ins, 
li ins, 
dt ins, 
dd ins {
  display: inline;
  margin: 0 0.2em;
  padding: 0.1em 0.3em;
}

pre ins {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: underline;
}

em {
  margin: 0 0.1em;
  text-decoration: underline;
  font-style: normal;
}

strong {
  margin: 0 0.1em;
  font-weight: bold;
}

pre em, 
pre strong {
  margin: 0;
}

abbr,
acronym {
  border-bottom: 1px dotted #aaa;
  cursor: help;
}

code, samp, kbd, var {
  font-family: monospace;
  font-size: 100%;
}

kbd {
  padding: 0 0.36em; 
  border-color: #FAFAFA #848484 #848484 #FAFAFA;
  border-width: 1px;
  border-style: solid;
  color: #333;
  font-size: 85%;
  background-color: #F0F0F0;
}

sub, sup {
  font-size: 50%;
}

small {
  font-size: 90%;
}

big {
  font-size: 125%;
}

ul, 
ol {
  clear: both;
  margin: 1.5em 4.5em;
  padding: 0;
}

li {
  margin-bottom: 0.3em;
}

li ul, 
li ol {
  margin: 0.5em 1.5em;
}

dl {
  clear: both;
  margin: 2em 3em;
}

dd {
  margin: 0.2em 0 1em 1em;
}

/*
dl dd * {
  margin-right: 0;
  margin-left: 0;
}
*/

form {
  margin: 1.5em 13px;
  padding: 1px 0; 
}

fieldset {
  margin: 1em 13px;
  border: 1px solid #ddd;
}

fieldset div {
  clear: both;
  text-align: right;
}

input,
label,
select {
  vertical-align: middle;
  margin: 0 0.2em;
}

select, input, textarea {
  font-family: Osaka, "MS P Gothic", Arial, sans-serif;
  font-size: 99%;
}

table, 
th, 
td {
  border-style: solid;
  border-collapse: collapse;
}

table {
  width: 90%;
  /* margin: 2.5em 26px; */
  margin: 0 auto 2.5em;
  border-width: 1px 0 0 1px;
  font-size: 100%;
  border-spacing: 0;
}

tr {
  border: none;
}

th, 
td {
  border-width: 0 1px 1px 0;
  padding: 0.2em 0.5em;
}

th {
  text-align: center;
}

caption {
  width: 90%;
  margin: 2.5em auto 0.5em;
  text-align: center;
  font-weight: bold;
}

img {
  border: 0;
}


