/*
Theme Name: habakiri-child
Theme URI: http://2inc.org ( ѓeЃ[ѓ}‚МURL )
Description: Habakiri ‚̎qѓeЃ[ѓ}‚ł· ( ѓeЃ[ѓ}‚̐а–ѕ )
Author: Takashi Kitajima ( ЌмЋҖј )
Author URI: http://2inc.org ( ЌмЋ҂МURL )
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/

body {
    /* ゴシック体の場合 */
    font-family: "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    /* 明朝体の場合 */
    font-family: "Roboto", "Droid Sans", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.8;
    font-weight: 500;
}

p, ul, ol, dl, table {
    margin-bottom: 20px;
}

h2, .h2 {
    font-size: 26px;
    margin: 40px 0 20px;
}

h3, h3 {
    font-size: 22px;
    margin-bottom: 0; /* topページ用の隙間をなくす */
}

.copyright {
  background-color: #9ddcdc;
  color: #fff;
  font-size: 12px;
  padding: 15px 0; }
.copyright a {
  color: #fff; }


.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%;
	margin-left: 0;  /* TOP写真の左寄せ*/
}

.top-wp-block-buttons {
	display: flex;
	background-color: #fff4e1;
}

/*著者情報を消す*/
.page .author-info {
    display: none;
}

/*著者情報を消す*/
.post .author-info {
    display: none;
}