@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
*/

.kiwi-maru-light {
  font-family: "Kiwi Maru", serif;
  font-weight: 300;
  font-style: normal;
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.kiwi-maru-medium {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
}

H1,H2,H3,TH,P,DIV,A,SPAN {
font-family: 'Kiwi Maru', sans-serif;
}
/* ◆◆◆◆◆投稿リストの1つめの投稿を非表示◆◆◆◆◆*/
.first-displaynone ul li:first-child 
{
    display:none;
}

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

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

/* マウスホバー時の挙動 */
.tag-cloud-link:hover{
  background: #aaa!important;
}