/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/
#aunit
{
	top:0px;
}
blockquote
{
	font-size:0.8em;
}
.breadcrumb
{
	display:none;
}
#main.home, body.home #main
{
	margin-top:1em;
}

#header-nav
{
	font-family: "dnp-shuei-mgothic-std";
}

/* ウィジェットのタイトルは非表示 */
.widget-title
{
	display:none;
}

h1.post-title
{
	font-family:"dnp-shuei-mgothic-std";
}

/* 記事一覧の抜粋を両端揃えに */
.post-excerpt
{
	text-align: justify;
}

/* 記事本文を両端揃えに */
.entry-inner
{
	text-align: justify;
}

/* タグクラウドを両端揃えに */
.tagcloud
{
	text-align:justify;
	text-align-last:justify;
}

/* タグクラウドの文字サイズを設定 */
.widget_tag_cloud a
{
	font-size:0.8em!important;
}



.widget_recent_entries li:last-of-type a
{
	border-bottom:1px solid #eaeaea;
}

/* 最近の投稿リストの各リンク */
.widget_recent_entries li a
{
	border-top:1px solid #eaeaea;
	border-bottom:0px;
	text-align:justify;
	padding:5px 8px 10px 8px;
}

/* 最近の投稿リストの日付部分 */
.widget_recent_entries .post-date
{
	font-size:0.7em;
	text-align:right;
	color:#888;
}

/* 最近の投稿リストの投稿日時の左に時計マークを表示。*/
.widget_recent_entries .post-date::before
{
	font-family: "FontAwesome";
	content: "\f017";
	padding-right: .2em;
}

.grid-view .post-date
{
	font-size:0.7em;
	text-align:right;
	margin:0;
}

/* グリッドビューの投稿日時の左に時計マークを表示。*/
.grid-view .post-date::before
{
	font-family: "FontAwesome";
	content: "\f017";
	padding-right: .2em;
}

.grid-view .post-title
{
	font-weight:normal;
	margin:0;
}
.grid-view .post-excerpt
{
	margin-top:0.1em;
}

/* グリッドビューのpost-metaクラスは非表示。*/
.grid-view .post-meta
{
	display:none;
}

.post-title
{
	text-align:justify;
}

/* グリッドビューのpost-dateを小さく。*/
.grid-view .post-date
{
	font-size:0.7em;
}
.title-box-inner
{
	padding-top:0;
	padding-bottom:0;
}
.related-posts .post-category
{
	display:none;
}

.related-posts .post-title
{
	font-family:"dnp-shuei-mgothic-std";
}

/* 投稿ページの日付の上下のパディング。何故か右揃えにはできなかった。 */
footer.post-meta.content-box
{
	padding-top:5px;
	padding-bottom:5px;
}

/* コメントフォームのレイアウトなど修正。*/
@media screen and (max-width: 640px)
{
	.related-posts .related-posts-list .related-article { width: 100%; }
}

@media screen and (min-width: 481px)
{
	#commentform
	{
		-moz-column-count: 2;
		-webkit-columns-count: 2;
		column-count: 2;
	}
}

#respond p
{
	padding-bottom:1em;
}

#respond input[type=email], #respond input[type=text], #respond input[type=url]
{
	width:100%;
}

#respond textarea
{
	height: 4em;
}

#reply-title::after
{
	content: "Leave a comment";
}

#respond .logged-in-as
{
	text-align:justify;
	column-span: all;
}

#respond .comment-notes
{
	text-align:justify;
	column-span: all;
	font-size: 0.8em;
	line-height: 1.3em;
}

p.comment-form-comment
{
	column-span: all;
}

.comment-form-comment textarea
{
	height:4em;
}
.comment-form-comment label::after
{
	content:" Comment";
}

p.comment-form-url
{
	column-span: all;
}

.comment-form-url label::after
{
	content:" URL";
}

/* Pz-LinkCardのカスタマイズ */
.lkc-external-wrap
{
	border: 0;
}

.lkc-title
{
	font-weight: normal;
}