body {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #333;
  background-color: #F9F6F1;
  background-image: url('');
  background-position: left top;
  background-repeat: repeat;
  word-wrap: break-word;
}
a {
  color: ;
  text-decoration: none;
}
a:hover,
a:focus {
  color: ;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
p {
  margin: 5px 2px 5px 2px;
}
.header,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}
.header {
  border-bottom: 1px solid #e8e8e8;
}
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 10px;
}
.footer {
  margin-top: 20px;
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e8e8e8;
}
.sf-header {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.sf-header-img-box {
  display: block;
  text-align: center !important;
}
.sf-header-img-box img {
  margin-left: auto;
  margin-right: auto;
}
.sf-header-txt-box {
  display: none;
}
div.sf-header p {
  color: #333;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sf-header {
    width: 100%;
    margin-bottom: 15px;
    display: table;
  }
  .sf-header-img-box,
  .sf-header-txt-box {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: right;
  }
  div.sf-header-img-box img {
    margin: 0px 0px;
  }
}
.sf-teaser {
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .container {
    max-width: 900px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .header,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  .header {
    margin-bottom: 30px;
  }
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.justifiedext {
  background-color: #e5e5e5;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.justifiedext > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #777;
  text-align: center;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
  background-image: -webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background-image: -o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background-image: linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lighten(@nav-gradient-bg, 15%)',endColorstr='@nav-gradient-bg',GradientType=0);
  background-repeat: repeat-x;
  border-bottom: 1px solid #bfbfbf;
}
.justifiedext > .active > a,
.justifiedext > .active > a:hover,
.justifiedext > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,0.15);
}
.justifiedext > li > a {
  border-radius: 0;
}
.justifiedext > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.justifiedext > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 768px) {
  .justifiedext {
    max-height: 52px;
  }
  .justifiedext > li > a {
    border-right: 1px solid #bfbfbf;
    border-left: 1px solid #ffffff;
    border-radius: 0;
    border-bottom: 1px;
  }
  .nav-pills.justifiedext > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-pills.justifiedext > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}
.navbar-custom {
  text-align: center;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
  background-image: -webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background-image: -o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background-image: linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lighten(@nav-gradient-bg, 15%)',endColorstr='@nav-gradient-bg',GradientType=0);
  background-repeat: repeat-x;
  border-bottom: 1px solid #bfbfbf;
  border-radius: 5px;
}
.navbar-custom .navbar-collapse {
  padding: 0;
}
.justdefaultnav {
  background-color: #e5e5e5;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
.justdefaultnav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #777;
  text-align: center;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
  background-image: -webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background-image: -o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background-image: linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lighten(@nav-gradient-bg, 15%)',endColorstr='@nav-gradient-bg',GradientType=0);
  background-repeat: repeat-x;
  border-bottom: 1px solid #bfbfbf;
}
.justdefaultnav > .active > a,
.justdefaultnav > .active > a:hover,
.justdefaultnav > .active > a:focus {
  background-color: #9DDA81 !important;
  color: #fff !important;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,0.15);
}
.justdefaultnav > li > a {
  border-radius: 0;
  white-space: nowrap;
}
.justdefaultnav > li:first-child > a {
  border-radius: 0;
  border-left: none;
}
.justdefaultnav > li:last-child > a {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .navbar-custom {
    border-radius: 5px;
  }
  .justdefaultnav {
    max-height: 52px;
  }
  .justdefaultnav > li > a {
    border-right: 1px solid #bfbfbf;
    border-left: 1px solid #ffffff;
    border-radius: 0;
    border-bottom: 1px;
  }
  .justdefaultnav > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .justdefaultnav > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}
