@charset "utf-8";

div#wrapper {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

h2.title {
  margin-bottom: .5em;
  font-size: 138.5%;
  border-bottom: 1px solid #1153a4;
}

div#copyright {
  padding: .5em 0;
  color: #ffffff;
  background-color: #1773bc;
  text-align: center;
}

div#copyright a {
  color: #ffffff;
}

.top {
  vertical-align: top;
}

.left {
  float: left;
}

.right {
  float: right;
}

.inner-left {
  text-align: left;
}

.inner-center {
  text-align: center;
}

.inner-right {
  text-align: right;
}

.box {
  margin-bottom: 1em;
}

.sbox {
  margin-bottom: .5em;
}

.left-box {
  display: block;
  float: left;
}

.right-box {
  display: block;
  float: right;
}

.inline-content {
  display: inline-block;
}

.message-box {
  padding: 0.5em;
  word-wrap: break-word;
}

.sss {
  width: 5%;
}

.ss {
  width: 10%;
}

.sms {
  width: 15%;
}

.sm {
  width: 20%;
}

.sls {
  width: 25%;
}

.sl {
  width: 30%;
}

.ms {
  width: 40%;
}

.mms {
  width: 45%;
}

.mm {
  width: 50%;
}

.ml {
  width: 60%;
}

.ls {
  width: 70%;
}

.lms {
  width: 75%;
}

.lm {
  width: 80%;
}

.ll {
  width: 90%;
}

.lll {
  width: 95%;
}

.bold {
  font-weight: bold;
}

.notes {
  color: #ff0000;
}

.caution:before {
  content: "*";
}

.border-all {
  border: 1px solid #cecece;
}

.error {
  color: #ff0000;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

.clearfix {
  display: inline-block;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.clearfix {
  display: block;
}

.reset {
  margin: 0;
  padding: 0;
}

a {
  color:#1773bc;
  text-decoration:none;
}
