@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

/* フォント指定 */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');

* {
	font-family: 'Noto Sans JP', sans-serif;
}

/* ヘッダ */
.l-header__center {
	padding: 16px 0;
}
.c-headLogo:hover {
	opacity: .75;
	transition: opacity 0.2s;
}

/* ヘッダ：ナビゲーションメニュー */
.c-gnav li {
	list-style: none;
}
.c-gnav__li.-current,
.c-gnav__li.focus,
.c-gnav__li:hover {
	color: #ffffff;
	opacity: .75;
	transition: opacity 0.2s;
}

/* フッタ */
.l-footer__foot {
	padding-bottom: 2rem;
	padding-top: 2rem;
}

/* 共通：メインストーリーリスト */
ul.main_stories {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* 投稿：投稿者情報 */
figure.p-authorBox__avatar {
	display: none;	
}
div.p-authorBox__body {
	margin-left: 0;
}
div.p-authorBox__body span.p-authorBox__name {
	text-align: left;
}

/* 共通：シェアボタン（左） */
.a2a_vertical_style {
	top: initial !important;
	bottom: 8px !important;
}