.nav-pills.justdefaultnav > li + li {
  margin-left: 0px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #9DDA81;
  color: #fff;
}
.nav-tabs.justifiedext {
  border-radius: 5px 5px 0 0;
}
.nav-tabs.justifiedext > li.active > a,
.nav-tabs.justifiedext > li.active > a:hover,
.nav-tabs.justifiedext > li.active > a:focus {
  background-color: #fff;
  color: #555555;
  border-color: #fff;
}
.nav-tabs.justifiedext > li > a {
  color: #777;
  border-bottom: 1px solid #bfbfbf;
  border-radius: 5px 5px 0 0;
}
.nav-tabs.justifiedext > li:first-child > a {
  border-bottom: 1px solid #bfbfbf;
  border-radius: 5px 5px 0 0;
}
.nav-tabs.justifiedext > li:last-child > a {
  border-bottom: 1px solid #bfbfbf;
  border-radius: 5px 5px 5px 5px;
}
.nav-tabs.justifiedext > li a:hover,
.nav > li > a:focus {
  background-color: #fff;
  text-decoration: none;
}
.nav-tabs.justifiedext > li > a:hover {
  border-color: #fff #fff #e6e6e6;
}
@media (min-width: 768px) {
  .nav-tabs.justifiedext > li > a {
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs.justifiedext > li:first-child > a {
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs.justifiedext > li:last-child > a {
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
  }
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  text-align: center;
  vertical-align: middle;
}
.table-bordered {
  border: 1px solid #e8e8e8;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e8e8e8;
  background-color: transparent;
  color: #333;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.responsive-utilities td.is-hidden {
  background-color: #f9f9f9 !important;
  color: #ccc !important;
}
.responsive-utilities td.is-visible {
  background-color: #dff0d8 !important;
  color: #468847;
}
.table th.sf-th-bg {
  background-color: #9DDA81 !important;
  color: #fff;
}
.panel-default {
  border-color: #e8e8e8;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #EDE5D2;
  border-color: #e8e8e8;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e8e8e8;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e8e8e8;
}
.panel-default > .panel-body {
  color: #333;
  background-color: #fff;
  border-radius: 3px;
}
.panel-heading + .panel-body {
  border-top-left-radius: 0px 0px;
  border-top-right-radius: 0px 0px;
}
a.list-group-item {
  color: #555;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #9DDA81;
  border-color: #9DDA81;
}
.list-group-item > .detail-btn {
  position: relative;
  top: -5px;
  float: right !important;
}
.media-body > .detail-btn {
  position: relative;
  top: -5px;
  float: right !important;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #cccccc;
}
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #9DDA81;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #d9d9d9;
  border-color: #a6a6a6;
}
.btn-primary {
  color: #fff;
  background-color: #9DDA81;
  border-color: #8ed46d;
}
fieldset[disabled] .btn-primary.active {
  background-color: #9DDA81;
  border-color: #8ed46d;
}
.btn-primary .badge {
  color: #9DDA81;
  background-color: #fff;
}
.navbar-primary .navbar-toggle .icon-bar {
  background-color: #9DDA81;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #6fc946;
  border-color: #62bd38;
}
.modal-content {
  color: #333;
  background-color: #F9F6F1;
  border: 1px solid #e8e8e8;
  border: 1px solid rgba(0,0,0,0.2);
}
.modal-header {
  border-bottom: 1px solid #e8e8e8;
}
.modal-footer {
  border-top: 1px solid #e8e8e8;
}
.modal-header .close {
  color: #e8e8e8;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-header .close:hover,
.modal-header .close:focus {
  color: #e8e8e8;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.form-control {
  color: #555;
  background-color: #fff;
  border: 1px solid #cccccc;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.radio-inline,
.checkbox-inline {
  margin-right: 10px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
  margin-right: 10px;
}
.sf-mtb-s {
  margin: 20px 0;
}
label.sf-elm-block {
  display: block;
}
.sf-paddingclear-tb {
  padding-top: 0;
  padding-bottom: 0;
}
.sf-calpager {
  margin-top: 10px;
  margin-bottom: 10px;
}
.sf-date-top {
  background-color: transparent !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  display: inline-block !important;
  border: none !important;
}
.pager li > a,
.pager li > span {
  color: #777;
  background-color: #e5e5e5;
  border: 1px solid #cccccc;
}
.pager li > a:hover,
.pager li > a:focus {
  background-color: #cccccc;
}
.sf-signout-btn {
  margin-bottom: 7px;
}
.popover {
  background-color: #fff;
}
.popover-title {
  background-color: #EDE5D2;
  border-bottom: none;
  color: #333;
}
.popover.bottom .arrow:after {
  border-bottom-color: #fff;
}
.navbar-toggle {
  z-index: 2;
}
.navbar-brand-center {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  margin: auto;
}
@media (min-width: 768px) {
  .navbar-brand-center {
    margin-left: 0 !important;
  }
}
.sf-mc-header {
  display: block;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  background-color: #9DDA81;
}
.sf-mc-header-img-box {
  display: block;
  height: 33px;
  text-align: center !important;
}
.sf-mc-header-img-box img {
  height: 33px;
  margin-left: auto;
  margin-right: auto;
}
.sf-navbar-inverse {
  background-color: #9DDA81;
}
