@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
 /* ヘッダーのとこ */
 .header_small_content,.header-logo{
   display: none;
 }
.header-wrap {
  box-shadow: none;
}
/* サイドバープロフィール */
.button a:hover {
  background-color: red !important;
}
/*記事下プロフィール  */
.post-author a,.post-description a {
  font-weight: bold;
  color:blue;
}
/* 会話ツールの文字が小さいの修正 */
.text.sc_balloon {
  font-size:16px !important;
}
/* プロフィールの説明文字も修正 */
.diver_widget_profile.meta
{font-size:12px;
  font-weight:bold;
}
