.meta i.fa[class*="fa-"], .post .meta i.fa[class*="fa-"], .meta, .post .meta, .meta a {
	color: #aaa;
	text-decoration: none;
}

.read-more a {
    padding: 0.5em 2em;
    color: rgb(153, 153, 153);
    border: 1px solid rgb(221, 221, 221);
    text-decoration: none;
	  border-radius: 30px;
}

/*
.category a {
    color: #0068b7;
    font-size: 12px;
    font-family: arial;
    background-color: #0068b7;
    padding: 0.01em 0.3em;
	margin:5px;
	text-decoration: none;
	font-weight: bold;
  background: transparent;
  border: 3px solid #0068b7;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: .3s;

}
.category a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0068b7;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.category a:hover {
  color: #FFF;
}
.category a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
*/

/* ページネーションの色を変更 */
.pagination>.active>span, .pagination>li>a:hover {
	background: none;
	background-color: #0068b7;
	  transition: .3s;
}
.pagination>li span, .pagination>li>a {
	background-color: #eee;
}

/* ページネーションの個々のボタンを分離 */
.pagination>li {
	padding: 0px 3px;
}

/* ページネーションの枠線を消去 */
.pagination>li>a, .pagination>li>span, .pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>.not-allow:first-child>span:hover {
	border: none;
}

/* ページネーションの角を丸める */
.pagination>li>a, .pagination>li>span {
	border-radius: 5px;
}

#thk_recent_posts-2 .side-title {
    border-left: 8px solid #00a0dd;
    padding-left: 12px;
    margin-bottom: 30px;
}

#wpp-2 .side-title {
    border-left: 8px solid #00a0dd;
    padding-left: 12px;
    margin-bottom: 30px;
}

#wpp-3 .side-title {
    border-left: 8px solid #00a0dd;
    padding-left: 12px;
    margin-bottom: 30px;
}

/*--------------------
  カテゴリーウィジェット
--------------------*/
.widget_categories ul li a {
    display:block;
    border-bottom:1px dotted #00a0dd;
    padding:5px 10px;
}

/*親カテゴリーのアイコン*/
.widget_categories ul li a:before {
    font-family:"Font Awesome 5 Free";
    content:"\f101";
    font-weight:900;
    margin-right:10px;    /*アイコン右側の余白*/
}

/*子カテゴリーのアイコン*/
.widget_categories ul li ul li a:before {
    font-family:"Font Awesome 5 Free";
    content:"\f105";
    font-weight:900;
    margin-right:10px;    /*アイコン右側の余白*/
}

/*マウスホバー(乗った時)*/
.widget_categories ul li a:hover {
    background:#00a0dd;
    color:#fff;
    transition:0.5s;
}

/*記事数の表示位置*/
.widget_categories ul li a .count {
    display:block;
    float:right;
    padding:0 8px;
    background:#f69;
    color:#fff;
    width:50px;
    text-align:center;
    font-size:14px;
    border-radius:5px;
}

/* NEW!マーク */
/* 共通 */
.new-mark::before {
	border-style: solid;
	border-width: 0 50px 50px 0;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	z-index: 1;
}
.new-mark::after{
	position: absolute;
	transform: rotate(45deg);
	z-index: 999;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
/* 3日 86400 */
.new-mark::before {
	border-color: transparent #FF0000 transparent transparent;
}
.new-mark::after {
	content: "New!";
	top: 10px;
	right: 3px;
}
.grid {
    padding: 15px 15px;
    background: #ffe;
    border: 1px solid #ddd;
} 

.post h1:first-child{
/*	background-color:#00a0dd;
	color:white;
	padding:10px 20px;
	border-radius:0px*/
}

.meta{
	background-color:;
	
	
}

#side h3, #side h4, #foot-in h4 {
	  position: relative;
    border-left: 8px solid #00a0dd;
    padding-left: 12px;
    margin-bottom: 30px;
    background-color: #00a0dd;
    color: white;
    padding: 10px;
}
#side h3:before {
    font-family:"Font Awesome 5 Free";
    content:"\f00c";
	color:white;
    font-weight:900;
}

#side h3:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 15px 0 15px;
  border-style: solid;
  border-color: #00a0dd transparent transparent transparent;
}

.post h1 {
    position: relative;
    border-left: 8px solid #00a0dd;
    padding-left: 12px;
    margin-bottom: 30px;
    background-color: #00a0dd;
    color: white;
    padding: 10px;
}

.post h1:after {
    position: absolute;
    bottom: -9px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 15px 0 15px;
    border-style: solid;
    border-color: #00a0dd transparent transparent transparent;
}

.meta{
	/*background-color:#FFF;*/
}

.meta, .post .meta {
    padding: 0px 5px 16px;
    border-top: 0px solid #00a0dd;
	border-bottom: 2px solid #7e7e7e;
}

#thk_swiper_widget-3 .posts-under-1{
    position: relative;
    border-left: 8px solid #00a0dd;
    padding-left: 12px;
    margin-bottom: 30px;
    background-color: #00a0dd;
    color: white;
    padding: 10px;
}

#thk_swiper_widget-3 .posts-under-1:after {
    position: absolute;
    bottom: -9px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 15px 0 15px;
    border-style: solid;
    border-color: #00a0dd transparent transparent transparent;
}



.read-more a{
  padding: 10px 0 12px 0;
  font-size: 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #0068b7;
  line-height: 1;
  border-radius: 50px;
  transition: all .2s;
	 border: 2px solid #0068b7;

}

.read-more a:hover{
  background-color: #fff;
  border-color: #0068b7;
  color: #0068b7;
	opacity: 1;
}

.honpen_btn {
  color: white;
}

.pclass_afflink{
  color:white;	
}
.pclass_afflink:hover{
  color:white;	
	
}

.honpen_btn a{
  padding: 10px 0 12px 0;
  font-size: 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #0068b7;
  line-height: 1;
  border-radius: 50px;
  transition: all .2s;
 border: 2px solid #0068b7;
}

.honpen_btn a:hover{
  background-color: #444;
  border-color: #0068b7;
  color: white;
	opacity: 1;
}
.entry-title{
  color:#4169e1;
}