/*
 Theme Name:   XeoryBase Child
 Template:     xeory_base
 Text Domain:  xeory_base-child
*/


/* Font Style */

body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1.8;
}

/* index,archive list*/
.cat-content,
article.post,
article.page,
article.wp101,
article.seo101 {
  margin-bottom: 30px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}

span.article-cat {
	display: inline-block;
	width: 140px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size:0.8em;
	font-weight:bold;
	color:#696969;
	background: #f5f5f5;
}

.post-header {
  padding: 30px 20px 0;
}

.post-meta {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  border-top: 1px #efefef solid;
}

.post-title2 {
margin: 0 0 20px;
font-size: 18px;
clear: both;
font-weight: bold;
}

.post-content {padding: 5px 20px;}

.post-content p, .post-content pre {
    line-height: 1.8;
    margin: 0 0 1.8em;
}
.post-content h2 {font-size: 22px;}

.post-content h3 {font-size: 20px;}

body.color01 .side-widget a,
body.color01 .widget_recent_entries a,
body.color01 .widget_archive a,
body.color01 .widget_categories a,
body.color01 .widget_meta a {color: #1abb9a;}

　/*ヘッダ内キャッチ*/
#header {
  background: #fff;
  padding: 0px;
  border-bottom: 1px solid #efefef;
}
.header-text {
	padding: 0px;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.6;
	margin-top: 6px;
}

/*サイドバーのタイトル*/
.side-widget-area {
padding: 0;
}
.side-widget {
  margin-bottom: 10px;
  padding-bottom: 20px;
  line-height: 1.6;
  font-size: 14px;
}
.side-widget .side-title {
  color: #333333;
  margin: 10 0 10px;
  padding: 5px 10px 5px 5px;
  font-size: 16px;
	font-weight : 600;
  background: #dcdcdc;
}
.side-widget ul li {
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}
.side-widget .btn-update{
  position: relative;
  display: block;
  padding: 18px;
  background: #2581c4;
  color:#fff;
  border-radius: 5px 0 5px 5px;
}
.side-widget .btn-update:hover{
  color:#fff;
  filter: brightness(120%);
}
.side-widget .btn-update::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 14px solid #dcdcdc;
  border-left: 14px solid transparent;
  transition: all .5s;
}
.side-widget .btn-update:hover::after {
  border-top: 14px solid #45DBE6;
}

.header_title img{
 max-height: 60px;
}

/*– 子カテゴリを１段下げる –*/
li.cat-item .children {
padding-left: 30px !important;
}