/* CSS Document */

* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 150%;
  position: relative;
  color: #262626;
  background-color: #FFFFFF;
  margin: 0px 40px 0px 40px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
}

.center {
  position: relative;
  max-width: 1000px;
  padding: 0px;
  margin: 0px auto 0px auto;
}

.header_div:after {
  position: relative;
  content: "";
  display: table;
  clear: both;
}

.logo_div {
  position: relative;
  float: left;
  width: 230px;
  padding: 0px;
}

.nav_div {
  position: relative;
  float: left;
  width: calc(100% - 235px);
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  color: #005449;
  padding: 45px 0px 10px 0px;
}

div.nav_div ul {
  display: table;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

div.nav_div li {
  display: table-cell;
  text-align: center;
  list-style-type: none;
}

.nav_div#small {
  display: none;
  text-align: right;
}

.nav_div#regular {
  display: block;
}

@media (max-width: 860px) {
  body {
    margin: 0px 20px 0px 20px;
  }
  .logo_div {
    width: 170px;
  }
  div.logo_div img {
    max-width: 145px;
    width: auto;
    height: auto;
  }
  .nav_div {
    width: calc(100% - 175px);
    padding: 25px 10px 10px 0px;
  }
  div.nav_div #contact {
    display: none;
  }
}

@media (max-width: 670px) {
  .nav_div#regular {
    display: none;
  }
  .nav_div#small {
    display: block;
  }
}

.contents_div {
  position: relative;
  background-color: #FFFFFF;
  text-align: left;
  margin: 0px auto 10px auto;
}

.error_div {
  position: relative;
  background-color: #FBD6D6;
  border: solid 2px #DC0506;
  padding: 10px 20px 10px 20px;
}

.error_head {
  font-size: 1.5em;
  font-weight: bold;
  color: #DC0506;
}

.error_div span,
span.error {
  font-size: 1.1em;
  font-weight: bold;
  color: #DC0506;
}

.text_div {
  position: relative;
  background-color: #F2F6F6;
  border: solid 2px #005449;
  padding: 10px 20px 10px 20px;
}

.download_div {
  position: relative;
  display: block;
  text-align: center;
  margin: 2.0em auto 1.5em auto;
}

.footer_div {
  position: relative;
  color: #005449;
  font-size: 0.9em;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
  padding: 5px 0px 5px 0px;
  margin-top: 0.8em;
  border-top: solid 1px #005449;
}

.footer_left {
  float: left;
}

.footer_right {
  text-align: right;
}

@media (max-width: 670px) {
  .footer_left {
    float: none;
  }
  .footer_right {
    text-align: center;
  }
}

div.footer_div a {
  color: #005449;
  font-weight: 600;
  text-decoration: none;
}

div.footer_div a:hover {
  color: #467C6B;
  font-weight: 600;
  text-decoration: underline;
}

div.footer_right span {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

h1 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 2.8em;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #005449;
  margin: 0.2em 0px 0.3em 0px;
}

h2 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 2.0em;
  font-style: normal;
  font-weight: 600;
  color: #005449;
  margin: 1.2em 0.0em 0.6em 0.0em;
}

h1 img, h2 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

h1 span, h2 span {
  display: inline-block;
  vertical-align: middle;
}

h3 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 600;
  color: #005449;
  margin: 1.0em 0.0em 0.5em 0.0em;
}

h4 {
  font-size: 1.1em;
  font-style: italic;
  color: #005449;
  margin: 10px 0px 10px 0px;
}

form {
  margin: 0px;
}

li {
  margin: 0.8em 0px 0.8em 0px;
}

p {
  margin: 0.8em 0px 0.8em 0px;
}

p span,
ul li span {
  font-weight: 700;
  color: #005449;
}

a {
  color: #005449;
  text-decoration: none;
}

a:hover {
  color: #467C6B;
  text-decoration: underline;
}

a.no_a {
  color: #000000;
  font-weight: normal; 
  text-decoration: none;
}

.clear {
  position: relative;
  clear: both;
  margin-bottom: 0px;
}
