@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* タグクラウドの指定 */
.tag-cloud-link{
  background:transparent;
  color:#0000ee!important;
  border:solid 1px #ff0000;
  padding:6px 8px;
  margin: 4px;
  line-height: 1;
  border-radius: 2px;
  font-weight: normal;
  font-size:15px!important;
  text-decoration:none;
  box-sizing: border-box;
}

 /* タグ数をタグクラウドに合わせる */
.tag-link-count{
  color: inherit!important;
  font-size:inherit!important;
}

/* マウスホバー時の挙動 */
.tag-cloud-link:hover{
  background:  #66b2ff;!important;
  color:#fff!important;
  border:solid 1px;
}

/* タグリストの指定 */
.c-tagList__link{
  background:transparent;
  color:#0000ee!important;
  border:solid 1px #ff0000;
  padding:6px 8px;
  margin: 4px;
  line-height: 1;
  border-radius: 2px;
  font-weight: normal;
  font-size:1.5em!important;
  text-decoration:none;
  box-sizing: border-box;
}



/* マウスホバー時の挙動 */
.c-tagList__link:hover{
  background:  #66b2ff;!important;
  color:#fff!important;
  border:solid 1px;
}