body{
  color: #333;
  background-color: #f9f9f9;
padding-top:90px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.navbar-brand {
  margin-right: 5px;
  font-size: 20px;
  float: left;
  line-height: 22px;
}

body  header h1.navbar-brand{
font-family: 'Alice', serif !important;
font-size:26px;
font-weight:bold;
display:inline-block;
width:240px;
height:60px;
margin:10px 0 0 0;
  padding:14px 12px;
line-height:1;
margin-left:4px !important;
background-image:url(../img/logo.png);
background-position:right bottom;
background-repeat:no-repeat;
-webkit-background-size:60px 60px;
background-size:60px 60px;
color:#2196f3 !important;
text-align:center;
text-shadow:none;
}
body  header .navbar-brand small{
font-size:54%;
font-weight:normal;
text-align:left;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 0;
    padding-top: 7.25px;
    padding-bottom: 0;
    padding-bottom: 7.25px;
    margin-top: 21.75px;
    margin-bottom: 21.75px;
    border-radius: 4px;
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: -21.75px;
  }
  .navbar-nav > li:not(:last-child) {
    margin-right: 5px;
  }
}.list-group div a {
  position: relative;
  display: block;
  padding: 10px 12px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group div a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.list-group div a:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.backBtn-grid {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
}
.backBtn-grid:before, .backBtn-grid:after {
  display: table;
  content: " ";
}
.backBtn-grid:after {
  clear: both;
}
.backBtn-grid a {
  display: inline;
}
.backBtn-grid a,
.backBtn-grid span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
}
.backBtn-grid a:hover,
.backBtn-grid a:focus {
  text-decoration: none;
  background-color: #eee;
}
.backBtn-grid span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
