@charset "utf-8";

div#wrapper {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

div#wrapper-inside {
  padding-bottom: 60px;
}

div#copyright {
  padding: .5em 0;
  color: #ffffff;
  background-color: #1153a4;
  text-align: center;
}

div#copyright a {
  color: #ffffff;
}

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.inner-left {
  text-align: left !important;
}

.inner-center {
  text-align: center !important;
}

.inner-right {
  text-align: right !important;
}

.sbox {
  margin-bottom: .5em;
}

.box {
  margin-bottom: 1em;
}

.mbox {
  margin-bottom: 3em;
}

.center-box {
  margin-right: auto;
  margin-left: auto;
}

.inline-content {
  display: inline-block;
}

.message-box {
  padding: .5em;
  word-wrap: break-word;
}

.bold {
  font-weight: bold;
}

.hide {
  display: none;
}

.notes {
  color: #ff0000;
}

.caution:before {
  content: "*";
}

.border {
  border: 1px solid #cecece;
}

.nonborder {
  border: none;
}

.nonborder th,.nonborder td {
  border: none;
}

.nonbg {
  background: none;
}

.warning {
  color: #ff8800;
}

ul.warning {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.warning li {
  list-style-position: inside;
}

.error {
  color: #ff0000;
}

ul.error {
  margin-right: 0;
  margin-left: 0;
}

.error li {
  list-style-position: inside;
}

.info {
  color: #0000ff;
}

ul.info {
  margin-right: 0;
  margin-left: 0;
}

.info li {
  list-style-position: inside;
  list-style:none;
}

.required {
 color: #ff0000;
}

.possible-required {
  color: #ffa500;
}

.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;
}

.str-header {
  padding-top: 8px;
}

.nav-header {
  margin-top: 5px;
  margin-bottom: 20px;
}

.nav-header-menu {
  margin: 0;
  float: left;
}

.nav-header-menu>li:first-child {
  border-left: 1px solid #cecece;
}

.nav-header-menu>li {
  padding: 0 10px;
  border-right: 1px solid #cecece;
  float: left;
  list-style: none;
}

.nav-header-util {
  margin: 0;
  float: right;
}

.nav-header-util>li {
  padding: 0 10px;
  border-right: 1px solid #cecece;
  float: left;
  list-style: none;
}

.nav-header-util>li:first-child {
  border-left: none;
  max-width: 38em;
  word-break: break-all;
  word-wrap: break-word;
}

.str-header-banner-roll-history-container {
  margin-bottom: 7px;
}

.str-header-banner {
  margin: 0;
  float: left;
}

.str-header-roll-history-tbl {
  margin: 0;
  border: 1px solid #cecece;
  float: right;
  width: 350px;
  max-height: 95px;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

.str-header-roll-history-tbl th,.str-header-roll-history-tbl td {
  padding: .4em .5em;
  border: 1px solid #cecece;
}

.str-header-roll-history-tbl th {
  background-color: #eeeeee !important;
  text-align: left !important;
}

.str-header-news-link-container {
  margin-bottom: 7px;
  margin-left: 3px;
  height: 1em;
}

.str-header-news-link-container>span {
  display: none;
}

div#footer {
  margin-top: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
}

img,input,select,option,optgroup {
  vertical-align: middle;
}

input[type="submit"].btn,
input[type="button"].btn,
input[type="reset"].btn,
button.btn {
  padding: 0 .7em;
  border: 1px solid #808080;
  background-color: #ffffff;
  color: #000;
  cursor: hand;
  cursor: pointer;
}

input[type="submit"].btn[disabled="disabled"],
input[type="button"].btn[disabled="disabled"],
input[type="reset"].btn[disabled="disabled"],
button.btn[disabled="disabled"],
button.btn.disabled {
  color: #707070;
}

textarea {
  overflow: auto;
}

hr {
  margin: .5em 0;
  border-width: 1px 0 0 0;
  border-color: #aaaaaa;
  border-style: solid;
  height: 1px;
}

