body {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.navbar {
  margin-bottom: 0px;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 16px;
}
.btn-inverse {
  color: #9d9d9d;
  background-color: #222;
  border-color: #080808;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #fff;
  background-color: #333;
  border-color: #181818;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #444;
  border-color: #282828;
}
.btn-inverse .badge {
  color: #337ab7;
  background-color: #fff;
}
.table > tbody > tr.success > td {
  background-color: lightpink;
}
.carousel-caption {
    top: 30px;
    font-weight: bold;
    opacity: 0.8;
    text-shadow: 0 1px 5px rgba(255, 255, 255, .9)
}
@media (max-width: 767px) {
  .carousel-caption {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-caption {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-caption {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .carousel-caption {
    font-size: 40px;
  }
}

.panel-success-inverse {
  border-color: #3c763d;
}
.panel-success-inverse > .panel-heading {
  background-color: #79B74A;
  color: #fff;
  border-color: #3c763d;
}
.panel-success-inverse > .panel-heading + .panel-collapse > .panel-
 {
  border-top-color: #3c763d;
}
.panel-success-inverse > .panel-heading .badge {
  background-color: #79B74A;
  color: #fff;
}
.panel-success-inverse > .panel-footer + .panel-collapse > .panel-
 {
  border-bottom-color: #3c763d;
}
.panel-icon {
  width: 40px;
  height: 40px;
  margin: -25px 10px -10px -25px;
}
.nav-tabs > li > a:hover {
  background-color: #B9F78A;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #79B74A;
  border-radius: 8px 8px 0 0;
  outline : none;
}
.nav-tabs > li > a {
  border-radius: 8px 8px 0 0;
}
.tab-pane > table > tbody > tr > th {
  background-color: #eee;
}
.tooltip {
  font-family: inherit;
}
.tooltip.in {
  opacity: 1;
}
.tooltip-inner {
  background-color: #337ab7;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #337ab7;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #337ab7;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #337ab7;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #337ab7;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #337ab7;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #337ab7;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #337ab7;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #337ab7;
}

p {
  margin-left: 10px;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
}
#page-top a {
  background: #59972A;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 5px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #79B74A;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmapr object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ifrm-container {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  height: 250px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
  margin-right: 5px;
}
.ifrm {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
