@charset "UTF-8";

/* 不要な箇所を非表示 */
#header .rightBox,
#gnav,
#side,
#blogside,
#bread,
#content-bottom,
#footer{
  display:none;
}

/* レイアウト調整 */
#contentBase,
#blogBody #blogList{
  width: 100%!important;
  float: none;
}

/* ロゴとページネーション以外のリンククリック不可 */
a:not(#header a):not(#pagenation a){
  pointer-events: none;
}

@media screen and (max-width: 767px) {
.entry {
    margin-top: 50px;
    }
}
