/全てをまとめて非表示/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
display: none;
}

.header {
	background-color: white
}

.footer-center, .footer-right {
	text-align: center;
}

.navi-footer-in {
	display: none;

}

/* フッターナビゲーションメニュー */
#foot-in {
  padding-bottom:0px;
}
#menu-footernavigation{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  list-style-type: none!important;
}
#menu-footernavigation li{
  position: relative;
}
#menu-footernavigation li:after {
	content: "";
	width: 100%;
	height: 100%;
}
#menu-footernavigation li:not(:last-child):after{
  content:"｜";
	color: #FFF;
}
#menu-footernavigation li a {
  color: #FFFF;
	font-size: 0.8rem;
  font-weight: bold;
  margin-right:10px;
	background: none;
	box-shadow: none;
}
#menu-footernavigation li a:hover{
  color: #CCCCCC;
}

.content {
    margin-top: 0;
}

.entry-title {
	display: none;
}

.image-border {
	border: 1px solid #fff;
}

#navi .navi-in #menu-item-4047 a, #navi .navi-in #menu-item-4048 a, #navi .navi-in #menu-item-4049 a {
    color: #3cb371;
}