@charset "UTF-8";
/*
 Theme Name:   KahooBlog
 Theme URI:    https://kahoo.blog
 Description:  SANGOの小テーマです。
 Author:       Takafumi Suzuki
 Author URI:   https://kahoo.blog
 Template:     sango-theme
 Version:      1.5
 Text Domain:  kahoo-blog
*/

.profile-content{
  overflow: hidden; /* サイドバーのプロフィール文言のmarginが活きてないのでその対策 */
  font-size: 0.9em; /* 0.95emだとちょっと大きいので調整 */
}

/*
  20200310
  スマホから見たらリンクのアンダーバーが消えていたので表示させる
  変更は局所的に抑える為特定ドメインのみアンダーバーを付与する
*/
a[href*="click.linksynergy.com"],
a[href*="af.moshimo.com"]{
  text-decoration: underline;
}

#header-description {
	color: white;
	display: block;
	font-size: 13px;
	font-weight: 600;
	text-indent: 1em;
}

/* 20191217 サイドバー内スクロール */
/* 20200328 SANGOがデフォルトでサイドバースクロールを対応したので解除してみた */
#fixed_sidebar .toc_widget_list {
  /* max-height: 380px;
  overflow-y: auto; */
  font-size: 90%;
}

/* 20191217 楽天サイドバーがキレイに収まるような追加css */
#fixed_sidebar .widget .my_rakuten_sidebar{
  display: flex;
  min-height: 170px;
  justify-content: center;
  align-items: center;
}

/* SANGOはh6まで使う想定ではないようなのでfont-sizeが小さい。大きくしてあげる */
h6{
  font-size: 1em;
}

/* 記事内画像のfancybox化に伴いリンクのボーダー色をつける */
a[data-fancybox="gallery"] {
  border: 1px solid #4f96f6;
  display: inline-block;
}

.page-template-page-forfront2col-php #content h2:first-child{
  margin-top: 0;
}
