/*---------------------------------
見出しh2青ふきだし
--------------------------------*/
.article h2 {
	position: relative;
	padding: .5em .75em;
	background-color: #1e73be;
	color: #fff;
	border-radius: 6px;
	border-left:none;
}
.article h2::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #1e73be;
}
/*---------------------------------
見出しh3青線
--------------------------------*/
}
.article h3,
#comment-area h3,
#related-entries h3{
	font-size:23px;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}
.article h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #1e73be;
}

#page-top{
  position:fixed;
  display:none;
  right: 10px;
  bottom: 10px;
}
 /*トップボタン丸くする*/
#page-top a{
  color:#fff;
  padding:2px 10px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  background-color: #001e57;
  line-height:100%;
  border-radius: 50%;
  font-size:24px;
}
/*ボタンを大きくする*/
#page-top{
  position:fixed;
  display:none;
  right: 10px;
  bottom: 10px;
}
 
#page-top a{
  color:#fff;
  padding:7px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  background-color: #aaa;
  line-height:100%;
  border-radius: 4px;
  font-size:24px;
}

/*トップの固定ページのタイトルと日付を消す*/
#post-533 .entry-title {
 display:none;
}
#post-533 .post-meta {
 display: none;
}

/*ログインの余計なものを消す*/
#post-620 .entry-title {
 display:none;
}
#post-620 .post-meta {
 display: none;
}

/*パスワードリセットの余計なものを消す*/
#post-625 .entry-title {
 display:none;
}
#post-625 .post-meta {
 display: none;
}