/*
Theme Name: Suganami 2018 renewal
Theme URI: https://www.suganami.com/
Author: Ofuse
Author URI: https://www.ofuse.jp/
Description: 
Version: 1.0

*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■管理ページ用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#admincontrol {
	background-color: #CCCCCC;
	max-height: 500px;
	max-width: 300px;
	opacity: 0.8;
	overflow: scroll;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 1000;
}
a.post-edit-link {
	background-color: #F00!important;
	background-image: none!important;
	border-radius: 5px 5px 5px 5px!important;
	color: #FFFFFF!important;
	font-size: 10px!important;
	font-weight: normal !important;
	padding: 3px 5px!important;
	text-decoration: none!important;
	display: inline-block!important;
	line-height: 1.1!important;
}
a.post-edit-link:hover {
	background-color: #06C!important;
}

.pending{
	font-weight: bold;
	color: #fff;
	background-color: red;	
	display: inline-block;
	padding: 3px;
	line-height: 1;
	font-size: 12px;
	text-align: center;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■404用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#notfound {
	padding: 50px 0;
	text-align: center;
}
#notfound h2 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
#notfound p {
	text-align: center;
}