body {
	line-height: 160%
}
p {
	margin: 0 0 10px;
}

img.centered, .aligncenter, div.aligncenter {
	display: block !important;
}
/*---------------------------
【アイキャッチ】センター
---------------------------*/
.entry-thumbnail img {
    max-width: 100%;
    vertical-align: middle;
    display: block;
    margin-left: auto;
	margin-right: auto;}
/*---------------------------
【アイキャッチ】記事内非表示
.entry-thumbnail {
    display: none !important;
}
---------------------------*/
/*---------------------------
【サイドナビ】行間、段落調整
---------------------------*/
#colophon .widget p, #masthead-widgets .widget p, #secondary .widget p {
	margin-bottom: 16px;
	line-height: 160%
}
/*---------------------------
【メインナビ】下線エフェクト
---------------------------*/
.main-navigation li{
    margin: 0 0px;
}
.main-navigation a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding:0px 0;
}
.main-navigation a::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #24c48a;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.main-navigation a:hover::after {
  transform: scale(1, 1);
}

/*---------------------------
【サイドナビ】ソーシャルボタン調整
---------------------------*/
.jetpack_widget_social_icons ul{
	text-align: center;
}

.jetpack_widget_social_icons ul li {
    border: 0;
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 0 5px;
}

/*---------------------------
【SNS共有ボタン】カラー調整
---------------------------*/
.sd-content .share-count { background: #cc898d; }
/*---------------------------
【フッターナビ】横並び調整
---------------------------*/
#colophon .widgets {
    padding: 0px 0;
}

.menu-footer-menu-container {
	font-family: Lato,sans-serif;

font-size: 10px;
	
  overflow: hidden;
}
.menu-footer-menu-container ul {
    margin: 0;
	padding:0;
    float: right;
} 
.menu-footer-menu-container li {
	padding: 4px 6px;
  text-align: center;
  background-color: #fff;
  float: left;
}
 
.menu-footer-menu-container li a {
  text-decoration: none;
  color: #fff;

}


/*---------------------------
【BLOG】Hタグ調整.entry-content
---------------------------*/
.entry-content h3 {
	border-left: 5px solid #fff;
	background-color: #ffffff;
	border-bottom: 0px;
	padding: .5em .95em;
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.entry-content h4, #comment-area h4, #related-entries h4 {
	position: relative;
	padding: 5px 0 5px 20px;
	border-bottom: 2px solid #ccc;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 1%;
}
.entry-content h4::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #24c48a;
}
.entry-content h5 {
	clear: both;
	border-left: 7px solid #24c48a;
	padding: 0 7px;
	margin-top: 30px;
	margin-bottom: 1%;
}