/*---------------------------------------------------------------------------------

		Template: fukasawa
	Theme Name: Fukasawa blog
	Text Domain: fukasawa-blog
	Description: 園ブログ用子テーマ
	Version: 1.0

-----------------------------------------------------------------------------------*/
@charset "utf-8";

/* override main.css //////////////////////////////////////////////////////
/* 横幅767px以下 */
@media screen and (max-width:767px) {
	#pagetitle {
		padding: 0;
	}
}

/* 横幅768px以上 */
@media screen and (min-width:768px) {

	#pagetitle.type-directinput>h1,
	#pagetitle.type-directinput>h2 {
		line-height: 1.0em;
		/*padding-bottom: 23px;*/
	}

	.logo-area p {
		width: 315px;
	}
}

.content.flexbox {
	width: 1200px !important;
	max-width: 86% !important;
	margin: 40px auto 50px !important;
}

/*--------------------------------------------
	その他
---------------------------------------------*/
.list-buttons-forentry-end {
	display: flex;
	justify-content: flex-end;
	margin: 1em 0;
}

.list-buttons-forentry-end li:last-of-type {
	margin-left: 1em;
}

.no-post {
	text-align: center;
	padding: 10vh 0;
}

.no-post__txt {
	width: 100%;
	max-width: 500px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 5vh 10px;
	margin: 0 auto 5vh;
	border-radius: 5px;
	background: #EFEFEF;
}

.no-post__link {
	text-align: center;
	text-decoration: underline;
}
