/* 日付あり投稿記事 */

.clm_time {
    color: #888;
    background-color: #f0f5f9;
    padding: 0.5em 1em;
    border-radius: 8px;
}

.catemini h1 {
border-bottom: solid 3px #e0f1ff;
position: relative;
}

.catemini h1:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #0091db;
bottom: -3px;
width: 20%;
}

.entry-content h2 {
padding: 0.5em;
margin-top: 2em;
color: #000;
background: #e0f1ff;
border-left: solid 5px #0091db;
}

.square-btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.square-btn:hover {
    background: #67c5ff;
    color: white;
}

.font-by{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* SNS */
.addtoany_share_save_container {
	text-align:center;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0 6px 0;
    margin-top: 4em !important;
}
.addtoany_header {
	font-size: 0.9em;
	color: #666;
	margin:0 !important;
	font-weight:bold;
}

/* 投稿記事ページネーション */
.post-navi-seibun {
	display:none;
}