/*
Template: hummingbird
Theme Name: hummingbird_custom
Theme URI:http://open-cage.com/hummingbird/
*/

h3, .h3 {
font-size: 1.2em;
font-weight: bold; }
h4, .h4 {
font-size: 1.1em;
font-weight: 700; }
h5, .h5 {
font-size: 1.0em;
font-weight: 600; }

.entry-content h3{
border-left: 4px solid;
border-bottom: 1px solid;
padding: .7em 0 .7em .8em;
margin-top: 1.8em;
}
.entry-content h4{
border-left:3px solid;
border-bottom: 1px solid;
padding: .7em 0 .7em .8em;
margin-top: 1.8em;
}
.entry-content h5{
border-left:3px solid;
padding: .7em 0 .7em .8em;
margin-top: 1.8em;
}

.comment,
.pingback {
clear: both;
overflow: hidden;
padding: 1.5em;
font-size: 1.0em;
border-bottom: 1px solid #f8f9fa;
}

.comment .comment-content blockquote {
color: #555;
border:1px solid #ddd;
background: #eee;
background: rgba(53, 53, 53, 0.05);
margin: 0;
font-size: 0.95em;
padding:1em 1.5em 0em;
border-radius:3px;
position:relative;
}

.comment .comment-content p {
margin: 0.7335em 0 1.5em;
font-size: 1em;
line-height: 1.5em; }

#main article footer p {
    margin: 0 0 1em;
    line-height: 1.75;
}

.chiriinchizu {
position: relative;
width:100%;
padding-bottom: 8px;
}
.chiriinchizu iframe {
max-width:100%;
margin: 0px auto;
display: block;
}
.chiriinchizul {
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
}
.chiriinchizul iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0px auto;
display: block;
}

/*YARPP*/
ul.related-list.cf{margin:0;}
ul.related-list.cf li{
margin:0 1% 1% 0;
padding:0;
}
ul.related-list.cf li:before{content:none;}
ul.related-list.cf li img{border:none;}
h2.related-h.h_ttl{
background:transparent;
box-shadow:none;
color:#3e3e3e;/*文字色*/
}
h2.related-h.h_ttl:after{border:none;}
h3.ttl{
border:none;
background:transparent;
}
.entry-content{padding:0;}

/* 人気記事表示（プラグイン WordPress Popular Posts 用） */
ul.wpp-list li{
	padding-right: 1.2em;
	border-bottom:1px dotted #ddd;
	margin-bottom:0.75em;
}
ul.wpp-list li:after{
	font-family:"fontawesome";
	content: '\f054';
	position:absolute;
	right: 0.2em;
	font-size: 1em;
	top:50%;
	margin-top: -0.5em;
}
ul.wpp-list li:hover:after{
	right:2px;
	-webkit-transform: translate(1px, 0);
	-moz-transform: translate(1px, 0);
	transform: translate(1px, 0);
}
ul.wpp-list li .eyecatch{
	width: 30%;
	max-width: 100px;
	float:left;
	margin-right:0.5em;
}
ul.wpp-list li a.wpp-post-title{
	display:inline;
}
.widget li span.date{
	display:inline-block;
}

/* 外部リンクアイコンを消す */
 .entry-content a[target="_blank"]:after {
 content:none;
 }

.mail_form{
    position:relative;
    width:100%;
    height:0;
    padding-top:670px;
}
.mail_form iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/*サイドバー追尾目次*/
.toc_widget_list li{
	font-size: 14px;
	font-weight: bold;
	padding: 1px 0;
}
.toc_widget_list li ul a::before{	
	content: "・";
}
.toc_widget ul li ul {
    border: none;
    padding: 0px 0px 0px 4px;
}
.toc_widget ul {
    max-height: auto;
    overflow-y: auto;
}
.toc_widget_list li ul{		
	margin-left: 1.0em;
	text-indent: -1.0em;
}
.toc_widget_list li ul li a {
	font-size: 14px;
	font-weight: normal;
}

#toc_container {
  max-width: 720px;
  width: 95%;
  border: 3px solid orange;
  margin: 15px;
}

#toc_container .toc_title {
  width: 85%;
  margin: 1em auto 0;
  border-bottom: 1px solid orange;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.4em;
}

#toc_container .toc_list {
  list-style: none;
  margin-left: 1em;
}

#toc_container .toc_list > li {
}

#toc_container .toc_list > li > ul {
  list-style: none;
}

#toc_container .toc_list > li > ul > li {
  margin-left: -1em;
}

/* ---------- 以下は<a>~</a>の指定 ---------- */

#toc_container .toc_list a {
  line-height: 1.4em;
  text-decoration: none;
  color: #333;
  transition-duration: .3s;
}

#toc_container .toc_list > li > a {
  font-size: 16px;
  font-weight: bold;
}

#toc_container .toc_list li a:hover {
  color: orange;
  transition-duration: .3s;
}

#toc_container .toc_list > li > ul a:hover {
  text-decoration: underline;
}