/* 日付なし成分辞典投稿記事 */

.clm_time {
	display:none;
}

.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%;
}

.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;
}

/* 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 {
	display:none;
}