h3.title {
  padding-bottom: .2em;
  border-bottom: 1px solid #aaaaaa;
}

a:link,a:visited {
  color: #3333cc;
}

a:hover {
  color: #0000ff;
}

a:active,a:focus {
  outline: none;
}

table {
  width: 100%;
}

table.fix {
  table-layout: fixed;
}

th,td {
  border: 1px solid #cecece;
}

th,td {
  padding: .5em;
}

th {
  background-color: #eeeeee;
  font-weight: bold;
  text-align: center;
}

input[type="radio"] {
  margin-right: 4px;
  line-height: 1;
  vertical-align: middle;
}

label {
  line-height: 1;
  vertical-align: middle;
}

.breadcrumbs {
  margin-bottom: 14px;
}

.site-edit-menu-container {
  padding: 0;
  width: 25%;
  vertical-align: top;
}

.site-edit-menu-container dt,.site-edit-menu-container dd {
  margin-top: .5em;
}

.mod-pagetop {
  margin-bottom: .5em;
  text-align: right;
}

.mod-pagetop,.mod-pagetop a {
  color: #3333cc;
}

.mod-pagetop:before {
  margin-right: .2em;
  vertical-align: text-bottom;
  content: "▲";
}

.new {
  background-color: #ffffc0;
}

.outer {
  padding: 0;
}

.outer table {
  margin-bottom: 0;
  border: none;
}

.outer th,.outer td {
  border: none;
}

.p2 {
  width: 2% !important;
}

.p5 {
  width: 5% !important;
}

.p6 {
  width: 8% !important;
}

.p8 {
  width: 8% !important;
}

.p9 {
  width: 9% !important;
}

.p10 {
  width: 10% !important;
}

.p15 {
  width: 15% !important;
}

.p18 {
  width: 18% !important;
}

.p20 {
  width: 20% !important;
}

.p25 {
  width: 25% !important;
}

.p30 {
  width: 30% !important;
}

.p35 {
  width: 35% !important;
}

.p40 {
  width: 40% !important;
}

.p45 {
  width: 45% !important;
}

.p50 {
  width: 50% !important;
}

.p55 {
  width: 55% !important;
}

.p60 {
  width: 60% !important;
}

.p65 {
  width: 65% !important;
}

.p70 {
  width: 70% !important;
}

.p75 {
  width: 75% !important;
}

.p80 {
  width: 80% !important;
}

.p85 {
  width: 85% !important;
}

.p90 {
  width: 90% !important;
}

.p95 {
  width: 95% !important;
}

.p100 {
  width: 100% !important;
}

.label-before:before {
  margin-left: .5em;
  height: 0;
  visibility: hidden;
  content: ".";
}

.label-after:after {
  margin-right: .5em;
  height: 0;
  visibility: hidden;
  content: ".";
}

.abs-base {
  position: relative;
}

.abs-left {
  position: absolute;
  left: 0;
}

.abs-right {
  position: absolute;
  right: 0;
}

.abs-bottom {
  position: absolute;
  bottom: 0;
}

ul.none>li {
  list-style: none;
}

.wordout {
  word-wrap: break-word;
}

.str-message {
  margin: 0 0 1em 0;
  padding: .5em;
  word-wrap: break-word;
  border: 1px solid #cecece;
}

.str-error-message {
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
  padding: .5em;
  word-wrap: break-word;
  border: 1px solid #cecece;
  color: #ff0000;
}

.str-error-message li {
  list-style-position: inside;
}

.str-warn-message {
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
  padding: .5em;
  word-wrap: break-word;
  border: 1px solid #cecece;
  color: #0000ff;
}

.str-warn-message li {
  list-style-position: inside;
}

.theme-xml {
  color: #fff;
  background-color: #2c59ad;
}

.theme-web {
  color: #fff;
  background-color: #76c06c;
}

.input-1 {
  width: 99.5% !important;
}

.str-label {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}
