@charset "utf-8";
/*
 Theme Name:   child
 Theme URI:    http://richouen.co.jp/wp/wp-content/themes/child/
 Author:       Alphacreate
 Template:     twentyseventeen
 Version:      1.0.0
 Text Domain:  child
*/

/* Alignments */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1em 0.5em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 0.5em 1em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/* Clearings */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}

/* 管理画面調整 */
p.form-allowed-tags {
	display: none;
}
.comment-form-url,
.form-allowed-tags {
	display: none;
}

html {
	margin: 0!important;
}
#wpadminbar {
	display:none ! important;
}

/* 上部アドミンバー
　　Wordpressロゴ */
#wp-admin-bar-wp-logo {
	display:none ! important;
}
/* コメント承認待ち */
#wp-admin-bar-comments {
	display:none ! important;
}
/*新規追加*/
#wp-admin-bar-new-content {
	display:none ! important;
}
/* Wordpress更新 */
#wp-admin-bar-updates {
	display:none ! important;
}
/*固定ページを編集*/
#wp-admin-bar-edit {
	display:none ! important;
}
/* ブログカテゴリ追加ボタン */
#blogcat-adder{
	display:none ! important;
}
#adminbar-search{
	display:none ! important;
}

dl#not_found {
	font-size: 14px;
	text-align: left;
	width: 90%;
	max-width: 980px;
	margin: 30px auto 30px;	
}
dl#not_found dt {
	color: #E1261D;
	font-size: 16px;
	font-weight: bold;
}
dl#not_found dd a {
	text-decoration: underline;
}
dl#not_found dd a:hover {
	text-decoration: none;
}



