@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* 本文上部のInstagram風ハッシュタグ */
.mnego-tags-top {
    margin: 0 0 20px;
    padding: 8px 0;
    line-height: 1.9;
}

.mnego-tags-top .mnego-hashtag {
    display: inline-block;
    margin-right: 12px;
    color: #1565c0;
    font-size: 16px;
    text-decoration: none;
}

.mnego-tags-top .mnego-hashtag:hover {
    text-decoration: underline;
}
/* Cocoon標準の下部タグもハッシュタグ風にする */
.entry-tags {
    line-height: 1.9;
}

.entry-tags .fa-tag {
    display: none;
}

.entry-tags a {
    border: none;
    background: transparent;
    padding: 0;
    margin-right: 12px;
    color: #1565c0;
    font-size: 16px;
    text-decoration: none;
}

.entry-tags a::before {
    content: "#";
}

.entry-tags a:hover {
    background: transparent;
    text-decoration: underline;
}