/*
Theme Name:staffblog_child
Description:WordPressテーマ「staffblog」の自作子テーマです。
Author:kawano
Version:0.0.8
*/

@charset "UTF-8";
body{  
	margin: 0;
	min-width: 1200px;
	overflow-x: hidden;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 
	sans-serif;
 }
.waku {
	width: 100%;
	justify-content: space-between;
	padding-top: 140px;
	margin: 0 auto;
	box-sizing: border-box;
	background-image: url('/wp-content/themes/staff_blog/img/bg_stripe.png');
	background-size: 15px 15px;
	background-position: center top;
	background-repeat: repeat;
	min-width: 1200px;
}
@media screen and (max-width:450px) {
	.waku{
		padding: 0px;
	}
}
.title {
	position: relative;
	height: 170px;
	background-color: white;
	padding: 20px 130px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	min-width: 1200px;
	-webkit-text-size-adjust: 100%;
	box-shadow: 2px 2px 30px grey;
}
.title_mozi {
	font-size: 50px;
	font-weight: bold;
	color: #db4249;
	letter-spacing: 20px;
	font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
}
.main{
	padding: 60px 130px;
	box-sizing: border-box;
}
.contents_waku{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 60px;
}
/* ブログ中身作成 */
.main_contents{
	width: 1000px;
}
/* ブログ内容がなかった場合、文字を表示 */
.display_flag{
	display: flex;
	justify-content: center;
	font-size: 25px;
	height: 100px;
	background-color: rgba(165,165,165,0.2);
	align-items: center;
}

/* カウント数 */
.blog_count_waku{
	margin-left: auto;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.blog_heart{
	margin-right: 20px;
}
.like_comment{
	float: right;
	margin-left: 10px;
	font-size: 15px;
	line-height: 15px;
	border: 1px solid darkgray;
	box-sizing: border-box;
	padding: 2px 5px;
	border-radius: 2px;
	position: relative;
	background-color: white;
}
.like_comment::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -6px;
	top: 2px;
	border-right: 6px solid lightgray;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.like_comment::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -4px;
	top: 2px;
	border-right: 6px solid white;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
/* サイドバー */
.sidebar{
	width: 300px;
	min-width: 300px;
	/* height: 500px; */
	margin-left: 40px;
}
.blog_waku{
	border: 3px solid #aacf53;
	border-radius: 11px;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.date{
	width: 234px;
	height: 56px;
	margin-left: -32px;
	margin-top: 15px;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #aacf53;
	box-shadow: 2px 2px 2px #417038;
	font-size: 21px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blog_contents{
	margin: 17px 45px;
}
/* newの文字 */
.entry-icon-new{
	color: #db4249;
	margin-right: 10px;
}
.blog_title{
	font-size: 28px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.blog_title a{
	text-decoration: none;
	color: black;
}
.blog_title a:hover{
	text-decoration: underline;
	text-decoration-color: darkgray;
	text-decoration-style: dashed;
	text-underline-offset: 7px;
}
.blog_text{
	font-size: 16px;
}
.blog_author_waku{
	margin-top: 25px;
	border-top: 2px solid lightgray;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.blog_author_waku>img{
	border-radius: 30px;
	margin-top: 10px;
	margin-right: 20px;
}
.blog_author_waku a>img{
	border-radius: 30px;
	margin-top: 10px;
	margin-right: 20px;
}
.blog_author_name_waku{
	display: flex;
	flex-direction: column;
	font-size: 16px;
}
.blog_author_name a{
	color: black;
	text-decoration: none;
}
.blog_author_name a:hover{
	text-decoration: underline;
	text-decoration-color: darkgray;
	text-decoration-style: dashed;
	text-underline-offset: 3px;
	text-decoration-thickness: 2px;
}
.site_name{
	margin-top: 10px;
	text-decoration: none;
	color: black;
}
.site_name a{
	margin-top: 10px;
	text-decoration: none;
	color: black;
}
.site_name:hover{
	text-decoration: underline;
	text-decoration-color: darkgray;
	text-decoration-style: dashed;
	text-underline-offset: 3px;
	text-decoration-thickness: 2px;
}

/* カレンダー */
.wp-block-calendar caption,.wp-calendar-table caption {
	height: 40px;
	padding: 9px 0;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 17px;
}
.wp-calendar-table caption{
	background-color: gainsboro;
}
.wp-block-calendar td,.wp-calendar-table td{
	color: silver;
	padding: 0.25em;
}
.wp-block-calendar th,.wp-calendar-table th{
	background: transparent;
	font-weight: 400;
	padding: 0.25em;
}
.wp-block-calendar td>a ,.wp-calendar-table td>a{
	color: black;
	font-weight: bold;
}
.wp-block-calendar tr ,.wp-calendar-table tr{
	background-color: transparent;
}
.wp-calendar-table{
	border: 2px solid lightgrey;
	border-top: transparent;
	box-sizing: border-box;
	color: #40464d;
	text-align: center;
	border-collapse: collapse;
	width: 100%;
}
.wp-calendar-table #today {
	background-color: lightcyan;
	border-radius: 20px;
}

/* ページボタン */
.page_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
}
.nav-links>a{
	margin: 0 15px;
	color: black;
	text-decoration: none;
}
.nav-links>span{
	margin: 0 15px;
	color: silver;
}
.single_btn a{
	text-decoration: none;
	color: black;
	margin: 0 15px;
}
/* アーカイブ */
.archive_contents{
	/* height: 500px; */
	margin-top: 20px;
	border: 2px solid lightgray;
	box-sizing: border-box;
	/* background-color: pink; */
}
.archive_title{
	background-color: lightgrey;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	height: 30px;
	box-sizing: border-box;
	padding: 3px 0;
}
.archive_waku{
	/* height: 60px; */
	display: flex;
	padding: 0 10px;
	box-sizing: border-box;
	/* border-bottom: 2px solid lightgray; */
	padding-bottom: 10px;
}
.archive_waku>img{
	width: 80px;
	height: 60px;
	margin-right: 10px;
}
.site_name_archive{
	/* color: black; */
	/* text-decoration: none; */
	/* font-size: 18px; */
}
.site_name_archive:hover{
	/* text-decoration: underline;
	text-decoration-color: darkgray;
	text-decoration-style: dashed;
	text-underline-offset: 3px; */
}
.archive{
	width: 175px;
	font-size: 14px;
}
.archive_num li{
	list-style: none;
}
.archive_num a{
	/* color: black; */
}

.wp-calendar-nav{
	display: none;
}


.sidebar_title,.widget-container h3{
	background-color: lightgrey;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	height: 30px;
	box-sizing: border-box;
	padding: 3px 0;
}

.item-list{
	/* height: 500px; */
	margin: 0px;
	border: 2px solid lightgray;
	box-sizing: border-box;
	padding: 0px 10px;
	font-size: 13px;
}
.item-list>li{
	padding: 15px 0;
	position: relative;
	border-bottom: 2px solid lightgray;
	box-sizing: border-box;
	list-style: none;
}
.item-list>li:last-of-type{
	border-bottom: none;
}
.widget-container{
	list-style: none;
}

@media screen and (max-width:450px) {
	.main_contents {
		width: 618px;
	}
	.date{
		font-size: 24px;
	}
	.blog_title{
		font-size: 26px;
	}
	.blog_text{
		font-size: 20px;
	}
	.blog_author_name_waku{
		font-size: 16px;
	}
	.archive{
		font-size: 16px;
	}
	.blog_count_waku{
		margin-left: auto !important;
	}
	.blog_heart{
		margin-right: 10px;
	}
}