@charset "UTF-8";

/*子テーマ用「base.css」*/

/*ロゴ画像を大きくして中央へ*/
 
.keni-header .site-title,
.keni-header_col1 .site-title{
	float: none;
	max-width: 100%;
	text-align: center;
}

.keni-header_col1 .keni-header_cont{
	max-width: 100%;
}

.keni-header_col2 .keni-header_cont{
	display: none;
}

/* ------------------------------------------------- */


/*キャプチャマークを非表示*/

.grecaptcha-badge { visibility: hidden; }

/* ------------------------------------------------- */

/*フッターパネル変更*/

.keni-footer-panel ul {
    display: table;
    width: 100%;
    margin: 0;
    table-layout: auto;
    border-top: 1px solid #e8e8e8;
}
/* ------------------------------------------------- */

/*fフォント変更*/
body,
input,
textarea{
    font-family: ‘メイリオ’, Meiryo, ‘ヒラギノ角ゴシック Pro’, ‘Hiragino Kaku Gothic Pro’, ‘Yu Gothic Medium’, ‘游ゴシック Medium’, ‘游ゴシック体’, ‘Yu Gothic’, YuGothic, Osaka, ‘ＭＳ Ｐゴシック’, ‘MS PGothic’, sans-serif;
}
/* ------------------------------------------------- */

/*ヘッダー上部の斜線を消す*/

.keni-header_wrap {
    background: #fff!important;
 }

/* ------------------------------------------------- */

