.entry-header .entry-title {
		font-size: 14px;
		font-size: 0.985714286rem;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		padding: 0px 20px;
		height: 40px;
		/*line-height:40px;*/
		vertical-align: middle;
		border-radius: 5px;
		background-color: #49C4E2;
		/*
		background-image: url("./images/title_ttl.jpg");
		background-repeat: no-repeat;
		*/
	}
	.entry-header .entry-title a{
		/*
		font-size: 14px;
		font-size: 0.985714286rem;
		font-weight: bold;
		height: 40px;
		line-height:40px;
		color: #fff;
		*/
		color: #fff;
		text-decoration: none;
	}
		/*
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
		height: 40px;
		vertical-align: middle;
		background-image: url("./images/title_ttl.jpg");
		background-repeat: no-repeat;
	}
	.entry-header .entry-title a{
		font-size: 15px;
		font-size: 0.985714286rem;
		font-weight: bold;
		color: #fff;
	}
	*/
/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 30px;
}
.widget-area .widget h3 {
	/*
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	*/
	/*height: 30px;*/
	background-image: url("http://kaneko-shounika.com/blog/wp-content/uploads/2019/05/menu_icon.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

	/* Footer */
footer[role="contentinfo"] {
	/*border-top: 1px solid #ededed;*/
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
	position: relative;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
footer[role="contentinfo"] div.fimg01{
	position: absolute;
	left: 0px;
	bottom: 10px;
}
footer[role="contentinfo"] div.fimg02{
	position: absolute;
	right: 0px;
	bottom: 10px;
}