body {
  background: #f1f3f9;
}
/* .container {
  background: white;
  width: 1920px;
  max-width: 100%;
} */
body.portal-login .container {
  background: url('/media/subtle/light-veneer.png');
}
body.board-login .container {
  background: url('/media/subtle/cheap_diagonal_fabric.png');
}
.navbar-inverse {
  background-color: #6f167c;
}
.navbar.navbar-inverse {
  background-color: #6f167c;
}
.navbar-inverse .navbar-brand {
    color: white;
    font-weight: bold;
}
.navbar-inverse .navbar-nav > li > a {
    color: white;
    font-weight: bold;
}
.navbar {
  margin-bottom: 0;
}
.required {
  color: red;
}
dl.fl dt {
    padding-bottom: 10px;
    padding-top: 10px;
    min-width: 120px;
    float: left;
    clear: both;
    font-weight: bold;
    margin-right: 1em;
}
dl.fl dd {
    padding: 10px 0 10px 130px;
    border-bottom: 1px solid #9996;
}
dl.fl dd::after{
  clear: both;
}
dl.fl dt.dtonly {
  float: none;
  display: block;
  border-bottom: 1px solid #9996;
}
dl.fl dd.dtonly {
  display: none;
}
.form-control {
  font-size: 18px;
  color: black;
  border-radius: 0;
}
#confirmation, .confirmation {
  color: #110759;
  font-weight: bold;
  font-size: 22px;
  font-family: Consolas, \'Courier New\', Courier, Monaco, monospace;
}
.top-image {
  width: 100%;
}
.max-width {
  width: 100%;
}
.btn, .alert, .well {
    border-radius: 0;
}
.btn-group-lg > .btn, .btn-lg {
    border-radius: 0;
}
.panel, .panel-heading{
    border-radius: 0;
}
.right {
  text-align: right;
}
.para {
  text-indent: 1em;
  margin-bottom: 0.5em;
}

.ibmr {
  margin-right: 0.6em;
}
.ibmr input[type=radio], .ibmr input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #e2edd7;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #53b300;
}
.radio::after, .checkbox::after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -5px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: '';
    z-index: 2;
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 3.5px;
  display: block;
  margin-top: -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox::before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -13px;
    width: 10px;
    height: 20px;
    border-right: 3px solid #53b300;
    border-bottom: 3px solid #53b300;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.ib {
  display: inline-block;
}
.pubdate {
  text-align: right;
}
.prevnext dt {
    float: left;
    clear: both;
    font-weight: bold;
    margin-right: 1em;
}
.prevnext dd {
    padding-left: 6em;
}
.prevnext dd::after{
  clear: both;
}
ul.newslist {
  padding-left: 0;
}
ul.newslist li {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #9996;
  list-style: none;
}
textarea[name="abstract"] {
    font-family: "Osaka−等幅","ＭＳ ゴシック","monospace";
}
.btn-disabled {
    color: #fff;
    background-color: black;
    border-color: black;
}
.btn-disabled.active, .btn-disabled.focus, .btn-disabled:active, .btn-disabled:focus, .btn-disabled:hover, .open > .dropdown-toggle.btn-disabled {
    color: #fff;
    background-color: black;
    border-color: black;
}
.carousel-indicators li {
	background: gray;
  color: black;
  /* box-shadow */
  box-shadow:0px 0px 6px 3px #ffffff;
  -moz-box-shadow:0px 0px 6px 3px #ffffff;
  -webkit-box-shadow:0px 0px 6px 3px #ffffff;
}
.carousel-indicators li.active {
	background: #00dd00;
  border-color: white;
}
.carousel-indicators {
  bottom: 0px !important;
}
body, .alert, .badge, .breadcrumb, .label, .lead, .no-thank-yu, .pager, .pagination, .popover, .tooltip, .list-group, .nav-pills, .nav-tabs, .navbar, .form-control {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, th, dt, strong, code, .panel-heading, .panel-title, .btn, .input-gruop, .control-label, label, .font-weight-bold, .navbar-header, .dropdown-toggle{
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}