.navbar-default .navbar-nav>li> a {
   font-weight: bold;
   color: #000000;
}
.carousel{
   width:100%;  /*サイズ指定*/
   margin:auto;
}
.carousel img{
   width:100%;
}
.sub-title1 span {
   color: #888;
   font-size: .6rem;
}
.sub-title1 h4 {
   margin-top: 0;
   font-size: 1.1rem;
}
.sub-title3 h4 {
   font-size: .8rem;
   border-left: 3px solid #ccc;
   padding-left: 10px;
}
.sub-title3 p {
   margin-left: 14px;
}
.post-content {
   border-bottom: 1px solid #ccc;
   margin-bottom: 30px;
   padding-bottom: 30px;
}
.post-body p {
   font-size: .8rem;
}