
#main{
  float:right;
}

#sidebar{
  float:left;
}

#sharebar{
    margin-left:700px;
  }

/*@media screen and (max-width:1110px){
  #sidebar{
    float:none;
  }
}*/
#h-top {
  min-height:140px;
}
#header .alignleft {
  margin-right: 30px;
  max-width: none;
}
/*ブログカードをカラム幅いっぱいにする*/
.blog-card {
  width: calc(100% - 40px);
  margin: 20px;
}
/*サイトタイトルを中央寄せ*/
#header .alignleft {
    text-align: center;
    max-width: none;
    /*width: calc(100% - 60px);*/
}

#h-top #site-title a{
  margin-right: 0 !important;
}

#site-description{
  margin-right: 0;
}

#header .alignright {
    display: none;
}

#footer-mobile-buttons a .menu-caption{
  font-size: 0.6em;
  font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

.menu-caption-menu::before{
  content: 'メニュー';
}

.menu-caption-search::before{
  content: '検索';
}

.menu-caption-prev::before{
  content: '前へ';
}

.menu-caption-next::before{
  content: '次へ';
}

.menu-caption-top::before{
  content: 'トップへ';
}

.menu-caption-sidebar::before{
  content: 'サイドバー';
}
@media screen and (max-width:639px){
  .article br{
    display: block;
  }
}
/*数字部分を消す*/
.social-count {
    display: none !important;
}

/*バルーンを消す*/
.arrow-box {
    display: none;
}

#sns-group-top .balloon-btn-set {
    width: auto;
}
.entry-content{
  margin-left: 0;
}

