@charset "utf-8";
/*
 Theme Name:   child
 Theme URI:    http://ponte-vecchio.co.jp/wp/wp-content/themes/child/
 Author:       Alphacreate
 Template:     pontevecchio
 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;
}

/**
 * 404
 */

#not_found {
	margin: 30px auto;
}
#not_found dt{
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}
#not_found dd a{
	text-decoration: underline;
}
#not_found dd a:visited{
	text-decoration: underline;
}
#not_found dd a:hover{
	text-decoration: none;
}	


/**
 *  管理画面調整
 */

p.form-allowed-tags {
	display: none;
}
.comment-form-url,
.form-allowed-tags {
	display: none;
}

/*
上部アドミンバー
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;
}
/* ブログカテゴリ追加ボタン */
#blogcat-adder{
	display:none ! important;
}
#adminbar-search{
	display:none ! important;
}