/*
Theme Name: SkyLamb
Theme URI: http://localhost/themes/skylamb
Author: SkyLamb
Author URI: http://localhost/themes/skylamb
Description: SkyLamb Thema
Version: 20.3.29
*/
.bg-base{
	background-color: #4c6cb3;
}
.text-base{
	color: #4c6cb3;
}
.text-baser{
	color: #ffefcc;
}
.site-description{
	color: #ffefcc;
	padding-left: 15px;
}
.entry-title > a{
	color: #444;
	text-decoration-line: none;
}
.entry-title > a:hover{
	color: #6B6B6B;
	text-decoration-line: none;
}
.entry-meta .fa{
	color: #4c6cb3;
}
.entry-meta a{
	color: #444;
}
.entry-meta a:hover{
	color: #444;
	text-decoration-line: none;
}
.entry-content{
	margin-top: 12px;
}
#wp-calendar caption{
	caption-side: top;
}
/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget > ul > li,
  li.recentcomments {
	border-bottom: 1px solid #EEE;
	position: relative;
	display: block;
	padding: 10px 0;
}
.widget ul li {
	list-style: none;
}
.widget ul {
	padding: 10px 10px;
}
.widget-title {
	border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
	padding: 0;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
	font-family: fontawesome;
	margin-right: 10px;
}
#secondary .widget_archive ul li:before {
	content: '\f073';
}
#secondary .widget_categories ul li:before {
	content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
	content: '\f0e5';
}

.footer_navi li{
	background-color: #4c6cb3;
	font-size: small;
}
.footer_navi li a{
	color: cornsilk;
}

/* 最下部のトップボタン */
#scroll_to_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 12px;
	bottom: 12px;
	background: #3f98ef;
	opacity: 0.6;
	border-radius: 50%;
}
#scroll_to_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#scroll_to_top a:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -12px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*	カレンダー	*/
#wp-calendar thead th{
	text-align: right;
}
#wp-calendar tbody td{
	text-align: right;
}
#wp-calendar tfoot #prev{
	text-align: left;
}
#wp-calendar tfoot #next{
	text-align: right;
}
.wp-block-code{
	white-space: pre-wrap;
}