@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

body {
/*	font-family: "HelveticaNeueW01-45Ligh", "Noto Sans Japanese", "Noto Sans SC", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: 200;
	letter-spacing: .15em;
}

.header-wrap {
    box-shadow: none!important;
}

#onlynav ul li a {
	font-weight: 200;	
}

#onlynav ul li:hover {
	background: none!important;
}


/* 記事一覧（グリッド） */

.sc_article.grid>a {
	width: calc(25% - 16px);
}

.grid_post-box {
	width: calc(25% - 16px);
}

@media screen and (max-width: 768px) {
	.sc_article.grid>a {
	width: calc(50% - 16px);
}

.grid_post-box {
	width: calc(50% - 16px);
}

}



/* フッター */
#copyright {
  display: block;
  float: none;
  text-align: center;
}

/* 非表示 */
.sc_article.grid li .meta, .sc_article.list li .meta { display: none; }
.hentry .single-post-category { display: none; }
.post-meta-all { display: none; }
.wrap-post-title { display: none; }
h1.single-post-title { display: none; }