/*
Theme Name: BlogHash Child
Template: bloghash
Description: BlogHash の子テーマです。
Author: kaori
Version: 1.0
*/

@import url("../bloghash/style.css");  /* 古い方法だが念のため記載（実際は functions.php で読み込む） */

.entry-content h4{
	padding:14px 20px;
	border-left: 7px solid #f43676;
	background-color:#F5F5F5;
	margin: 4rem 0!important;
}
.bloghash-article h5{
	color:#132655
}
/**prof*/
.sideprof {
	font-size: 0.8125em;
	line-height: 1.6em;
}

.sideprof span {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.sideprofimg {
	display: block;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	overflow: hidden;
	margin: 0 auto;
}

.sideprof .profsns {
	width: 65%;
	margin: 15px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	border-top: 1px solid #dddddd;
	padding-top: 15px;
}

.sideprof .profsns span.snsbtn {
	font-size: 20px;
	line-height:100%;
	
}

.sideprofimg img {
	width: 100%;
	height: auto;
}

.btn_side a {
	display:block;
	width: 80%;
	padding: 10px;
	margin: 10px auto 50px;
	background: #000000;
	color: #ffffff;
	text-align:center;
	border-radius: 4px;
	text-decoration: none;
}

.btn_side a:hover {
	color: #ffffff;
}
/*目次**/
.toc-container {
  background: #F5F5F5;
  border: 1px solid #ddd;
  padding: 1em;
  margin-bottom: 2em;
  border-radius: 8px;
}
.toc-title {
  font-weight: bold;
  margin-bottom: 0.5em;
	margin-left: 2rem
}
.toc-list {
  list-style: none;
  padding: 0;
}
.toc-list li {
  margin: 0.3em 0;
}
.toc-list li a {
  color: #0073aa;
  text-decoration: none;
}
.toc-list li a:hover {
  text-decoration: underline;
}
.toc-h3 {
  margin-left: 1em;
  font-size: 0.95em;
}

